List Generation
List Generation API Use cases
Usecases walkthough- Prospecting lists, companies by business model, open ended search
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Usecases walkthough- Prospecting lists, companies by business model, open ended search
{
"limit": 100,
"sections": [
"firmographic",
"funding_detail",
"business_model"
],
"sort_by": "revenue_estimate",
"sort_order": "desc",
"filters": {
"funding_detail.funding_overview.funding_stage": [
"series_a",
"series_b"
],
"location.hq.country": [
"USA"
],
"funding_detail.funding_overview.last_funding_date": {
"gte": "2024-01-01"
}
}
}
{
"limit": 50,
"sections": [
"firmographic",
"technology",
"company_assessment"
],
"sort_by": "founded_year",
"sort_order": "desc",
"filters": {
"firmographic.company_type": [
"private"
],
"technology.ai_maturity.scale": [
3,
4,
5
]
}
}
{
"limit": 50,
"sections": [
"firmographic",
"business_model"
],
"filters": {
"business_model.offering_type": [
"software"
],
"business_model.gtm_motion": [
"product_led_growth"
],
"business_model.revenue_model": [
"subscription_recurring"
]
}
}
{
"query": "Healthcare SaaS companies in Europe that raised funding in 2025",
"sections": ["firmographic", "funding_detail"],
"limit": 50
}
{
"query": "AI startups with over $50M in funding",
"sections": ["firmographic", "financial_estimate", "technology"],
"limit": 100
}
.png?fit=max&auto=format&n=tMpg-r-6yeOIk-hz&q=85&s=e0cafcb914826d8adc60e5092187e1ca)