OpenAPI 3.1.02026-08-1979149857.1 KB

d63b1aad8ff3

Company

Retrieve company funding

Retrieve the structured funding history (rounds, dates, amounts) for a company by its domain. Served from Context's continuously updated company graph, which aggregates funding rounds observed across company data sources and global business news. Domains with no known funding data return an empty rounds list and are not charged.

post/company/funding

Request body

domainstring required

The domain name of the company to retrieve funding history for.

timeoutMSinteger

Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).

tagsstring[]

Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.

Example request

{
  "tags": [
    "production",
    "team-alpha"
  ]
}

Response

Successful response

statusstring required

Status of the response, e.g., 'ok'

domainstring required

The normalized domain that was analyzed