Welcome to the Funding Signals API
The Funding Signals API provides access to comprehensive, real-time funding signals aggregated from across the web. Our platform continuously monitors and collects funding activity, giving you up-to-date information on companies raising capital, funding rounds, investors, and market trends.Funding Signals Endpoint
View the complete OpenAPI specification
Count Mode
You can get the total number of results matching any filter combination without consuming credits by addingcount=true to your request. This returns an empty data array with full pagination metadata, including totalCount.
Key Features
- Real-time Signals: Funding signals are aggregated continuously from web sources
- Advanced Filtering: Filter by countries, categories, subcategories, funding rounds, date ranges, and search terms
- Funding Round Types: Filter by round type (e.g.
seed,series a,pre-seed,angel) — case-insensitive. See Round Types - Round Flavors: Distinguish between bridge, extension, and secondary rounds
- Numeric Range Filters: Filter by amount, employee count, and founded year
- Flexible Sorting: Sort by date, amount, employee count, or founded year
- Verification Status: Filter signals by verified, unverified, or pending status
- Pagination Support: Efficiently retrieve large datasets with up to 100 results per page
- Credit-based Usage: Transparent credit consumption per API call
Company fields in responses
Funding signal payloads includecompanyCountry for HQ and companySubcategory when classified. Conventions match the other signal APIs; see Company fields in signal responses.
Service Level
- Rate Limit: Based on your subscription tier
- Uptime: 99% guaranteed uptime
- Data Freshness: Real-time aggregation ensures up-to-date signals
- Maximum Results: Up to 100 results per page
Authentication
All API endpoints require authentication using a Bearer token passed in the Authorization header.Matching by Company URL (Recommended)
If you know a company’s website domain or LinkedIn page, query by URL instead of by name. Name search is fuzzy and can return lookalikes (Novartis also matches Novartis UK); URL identifiers match exactly one company.
company_domain:novartis.com,www.novartis.com,https://www.novartis.com/,https://novartis.com/any/path— scheme,www., port, path and trailing slash are ignored. Values that can’t be reduced to a domain return400.company_linkedin_url:linkedin.com/company/novartis,https://www.linkedin.com/company/Novartis/—http/https,www.and trailing slash are ignored, the slug is case-insensitive. URLs that aren’t LinkedIn company pages (e.g. personal/in/profiles) return400.
AND — company_domain=novartis.com&company_name=Acme returns empty because they disagree.
Match confidence. Every result row includes match_confidence:
Query Parameters
Pagination
Date Filters
Company Filters
Numeric Range Filters
Funding-specific Filters
Sorting
Funding Round Types
Round types are matched case-insensitively (Series A, series a, and SERIES A all work) and returned in lowercase. The most common values:
seed,pre-seed— early-stage fundingseries a…series f— priced venture rounds (later letters also occur)angel— angel/individual investmentequity,fund,debt financing,debt— other financing typesipo— initial public offering
Response Structure
All successful responses follow this structure:Error Handling
The API returns standard HTTP status codes:- 200: Success
- 401: Unauthorized - Invalid or missing API key
- 429: Rate limit exceeded
- 500: Internal server error
