Everything you need to integrate the RichAPI API into your product.
Scrape Crunchbase company profiles — funding rounds, investors, employee count, and more.
/api/v1/crunchbase_company_scraper_syncParameters
| Field | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Domain of the company (e.g. openai.com) |
Response fields
| Field | Type | Description |
|---|---|---|
Organization Name | string | Company name |
Last Funding Type | string | Most recent funding type |
Last Funding Date | string | Most recent funding date |
Founded Date | string | Company founded date |
Number of Employees | string | Employee range |
Industries | string | Industries list |
Headquarters Location | string | Headquarters location |
Description | string | Short company description |
Total Funding Amount (in USD) | number | Total funding amount (USD) |
Website | string | Company website |
LinkedIn | string | LinkedIn URL |
Code
curl -X POST https://api.richapi.ai/api/v1/crunchbase_company_scraper_sync \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"domain": "openai.com"
}'Try it
Sign in to test this endpoint with your API key.
Sign in to try