funding_events
List funding events ordered by announcement date, newest first. Filter by round, amount range, company HQ country, industry group, or a specific company id. Costs one credit per returned record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return (1-100). Each returned record costs one credit. | |
| round | No | Funding round filters. Canonical values: pre-seed, seed, angel, series-a, series-b, series-c, series-d, series-e, series-f, series-g, series-h, series-i, growth, extension, bridge, convertible, safe, debt, grant, pre-ipo, secondary, pipe, other. | |
| since | No | Return records announced on or after this date (YYYY-MM-DD) or ISO-8601 timestamp. | |
| until | No | Return records announced on or before this date (YYYY-MM-DD, inclusive) or ISO-8601 timestamp. | |
| cursor | No | Opaque pagination cursor returned as pagination.nextCursor on the previous page. | |
| companyId | No | Return only events for this entity-resolved company id. | |
| countries | No | Headquarters country codes (ISO alpha-2, OR). Pass "unknown" to include companies with no country on file. | |
| naicsCode | No | NAICS 2022 code for the company. Matches the code and everything beneath it, so "51" also returns 5132 and 5173. Sector ranges work: "31-33" returns all manufacturing. | |
| verticals | No | High-level sector filters (OR). Canonical values: ai, fintech, saas, devtools, healthcare, climate, robotics, cybersecurity, logistics, commerce, data, crypto, media, education, marketing, telecom, realestate, hardware, gaming, space. | |
| maxAmountUsd | No | Maximum funding amount in USD. | |
| minAmountUsd | No | Minimum funding amount in USD. | |
| industryGroups | No | Company industry groups (OR). Matched literally against the LinkedIn labels. Pass "unknown" for companies with no industry on file. | |
| employeeBuckets | No | Company employee-count buckets (OR). Canonical values: 1-10, 11-50, 51-200, 201-500, 501-1000, 1001-5000, 5001-10000, 10001+. |