Hubspot logo

Search Contacts (HubSpot)

HubSpotSearch Contacts (HubSpot)

POST/v1/hubspot-search-contacts
texau__hubspot-search-contactscrm
cURL · api.texau.app
84ms
POST/v1/hubspot-search-contacts
{
  "propertyname": "Jane Doe",
  "operator": "sample-value",
  "value": "sample-value",
  "query_string": "sample-value",
  "sort_by": "sample-value",
  "sort_direction": "sample-value",
  "limit": 1,
  "after": "sample-value"
}
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"
  }
}

Search for HubSpot CRM contacts by email address or other filters and retrieve their properties.

Install

Add search 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-search-contacts

When to use this.

The "Search Contacts (HubSpot)" action enables users to efficiently locate and retrieve detailed information about contacts stored in HubSpot CRM by using various filters such as email address, first name, or last name. Key input parameters include "propertyname" to specify the filter type, "operator" to define the comparison method, and "value" to indicate the search term. Optional parameters like "query_string," "sort_by," and "limit" enhance the search experience by allowing text searches, sorting results, and controlling the number of returned entries. The output includes comprehensive contact properties such as email, phone number, company details, and lifecycle stage, facilitating targeted marketing and sales efforts. This action is particularly useful for CRM management, lead generation, and customer relationship enhancement within the CRM category.

Try it

Run a sample request.

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

Search Contacts (HubSpot)

Try it

The name of the property to filter by (e.g., 'email', 'firstname').

The operator for the filter (e.g., EQ, NEQ, CONTAINS_TOKEN, BETWEEN).

The value to filter for.

Query string for text search.

The property to sort the results by.

The direction to sort (ASCENDING or DESCENDING).

Response is cached — no live API call.

Response

Output schema.

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

FieldType
  • id
    Id
    nullabletext
  • 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
    nullabletext
  • 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
    nullabletext
  • fax
    Fax
    nullabletext
  • field_of_study
    Field Of Study
    nullabletext
  • first_name
    First Name
    nullabletext
  • 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
    nullabletext
  • 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
    nullabletext
  • last_modified_date
    Last Modified Date
    nullabletext
  • last_name
    Last Name
    nullabletext
  • life_cycle_stage
    Life Cycle Stage
    nullabletext
  • marital_status
    Marital Status
    nullabletext
  • military_status
    Military Status
    nullabletext
  • mobile_number
    Mobile Number
    nullabletext
  • 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
    text

Integrate

Copy-pasteable snippets.

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

cURL · api.texau.app
84ms
POST/v1/hubspot-search-contacts
curl -X POST 'https://v3-api.texau.com/api/v1/hubspot-search-contacts' \
  -H 'x-api-key: $TEXAU_API_KEY' \
  -H 'content-type: application/json' \
  -d '{"propertyname":"Jane Doe","operator":"sample-value","value":"sample-value","query_string":"sample-value","sort_by":"sample-value","sort_direction":"sample-value","limit":1,"after":"sample-value"}'
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 → search contacts (hubspot) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2Search 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 Search Contacts (HubSpot) in 60 seconds.

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