← Catalog

company.funding

coming soon

Funding history for a company: rounds, amounts, dates, investors and the latest round.

Coming soon. No real adapter serves this capability yet. The sandbox returns clearly labeled mock data against the final schema, so you can integrate now and switch on real routing when the first provider goes live.

Providers

ProviderStatus
LeadMagic adapter next
PredictLeads adapter next

Billing

Unit: per_match · unmatched results billed: no
Charged only when funding data exists.

The exact price is returned by /v1/inspect before every call and reserved on execution.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "company.funding",
    "input": { "domain": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "domain": {
      "type": "string"
    }
  },
  "required": [
    "domain"
  ],
  "type": "object"
}

Normalized output fields

total_funding · latest_round · funding_rounds · investors