Search HubSpot CRM objects using the Search API with filters and pagination

domain: developers.hubspot.com · 5 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. POST to /crm/v3/objects/{objectType}/search with a JSON body containing filterGroups, sorts, properties, limit, and after (pagination cursor)
  2. Each filterGroup contains a filters array where each filter has propertyName, operator (e.g., EQ, CONTAINS_TOKEN, GT), and value
  3. The response includes a results array and a paging.next.after cursor — pass this cursor as after in the next request to get the next page
  4. Specify only the properties you need in the properties array to reduce response payload size
  5. Combine multiple filterGroups with an implicit OR; filters within the same filterGroup are ANDed

Known gotchas

Related routes

Create and read associations between HubSpot CRM objects using Associations API v4
developers.hubspot.com · 5 steps · unrated
Create labeled associations between HubSpot CRM objects using Associations API v4
developers.hubspot.com · 6 steps · unrated
Query Zoho CRM records using the COQL (CRM Object Query Language) API
www.zoho.com/crm/developer · 5 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp