Skip to main content

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.

May 2026
Launch
API version 2025-11-01

🚀 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-01 header, so future changes ship without breaking existing integrations.
  • Bearer authentication. Authorization: Bearer <key> replaces the legacy Token scheme across every endpoint.
  • Structured error envelope. A consistent { error: { type, message, metadata } } shape across every endpoint.
  • Cursor-based pagination. Opaque next_cursor replaces numeric offset on search endpoints.
  • Match-result envelope for enrich. Enrich responses now return matches[] with a confidence_score per match.
  • Nested, neutral response sections. Flat top-level keys are grouped under sections like basic_info, employee_reviews, and funding.

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.