hubspot-list-contacts

Retrieve paginated contact records from HubSpot CRM with structured fields.

2|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill hubspot-list-contacts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hubspot-list-contacts
Source: https://github.com/abdullahbeam/nexus-design-abdullah/tree/main/00-system/skills/hubspot/hubspot-list-contacts
Command: npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill hubspot-list-contacts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually navigating HubSpot CRM to locate and export contact lists is time-consuming, especially for teams that need regular access to up-to-date contact information for outreach, reporting, or campaign planning.

Core Features & Use Cases

  • Paginated Contact Retrieval: Pull large contact lists in manageable chunks with support for custom result limits and cursor-based pagination to avoid overwhelming output.
  • Structured Contact Data: Returns core contact fields including email, full name, phone number, and associated company, plus direct links to each contact's HubSpot record for quick access.
  • Use Case: A sales representative can use this skill to pull 50 recent leads from HubSpot to prepare for a weekly outreach campaign, or a marketing manager can export contact segments for a targeted email blast.

Quick Start

Ask the AI to list your recent HubSpot contacts and display their email, name, phone number, and company details.

Frequently Asked Questions about hubspot-list-contacts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve HubSpot contacts in bulk without manual data lookup?

To retrieve HubSpot contacts in bulk, you can automate data retrieval using cursor-based pagination. This method pulls large contact lists in manageable chunks, returning core fields like email, name, phone, and company without manual CRM navigation.

How does cursor-based pagination work for HubSpot CRM contacts?

Cursor-based pagination for HubSpot CRM contacts works by fetching a specific limit of records and returning a pagination cursor. You use this cursor in the next request to fetch the subsequent chunk, preventing overwhelming output for large contact lists.

Can I pull specific contact fields like phone number and associated company from HubSpot?

Yes, you can pull specific contact fields like phone number and associated company from HubSpot. The retrieval process returns structured contact data including email, full name, phone number, and company details formatted for downstream processing.

What is the best way to export HubSpot contact lists for a sales outreach campaign?

The best way to export HubSpot contact lists for a sales outreach campaign is automating paginated retrieval. This approach quickly pulls recent leads with structured data and direct HubSpot record URLs, preparing them directly for downstream outreach tasks.

Does retrieving large HubSpot contact lists have output limitations?

Retrieving large HubSpot contact lists has output limitations managed by custom result limits and cursor-based pagination. These constraints prevent overwhelming output by breaking down large data requests into smaller, manageable chunks for processing.