You are viewing the documentation of the new API versions. We would love to hear from you. You can write to use at support@crustdata.co for feedback and clarifications.
Search the Crustdata company database using filter conditions. Supports complex AND/OR filter logic, cursor-based pagination, sorting, and field selection. Only indexed fields are searchable; use /company/enrich for non-indexed fields like news, people, or web_traffic.
Default rate-limit is 15 requests per minute. Send an email to gtm@crustdata.co to discuss higher limits if needed for your use case.
Documentation Index
Fetch the complete documentation index at: https://docs.crustdata.com/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as a Bearer token in the Authorization header.
API version to use. This endpoint currently requires 2025-11-01.
2025-11-01 "2025-11-01"
Search filters, pagination, sorting, and field selection
Request body for searching the company database using indexed fields.
Search filters. Use a single SearchCondition or an and/or SearchConditionGroup.
Show child attributes
{
"field": "basic_info.primary_domain",
"type": "=",
"value": "hubspot.com"
}
Pagination cursor from a previous response's next_cursor. Omit on the first page.
"H4sIAJj5zGkC_xXMMQ7CMAxA0..."
1 <= x <= 1000Sort directives applied to matched companies in order.
Show child attributes
[
{
"column": "headcount.total",
"order": "desc"
}
]
Fields to return in the response. Use dot-notation for nested fields (e.g., "basic_info.name", "headcount.total"). Only requested fields appear in the response. Valid top-level groups for search: basic_info, revenue, headcount, funding, hiring, seo, competitors, locations, taxonomy, followers, social_profiles, software_reviews, roles, skills, metadata, updated_at, indexed_at, crustdata_company_id. Fields not in the search index (e.g., news, people, web_traffic, employee_reviews) return empty responses for search — use enrich for those.
["basic_info", "headcount", "funding"]
Was this page helpful?