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.
🚀 New API version: 2025-11-01
We are launching a new, versioned API that replaces the legacy
/screener and /data_lab endpoints. Every product — Company, Person,
Job, Web, and Social Post — now lives under a consistent, purpose-built
surface area.What’s new
- Versioned endpoints. Every call requires the
x-api-version: 2025-11-01header, so future changes ship without breaking existing integrations. - Bearer authentication.
Authorization: Bearer <key>replaces the legacyTokenscheme across every endpoint. - Structured error envelope. A consistent
{ error: { type, message, metadata } }shape across every endpoint. - Cursor-based pagination. Opaque
next_cursorreplaces numericoffseton search endpoints. - Match-result envelope for enrich. Enrich responses now return
matches[]with aconfidence_scoreper match. - Nested, neutral response sections. Flat top-level keys are grouped
under sections like
basic_info,employee_reviews, andfunding.
Migrating from the legacy API
Every legacy/screener and /data_lab endpoint has a current
replacement. The Migration guides map each
legacy endpoint to its new equivalent and walk through request keys,
field renames, type changes, and response-shape differences.
