Query fundraising events
Filter and retrieve company funding events using fields, parameters, and search criteria.
Events API provides access to structured information about company funding rounds extracted from news articles. This guide explains how to discover available search fields, construct search requests, and understand the returned data.
Available search fields
Get available search fields for fundraising events using the discovery endpoint:
The endpoint returns the following fields that can be used for filtering search results. All fields are optional for search requests.
Common fields
company_name
: The name of the company that received funding.event_date
: The date when the fundraising occurred.extraction_date
: The date when the event was extracted from news sources.
Fundraising-specific fields
fundraising.amount
: The amount of funding raised by the company.fundraising.currency
: The currency of the funding amount. Possible values: USD, EUR, etc.fundraising.funding_type
: The type of funding round. Possible values: Seed, Series A, Series B, Series C, etc.fundraising.company_description
: The description of the funded company’s business and activities.fundraising.company_legal_name
: The legal name of the company that received funding.fundraising.industry
: The industry sector in which the funded company operates.fundraising.founders
: The names of the company’s founding team members.fundraising.investors
: The names of investors who participated in the funding round.fundraising.valuation
: The company’s valuation at the time of funding.
Searching for events
Use the search endpoint to find fundraising events:
Basic request structure
Using search fields
Search by dates (absolute or relative):
Search by amount and funding type:
Search by industry and investors:
Understanding the response
The API returns matched events in this structure:
Best practices
- Use date filtering to track funding trends in specific time periods.
- Combine amount and funding type filters to find specific investment stages.
- Search by industry and funding type to monitor sector-specific investment patterns.
- Use investor names to track specific investment firms’ activities.
See also
Was this page helpful?