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 |
|---|---|---|---|
crunchbase_company_url | string | Yes | URL of the company's profile on Crunchbase (e.g. https://www.crunchbase.com/organization/openai) |
Example response
{
"Description": "example",
"Founded Date": "example",
"Headquarters Location": "example",
"Industries": "example",
"Last Funding Date": "example",
"Last Funding Type": "example",
"LinkedIn": "example",
"Number of Employees": "example",
"Organization Name": "example",
"Total Funding Amount (in USD)": 1,
"Website": "example"
}Code
curl -X POST https://dev-api.richapi.ai/api/v1/crunchbase_company_scraper_sync \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"crunchbase_company_url": "https://www.crunchbase.com/organization/openai"
}'Try it
Sign in to test this endpoint with your API key.
Sign in to try