Skip to main content
POST
Funding Rounds

Funding Rounds

Cost: 5 credits / successful request. Get a company’s Crunchbase funding round history by domain. This same data can also be attached directly to a Company Profile response via the get_funding_rounds flag.

Funding rounds endpoint

This endpoint resolves the company’s Crunchbase organization page from its domain and returns its funding round history.

Required attributes

string
required
Company domain (e.g. openai.com). A full website URL also works.

Optional attributes

string
Company name. Providing this improves match accuracy.

Response

If no funding data is found for the company, crunchbase_url is null and rounds is an empty array — this is still a 200 response and is charged normally. If the data can’t be fetched at this time, the response contains { "error": "Unable to fetch this data at this time." } in message with credit_used: 0, and no credits are charged.

The funding rounds model

Properties

string
Company domain that was looked up.
string
Link to the company’s Crunchbase page. null if no funding data was found.
string
Company name as recorded on Crunchbase.
string
How the company was found: domain or company_name. null if no funding data was found.
boolean
Whether the matched company’s name lines up with the company_name you provided. null if company_name wasn’t provided.
integer
Number of funding rounds returned.
integer
Total amount raised across all rounds, in USD.
string
Human-readable total raised (e.g. $11.60B).
array
List of funding rounds, most recent first.