This page collects examples for Company Identify. Each example is a full working request you can copy, paste, and adapt. For the core walkthrough (first identification by domain, response shape, Identify vs Enrich), see Company Identify. For the request/response schema, validation, and errors, see Identify reference.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.
Replace
YOUR_API_KEY in each example with your actual API key. All
requests require the x-api-version: 2025-11-01 header.Identify by company name
Name-based identification often returns multiple candidates. Checkconfidence_score and primary_domain to pick the right match.
Identify by profile URL
If you have a company profile URL, pass it inprofessional_network_profile_urls. Profile URL lookups are direct matches —
they typically return a single match with high confidence.
Identify by Crustdata company ID
Pass a Crustdata company ID (for example, from a previous search call) tocrustdata_company_ids for an exact lookup.
Common workflow: Inbound domain → Identify → Search for similar companies
An inbound lead arrives from a known domain. Use Identify to resolve the domain to a company record, then use Search to find similar companies for prospecting.Step 1: Identify the inbound company
response[0].matches[0].company_data.basic_info.industries[0] →
"Software Development" and employee_count_range → "201-500".
Step 2: Search for similar companies
companies[].crustdata_company_id values and pass them to
Enrich for full profiles of promising matches.
If empty: If companies is [], broaden your filters (for example,
wider headcount range or more industries). Use
Autocomplete to verify valid filter values.
Next steps
- Identify reference — request parameters, validation, errors, API summary.
- Company Enrich — pass the
crustdata_company_idfrom Identify into Enrich to get the full profile. - Company Search — find similar companies by industry, headcount, or funding.

