Hubspot logo

List Contacts (HubSpot)

HubSpotList Contacts (HubSpot)

POST/v1/hubspot-list-contacts
texau__hubspot-list-contactscrm
cURL · api.texau.app
84ms
POST/v1/hubspot-list-contacts
{
  "limit": 1
}
200 Accepted
{
  "ok": true,
  "data": {
    "id": "rec_4f3a91",
    "created_at": "sample",
    "updated_at": "sample",
    "archived": true,
    "url": "https://acme.com",
    "address": "sample",
    "annual_revenue": "sample",
    "city": "sample",
    "close_date": "sample",
    "company": "sample",
    "country": 1,
    "create_date": "sample",
    "date_of_birth": "sample",
    "day_to_close": "sample",
    "degree": "sample",
    "email": "[email protected]",
    "fax": "sample",
    "field_of_study": "sample",
    "first_name": "sample",
    "gender": "sample",
    "graduation_date": "sample",
    "all_contact_vid": "rec_4f3a91",
    "associated_target_account": 1,
    "buying_role": "sample",
    "country_region_code": 1,
    "currently_enrolled_in_prospecting_agent": true,
    "email_domain": "[email protected]",
    "facebook_click_id": "rec_4f3a91",
    "full_name_or_email": "[email protected]",
    "google_click_id": "rec_4f3a91",
    "is_contact": true,
    "is_unworked": true,
    "language": "sample",
    "lead_status": "valid",
    "lifecyclestage_lead_date": "sample",
    "linkedin_click_id": "rec_4f3a91",
    "linkedin_url": "https://acme.com",
    "membership_has_accessed_private_content": "sample",
    "object_id": "rec_4f3a91",
    "object_source": "sample",
    "object_source_id": "rec_4f3a91",
    "object_source_label": "sample",
    "persona": "sample",
    "pipeline": "sample",
    "prospecting_agent_actively_enrolled_count": 1,
    "prospecting_agent_total_enrolled_count": 1,
    "registered_member": "sample",
    "searchable_calculated_mobile_number": "sample",
    "sequences_actively_enrolled_count": 1,
    "state_code": "sample",
    "timezone": "sample",
    "v2_date_entered_current_stage": "sample",
    "v2_time_in_current_stage": "sample",
    "industry": "sample",
    "job_function": "sample",
    "job_title": "sample",
    "last_modified_date": "sample",
    "last_name": "sample",
    "life_cycle_stage": "sample",
    "marital_status": "valid",
    "military_status": "valid",
    "mobile_number": "sample",
    "num_note": "sample",
    "number_of_employee": "sample",
    "relationship_status": "valid",
    "salutation": "sample",
    "school": "sample",
    "seniority": "sample",
    "start_date": "sample",
    "state": "sample",
    "twitter_handle": "sample",
    "website": "https://acme.com",
    "zip": "sample"
  }
}

Retrieves all HubSpot contacts with email, name, phone, company, and custom properties.

Install

Add list contacts (hubspot) to your MCP client.

Drop this into claude_desktop_config.json (or your client's equivalent) and the tool shows up in any chat.

claude_desktop_config.json
{
  "mcpServers": {
    "texau": {
      "command": "npx",
      "args": ["-y", "@texau/mcp-server"],
      "env": { "TEXAU_API_KEY": "..." }
    }
  }
}

Tool name: texau__hubspot-list-contacts

When to use this.

The "List Contacts (HubSpot)" action retrieves comprehensive details of all contacts stored in HubSpot, including essential information such as email, name, phone number, company affiliation, and various custom properties. Users can specify an optional input parameter, "limit," to control the number of contacts returned per page, allowing for efficient data management. The output includes a wide array of fields, such as contact ID, creation and update dates, company details, and demographic information, all categorized under semantic types like email, first name, last name, and phone. This action is particularly useful for CRM applications, marketing automation, and customer relationship management, enabling businesses to maintain up-to-date contact records, segment audiences, and enhance communication strategies. By leveraging this API action, organizations can streamline their contact management processes and improve customer engagement.

Try it

Run a sample request.

The response is a deterministic, cached example. No live call, no credits used.

List Contacts (HubSpot)

Try it

Max contacts per page (1-100)

Response is cached — no live API call.

Response

Output schema.

Every field returned in `data`. Click rows to expand nested objects.

FieldType
  • id
    Id
    text
  • created_at
    Created At
    nullabletext
  • updated_at
    Updated At
    nullabletext
  • archived
    Archived
    nullableboolean
  • url
    Url
    nullabletext
  • address
    Address
    nullabletext
  • annual_revenue
    Annual Revenue
    nullabletext
  • city
    City
    nullabletext
  • close_date
    Close Date
    nullabletext
  • company
    Company
    text
  • country
    Country
    nullabletext
  • create_date
    Create Date
    nullabletext
  • date_of_birth
    Date Of Birth
    nullabletext
  • day_to_close
    Day To Close
    nullabletext
  • degree
    Degree
    nullabletext
  • email
    Email
    text
  • fax
    Fax
    nullabletext
  • field_of_study
    Field Of Study
    nullabletext
  • first_name
    First Name
    text
  • gender
    Gender
    nullabletext
  • graduation_date
    Graduation Date
    nullabletext
  • all_contact_vid
    All Contact Vid
    nullabletext
  • associated_target_account
    Associated Target Account
    nullabletext
  • buying_role
    Buying Role
    nullabletext
  • country_region_code
    Country Region Code
    nullabletext
  • currently_enrolled_in_prospecting_agent
    Currently Enrolled In Prospecting Agent
    nullableboolean
  • email_domain
    Email Domain
    nullabletext
  • facebook_click_id
    Facebook Click Id
    nullabletext
  • full_name_or_email
    Full Name Or Email
    nullabletext
  • google_click_id
    Google Click Id
    nullabletext
  • is_contact
    Is Contact
    nullableboolean
  • is_unworked
    Is Unworked
    nullableboolean
  • language
    Language
    nullabletext
  • lead_status
    Lead Status
    nullabletext
  • lifecyclestage_lead_date
    Lifecyclestage Lead Date
    nullabletext
  • linkedin_click_id
    Linkedin Click Id
    nullabletext
  • linkedin_url
    Linkedin Url
    text
  • membership_has_accessed_private_content
    Membership Has Accessed Private Content
    nullabletext
  • object_id
    Object Id
    nullabletext
  • object_source
    Object Source
    nullabletext
  • object_source_id
    Object Source Id
    nullabletext
  • object_source_label
    Object Source Label
    nullabletext
  • persona
    Persona
    nullabletext
  • pipeline
    Pipeline
    nullabletext
  • prospecting_agent_actively_enrolled_count
    Prospecting Agent Actively Enrolled Count
    nullabletext
  • prospecting_agent_total_enrolled_count
    Prospecting Agent Total Enrolled Count
    nullabletext
  • registered_member
    Registered Member
    nullabletext
  • searchable_calculated_mobile_number
    Searchable Calculated Mobile Number
    nullabletext
  • sequences_actively_enrolled_count
    Sequences Actively Enrolled Count
    nullabletext
  • state_code
    State Code
    nullabletext
  • timezone
    Timezone
    nullabletext
  • v2_date_entered_current_stage
    V2 Date Entered Current Stage
    nullabletext
  • v2_time_in_current_stage
    V2 Time In Current Stage
    nullabletext
  • industry
    Industry
    nullabletext
  • job_function
    Job Function
    nullabletext
  • job_title
    Job Title
    text
  • last_modified_date
    Last Modified Date
    nullabletext
  • last_name
    Last Name
    text
  • life_cycle_stage
    Life Cycle Stage
    nullabletext
  • marital_status
    Marital Status
    nullabletext
  • military_status
    Military Status
    nullabletext
  • mobile_number
    Mobile Number
    text
  • num_note
    Num Note
    nullabletext
  • number_of_employee
    Number Of Employee
    nullabletext
  • relationship_status
    Relationship Status
    nullabletext
  • salutation
    Salutation
    nullabletext
  • school
    School
    nullabletext
  • seniority
    Seniority
    nullabletext
  • start_date
    Start Date
    nullabletext
  • state
    State
    nullabletext
  • twitter_handle
    Twitter Handle
    nullabletext
  • website
    Website
    nullabletext
  • zip
    Zip
    nullabletext

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/hubspot-list-contacts. Auth: x-api-key.

cURL · api.texau.app
84ms
POST/v1/hubspot-list-contacts
curl -X POST 'https://v3-api.texau.com/api/v1/hubspot-list-contacts' \
  -H 'x-api-key: $TEXAU_API_KEY' \
  -H 'content-type: application/json' \
  -d '{"limit":1}'
200 Accepted
{
  "ok": true,
  "data": {
    "id": "rec_4f3a91",
    "created_at": "sample",
    "updated_at": "sample",
    "archived": true,
    "url": "https://acme.com",
    "address": "sample",
    "annual_revenue": "sample",
    "city": "sample",
    "close_date": "sample",
    "company": "sample",
    "country": 1,
    "create_date": "sample",
    "date_of_birth": "sample",
    "day_to_close": "sample",
    "degree": "sample",
    "email": "[email protected]",
    "fax": "sample",
    "field_of_study": "sample",
    "first_name": "sample",
    "gender": "sample",
    "graduation_date": "sample",
    "all_contact_vid": "rec_4f3a91",
    "associated_target_account": 1,
    "buying_role": "sample",
    "country_region_code": 1,
    "currently_enrolled_in_prospecting_agent": true,
    "email_domain": "[email protected]",
    "facebook_click_id": "rec_4f3a91",
    "full_name_or_email": "[email protected]",
    "google_click_id": "rec_4f3a91",
    "is_contact": true,
    "is_unworked": true,
    "language": "sample",
    "lead_status": "valid",
    "lifecyclestage_lead_date": "sample",
    "linkedin_click_id": "rec_4f3a91",
    "linkedin_url": "https://acme.com",
    "membership_has_accessed_private_content": "sample",
    "object_id": "rec_4f3a91",
    "object_source": "sample",
    "object_source_id": "rec_4f3a91",
    "object_source_label": "sample",
    "persona": "sample",
    "pipeline": "sample",
    "prospecting_agent_actively_enrolled_count": 1,
    "prospecting_agent_total_enrolled_count": 1,
    "registered_member": "sample",
    "searchable_calculated_mobile_number": "sample",
    "sequences_actively_enrolled_count": 1,
    "state_code": "sample",
    "timezone": "sample",
    "v2_date_entered_current_stage": "sample",
    "v2_time_in_current_stage": "sample",
    "industry": "sample",
    "job_function": "sample",
    "job_title": "sample",
    "last_modified_date": "sample",
    "last_name": "sample",
    "life_cycle_stage": "sample",
    "marital_status": "valid",
    "military_status": "valid",
    "mobile_number": "sample",
    "num_note": "sample",
    "number_of_employee": "sample",
    "relationship_status": "valid",
    "salutation": "sample",
    "school": "sample",
    "seniority": "sample",
    "start_date": "sample",
    "state": "sample",
    "twitter_handle": "sample",
    "website": "https://acme.com",
    "zip": "sample"
  }
}

Output

Results land in a TexAu table.

Sample rows below.

Real result preview coming soon.

InputStatusScore
[email protected]valid96
[email protected]risky54
[email protected]invalid12

Workflow

A real example.

Trigger → list contacts (hubspot) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2List Contacts (HubSpot)HubSpot action runs.
Step 3EnrichWaterfall fills missing fields.
Step 4Push to CRMHubSpot / Salesforce / Pipedrive.

Built for

Who runs this.

GTM EngineerRevOpsAgency

Reliability

Rate limits & reliability.

  • Per-minute limitNo public cap
  • Per-day limitPlan-defined
  • RetriesAutomatic w/ backoff
  • ModeSync

Errors

HTTP status codes.

What each response means and what to do about it.

CodeCauseFix
200 OKAction ran. Data in `data`.Read response.
400 Bad RequestMissing or malformed input.Validate against the input schema.
401 UnauthorizedMissing or invalid `x-api-key`.Re-issue from /api-platform.
403 ForbiddenWorkspace lacks plan tier.Upgrade or contact sales.
404 Not FoundAction key not recognized.Verify the slug.
429 Rate LimitedPer-minute or per-day cap hit.Backoff; reduce concurrency.
500 Server ErrorUnexpected TexAu issue.Retry with backoff.
502 Bad GatewayUpstream provider 5xx.Retry; we surface root cause.
504 TimeoutUpstream slower than maxLatency.Switch to `isAsync` polling.

Pricing

What it costs to run.

Light tier

Pricing tier on /pricing. Per-action credit cost is private.

FAQ.

  • Is this real-time?

    Yes. Synchronous actions return in ~1–4 s. Long-running work uses async polling (see status 504 → switch to async).

  • Do I get charged on failure?

    No. Verified failures cost zero credits. Provider miss / 5xx / timeout cascade to the next provider in the waterfall when applicable.

  • Does it work with Claude / Cursor via MCP?

    Yes. Add the texau MCP server to your client config, then call `texau__hubspot-...` directly.

  • What CRMs can I push results to?

    HubSpot, Salesforce, Pipedrive, Zoho, and GoHighLevel are bidirectional. Smartlead, Instantly, Lemlist, HeyReach, Apollo Sequences, and Reply.io for outbound.

Run List Contacts (HubSpot) in 60 seconds.

Pull your API key, paste the cURL, ship to your CRM.