List Generation
Use cases
Usecases walkthrough - Prospecting lists, companies by business model, and funding-stage screening.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Usecases walkthrough - Prospecting lists, companies by business model, and funding-stage screening.
{
"limit": 100,
"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,
"sort_by": "founded_year",
"sort_order": "desc",
"filters": {
"firmographic.company_type": [
"private"
],
"technology.ai_maturity.scale": [
3,
4,
5
]
}
}
{
"limit": 50,
"filters": {
"business_model.offering_type": [
"software"
],
"business_model.gtm_motion": [
"product_led_growth"
],
"business_model.revenue_model": [
"subscription_recurring"
]
}
}
.png?fit=max&auto=format&n=SdGZnb5iGLBOelR9&q=85&s=6e183af2c7498a76797d0c8d9a81b986)