Intellizence Startup Funding API Sample Requests

Explore sample requests for the Intellizence Startup Funding API. Learn how to retrieve startup funding and venture capital records by date, company domain, investor, industry, location, funding round

Startup Funding API Sample Requests

Use these sample API requests to retrieve startup funding, venture capital, and investment deal records from the Intellizence Startup Funding Dataset.

These examples show common ways to filter startup funding records by date, company domain, investor, industry, location, funding round, deal amount, valuation, and currency.

All request parameters are optional. You can use a single filter or combine multiple filters based on your use case.


Endpoint

POST https://connect.intellizence.com/api/dataset/fundraising

Authentication

Include your API key in the request header.

x-api-key: YOUR_API_KEY

Content Type

Content-Type: application/json

Sample API Requests

1. Get Daily Updated Records

Use dateType: "LAST-MODIFIED" to retrieve records that were created or updated on a specific date.

This is recommended for daily syncs, alerts, enrichment workflows, and automated data pipelines.

Request Body

cURL Example


2. Get Funding Deals Announced on a Specific Date

Use dateType: "ANNOUNCED" and date to retrieve startup funding deals announced on a specific date.

Request Body

cURL Example


3. Get Funding Deals Within a Date Range

Use startDate and endDate to retrieve startup funding deals announced during a specific period.

Request Body

cURL Example


4. Search by Company Domain

Use companyDomain to retrieve funding records for a specific company website domain.

This is recommended for CRM enrichment, account matching, data pipelines, and workflow automation because domains are usually more precise than company names.

Request Body

cURL Example


5. Search by Investor

Use investor to retrieve funding deals involving a specific investor, venture capital firm, private equity firm, corporate investor, or strategic backer.

This is useful for investor tracking, competitive intelligence, deal sourcing analysis, and market research.

Request Body

cURL Example


6. Search by Company Industry

Use companyIndustry to retrieve funding deals for companies in one or more industries.

This is useful for sector research, market mapping, investment research, and prospecting.

Request Body

cURL Example


7. Search by Company Location

Use companyLocation to find funding deals involving companies headquartered in a specific city, state, province, country, or region.

Request Body

cURL Example


8. Search by Funding Round

Use fundingRound to retrieve deals by funding stage.

Examples include Seed, Series A, Series B, Series C, Series D, Series E, Private Equity, Debt Financing, and Corporate Round.

Request Body

cURL Example


9. Search by Funding Amount

Use dealAmount to filter funding deals by transaction value.

You can use comparison operators such as >, >=, <, <=, =, and !=.

When filtering by deal amount, include currency for more precise results.

Request Body

cURL Example


10. Use Multiple Filters Together

Combine filters to narrow results by date range, industry, funding round, funding amount, investor, company type, and currency.

Request Body

cURL Example


Use Case Examples

1. Daily Data Sync

Use this example when you want to pull newly added or updated startup funding records into your application, database, CRM, or analytics workflow.

Best For

  • Data pipelines

  • Daily refreshes

  • Internal dashboards

  • Alerts and workflow automation

  • CRM and data warehouse enrichment


2. CRM or Account Enrichment

Use this example to check whether a company in your CRM has recent funding activity.

Best For

  • CRM enrichment

  • Account scoring

  • Sales intelligence

  • Customer intelligence

  • Signal-based selling workflows


3. Investment Research

Use this example to track large funding rounds in a specific sector.

Best For

  • Market mapping

  • Sector research

  • Funding trend analysis

  • Venture capital research

  • Private equity and growth equity research


4. Investor Tracking

Use this example to monitor funding deals involving a specific investor.

Best For

  • Investor activity tracking

  • Competitive intelligence

  • Venture capital market research

  • Deal sourcing analysis

  • Relationship mapping


5. Sales and Prospecting

Use this example to identify recently funded companies that may have new budgets, hiring plans, expansion needs, or vendor requirements.

Best For

  • Prospecting

  • Account prioritization

  • Trigger-based outreach

  • Sales and marketing campaigns

  • Go-to-market workflows


Use Case
Recommended Filters

Daily data sync

dateType, date, limit

CRM enrichment

companyDomain, dateType, startDate, endDate

Investment research

companyIndustry, date range, dealAmount, currency

Investor tracking

investor, date range, limit

Sales and prospecting

companyIndustry, fundingRound, dealAmount, currency


Best Practices

Prefer company domain for company matching

For CRM enrichment, data pipelines, account matching, and automated workflows, use companyDomain when available.

Company domains are usually more precise than company names and help reduce duplicate or ambiguous matches.

Use company name for manual lookup

You can also use companyName to search for funding records by company name.

Company name search is useful for manual lookup, but for automated workflows, CRM enrichment, and account matching, use companyDomain when available.

Use LAST-MODIFIED for daily syncs

For recurring syncs, alerts, and automated workflows, use LAST-MODIFIED.

This helps retrieve records that were newly added or updated on that date.

Use ANNOUNCED for event-date research

For research based on when a funding deal was announced, use ANNOUNCED.

Use funding rounds for stage-based filtering

Use fundingRound when you want to filter companies by investment stage.

Use dealAmount with currency

When filtering by funding amount, include currency for more precise results.

Use valuation for high-valuation company research

Valuation data may not be available for every record. It is typically available for selected companies, especially larger funding rounds or companies with billion-dollar valuations.

Use limit to control result size

The default limit is 100 records if no limit is provided.

Combine filters for more precise results

You can combine multiple filters in a single request to narrow your results.


Notes

  • All parameters are optional.

  • Dates should be provided in YYYY-MM-DD format.

  • Use LAST-MODIFIED when you want newly added or updated records.

  • Use ANNOUNCED when you want records based on the funding announcement date.

  • Use companyDomain for CRM matching, account enrichment, and workflow automation.

  • Use companyName for manual lookup when the company domain is not available.

  • Include currency when filtering by dealAmount or valuation.

  • Use companyIndustry, companyLocation, and fundingRound for market research, investment research, and prospecting.

  • Startup funding data is generally available for VC-funded private companies only.

Last updated