Crunchbase APIs

Use Crunchbase APIs to search organizations and get company details. JSON-driven dynamic API.

🔍

Find organization identity (autocomplete search with paging)

Search organizations by query (e.g. company name). Results are paginated. Use for autocomplete or search UX.

GET /api/project/crunchbase_new/autocomplete3
📦

Get comprehensive organization details by identifier (Raw or Structured format)

Fetch full organization details by Crunchbase identifier. Optional format: raw or structured.

GET /api/project/crunchbase_new/organization

Health check - verify Crunchbase API server is live

Verify the Crunchbase API service is available. No parameters required.

GET /api/project/crunchbase_new/health-check