Worked examples for Company Search. Each example is a full working request you can copy, paste, and adapt. For the core walkthrough (first search, combining filters withDocumentation Index
Fetch the complete documentation index at: https://docs.crustdata.com/llms.txt
Use this file to discover all available pages before exploring further.
and), see
Company Search. For the operator list,
field catalog, and validation rules, see
Search reference.
Replace
YOUR_API_KEY in each example with your actual API key. All
requests require the x-api-version: 2025-11-01 header.Use or and nested logic
Use op: "or" when a company should match any condition. You can also nest and/or groups for complex queries.
This search finds companies that are either in the software development
industry or have over $5M in total investment, AND are headquartered in the
USA.
and requires both conditions: the inner or matches either
software development companies or well-funded companies, and the outer
condition restricts to US-headquartered companies.
Find well-funded companies in a country
This is a common pattern for sales and investor research: find companies in a specific market with significant funding. This search finds US-based companies with over $10M in total investment, sorted by funding (highest first).Response trimmed for clarity.
Find recently founded companies
Use comparison operators like> and < on numeric or date fields. This search finds companies founded after 2020, sorted by headcount.
Response trimmed for clarity.
Next steps
- Pagination and sorting — walk through all matching companies.
- Search reference — operators, searchable fields, response fields, validation, and errors.
- Company Autocomplete — discover exact values for industries, categories, and countries.

