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

Parameters

FieldTypeRequiredDescription
domainstringYesDomain of the company (e.g. openai.com)

Response fields

FieldTypeDescription
Organization NamestringCompany name
Last Funding TypestringMost recent funding type
Last Funding DatestringMost recent funding date
Founded DatestringCompany founded date
Number of EmployeesstringEmployee range
IndustriesstringIndustries list
Headquarters LocationstringHeadquarters location
DescriptionstringShort company description
Total Funding Amount (in USD)numberTotal funding amount (USD)
WebsitestringCompany website
LinkedInstringLinkedIn 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