Piloterr

Crunchbase Funding Rounds

Monitor funding history and financial milestones of companies with Crunchbase data.

Status: Degraded

Credit cost: 2 credits per call

GET
/v2/crunchbase/funding_rounds

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

days_since_announcement?number

Filter funding rounds announced within the last N days.

Note: The response returns a maximum of 15 results per request. If total exceeds 15, combine with investment_type filters to paginate across rounds.

Example:

30
Default"1"
Range1 <= value <= 360
investment_type?string

Filter by funding round type. Accepted values:

  • pre_seed, seed, series_a, series_b, series_c, series_d, series_e, series_f, series_g, series_h, series_i, series_j, series_unknown, angel, private_equity, debt_financing, convertible_note, grant, corporate_round, equity_crowdfunding, product_crowdfunding, secondary_market, post_ipo_equity, post_ipo_debt, post_ipo_secondary, non_equity_assistance, initial_coin_offering, undisclosed

Example:

seed
investor_identifiers?string

Filter rounds by a specific investor using their Crunchbase UUID.

How to find an investor UUID: Use the crunchbase/company/info or crunchbase/people/info endpoints to retrieve the uuid of the target investor.

Example:

df14597c-3e51-8d58-9c15-fb3de3a34a54
funded_organization_identifier?string

Filter rounds by a specific funded organization using their Crunchbase UUID.

How to find an organization UUID: Use the crunchbase/company/info endpoint and read the uuid field from the response.

Example:

cf2c678c-b81a-80c3-10d1-9c5e76448e51

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/crunchbase/funding_rounds"

{
  "total": 158,
  "results": [
    {
      "uuid": "2ede9c7b-6c12-4a08-bf5b-92c9ec71a740",
      "identifier": {
        "uuid": "2ede9c7b-6c12-4a08-bf5b-92c9ec71a740",
        "value": "Series D - Qcraft",
        "image_id": "giqfjoidpupjjihprsr8",
        "permalink": "qcraft-7238-series-d--2ede9c7b",
        "entity_def_id": "funding_round"
      },
      "investment_type": "series_d",
      "investor_identifiers": [],
      "funded_organization_identifier": {
        "role": "investee",
        "uuid": "18882feb-84bc-4ece-992e-facf1c857238",
        "value": "Qcraft",
        "image_id": "giqfjoidpupjjihprsr8",
        "permalink": "qcraft-7238",
        "entity_def_id": "organization"
      }
    },
    {
      "uuid": "ea87f4f8-fa9d-4f21-a770-47d97bb10281",
      "identifier": {
        "uuid": "ea87f4f8-fa9d-4f21-a770-47d97bb10281",
        "value": "Series A - BlueFlag Security",
        "image_id": "b1b8397367e84608a38d52eba59de6c7",
        "permalink": "blueflag-security-series-a--ea87f4f8",
        "entity_def_id": "funding_round"
      },
      "investment_type": "series_a",
      "investor_identifiers": [],
      "funded_organization_identifier": {
        "role": "investee",
        "uuid": "d5db2cf1-197b-44d2-b214-7eb0db399586",
        "value": "BlueFlag Security",
        "image_id": "b1b8397367e84608a38d52eba59de6c7",
        "permalink": "blueflag-security",
        "entity_def_id": "organization"
      }
    },
    {
      "uuid": "8e3049b7-45ad-4818-b335-e9dbe0bcdb6e",
      "identifier": {
        "uuid": "8e3049b7-45ad-4818-b335-e9dbe0bcdb6e",
        "value": "Series B - Swish",
        "image_id": "b89e593745ab4f9ba317c9f3cd92d466",
        "permalink": "swish-0f9b-series-b--8e3049b7",
        "entity_def_id": "funding_round"
      },
      "investment_type": "series_b",
      "investor_identifiers": [],
      "funded_organization_identifier": {
        "role": "investee",
        "uuid": "6e48aeef-b305-41b7-bcf9-8f5ac88e0f9b",
        "value": "Swish",
        "image_id": "b89e593745ab4f9ba317c9f3cd92d466",
        "permalink": "swish-0f9b",
        "entity_def_id": "organization"
      }
    },
    {
      "uuid": "4dfe9c7f-f1e1-4ad0-8898-e38a1c5b3b88",
      "identifier": {
        "uuid": "4dfe9c7f-f1e1-4ad0-8898-e38a1c5b3b88",
        "value": "Seed Round - Novaworks.ai",
        "image_id": "2898e537b54040f4bdfbfc97b2d0e5eb",
        "permalink": "novaworks-ai-seed--4dfe9c7f",
        "entity_def_id": "funding_round"
      },
      "investment_type": "seed",
      "investor_identifiers": [],
      "funded_organization_identifier": {
        "role": "investee",
        "uuid": "519499c4-db1b-4d75-80a3-24ae9c6026ad",
        "value": "Novaworks.ai",
        "image_id": "2898e537b54040f4bdfbfc97b2d0e5eb",
        "permalink": "novaworks-ai",
        "entity_def_id": "organization"
      }
    }
  ]
}

{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}