hubspot-list-companies

Retrieve paginated company records from HubSpot CRM via API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually searching for and compiling company lists from HubSpot CRM is slow and inefficient, especially when working with large datasets or needing to navigate paginated results without manual CSV exports.

Core Features & Use Cases

  • Paginated Company Retrieval: Fetch company lists with a default limit of 10 records, or specify custom limits and use cursor-based pagination to navigate large datasets.
  • Structured Data Output: Returns detailed company properties including name, domain, industry, employee count, phone number, and direct links to HubSpot record pages.
  • Use Case: A sales operations manager can use this skill to pull a full list of target accounts from HubSpot to sync with an outreach campaign tool, eliminating manual data entry and export errors.

Quick Start

Ask your AI assistant to use the hubspot-list-companies skill to retrieve a list of 25 companies from your connected HubSpot CRM.

Frequently Asked Questions about hubspot-list-companies

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

FAQPage Schema
How do I retrieve company lists from HubSpot CRM without manual CSV exports?

Retrieving company lists from HubSpot CRM is handled by fetching paginated records directly through the API, eliminating manual data lookup. You can pull structured company properties like name, domain, and industry instantly.

How does cursor-based pagination work for HubSpot company records?

Cursor-based pagination for HubSpot company records works by fetching a default limit of 10 results per request. You use the cursor from the previous response to navigate to the next page of large datasets.

Do I need a specific HubSpot API scope to pull company data?

Yes, pulling company data requires a valid HubSpot API connection with the crm.objects.companies.read scope. This authorization is necessary to fetch structured company profiles and contact data.

What company properties are returned when fetching HubSpot company lists?

Fetching HubSpot company lists returns structured properties including the company name, domain, industry, employee count, phone number, and direct links to the HubSpot record pages.

Can I sync bulk company data from HubSpot for an outreach campaign?

Yes, you can sync bulk company data from HubSpot for outreach campaigns by retrieving large datasets using custom limits and cursor-based pagination. This eliminates manual data entry and export errors.