API Documentation

Everything you need to integrate the RichAPI API into your product.

Funding-Data

Crunchbase Company Scraper

Scrape Crunchbase company profiles — funding rounds, investors, employee count, and more.

POST
/api/v1/crunchbase_company_scraper_sync
3 credits per call

Parameters

FieldTypeRequiredDescription
crunchbase_company_urlstringYesURL of the company's profile on Crunchbase (e.g. https://www.crunchbase.com/organization/openai)

Example response

json
{
  "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