curl --request POST \
--url https://tryfundable.ai/api/v1/companies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"company": {
"ipo_status": [
"private"
],
"industries": [
"artificial-intelligence"
]
},
"latest_deal": {
"financing_types": [
{
"type": "SERIES_A"
},
{
"type": "SERIES_B"
}
]
},
"page_size": 10
}
'{
"success": true,
"data": {
"companies": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Acme Corporation",
"legal_name": "Acme Corporation Inc.",
"guru_permalink": "acme-corporation",
"domain": "acme.com",
"region": "San Francisco Bay Area",
"short_description": "<string>",
"long_description": "<string>",
"num_employees": "11-50",
"linkedin": "<string>",
"twitter": "<string>",
"facebook": "<string>",
"pitchbook": "<string>",
"crunchbase": "<string>",
"address": "<string>",
"ipo_status": "private",
"num_funding_rounds": 11,
"num_investors": 14,
"total_raised": 2834940000,
"latest_valuation_usd": 31000000000,
"latest_valuation_date": "2017-03-09T00:00:00.000Z",
"industries": [
{
"permalink": "artificial-intelligence",
"name": "Artificial Intelligence"
}
],
"location": {
"region": {
"name": "San Francisco Bay Area",
"permalink": "san-francisco-bay-area"
},
"country": {
"name": "United States",
"permalink": "united-states"
},
"state": {
"name": "California",
"permalink": "california"
},
"city": {
"name": "San Francisco",
"permalink": "san-francisco-california"
}
},
"latest_deal": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "SERIES_B",
"total_round_raised": 25000000,
"date": "2024-01-15T00:00:00Z",
"extension": false,
"pre": false,
"intermediate": "NONE",
"description": {
"short_description": "<string>",
"long_description": "<string>"
},
"investors": [
"c5a3f6ac-f6c9-4686-aa6e-12aeb7419b82",
"c6bc63af-cb37-453d-9c20-35f56fb87ee9"
],
"financings": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"size_usd": 25000000,
"size_native": 25000000,
"currency": "USD"
}
]
},
"all_investor_ids": [
"c5a3f6ac-f6c9-4686-aa6e-12aeb7419b82",
"c6bc63af-cb37-453d-9c20-35f56fb87ee9"
],
"similarity": null
}
]
},
"meta": {
"total_count": 1547,
"page": 0,
"page_size": 10,
"credits_used": 10,
"credit_source": "monthly",
"monthly_credits_remaining": 990,
"purchased_credits_remaining": 500
}
}curl --request POST \
--url https://tryfundable.ai/api/v1/companies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"company": {
"ipo_status": [
"private"
],
"industries": [
"artificial-intelligence"
]
},
"latest_deal": {
"financing_types": [
{
"type": "SERIES_A"
},
{
"type": "SERIES_B"
}
]
},
"page_size": 10
}
'{
"success": true,
"data": {
"companies": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Acme Corporation",
"legal_name": "Acme Corporation Inc.",
"guru_permalink": "acme-corporation",
"domain": "acme.com",
"region": "San Francisco Bay Area",
"short_description": "<string>",
"long_description": "<string>",
"num_employees": "11-50",
"linkedin": "<string>",
"twitter": "<string>",
"facebook": "<string>",
"pitchbook": "<string>",
"crunchbase": "<string>",
"address": "<string>",
"ipo_status": "private",
"num_funding_rounds": 11,
"num_investors": 14,
"total_raised": 2834940000,
"latest_valuation_usd": 31000000000,
"latest_valuation_date": "2017-03-09T00:00:00.000Z",
"industries": [
{
"permalink": "artificial-intelligence",
"name": "Artificial Intelligence"
}
],
"location": {
"region": {
"name": "San Francisco Bay Area",
"permalink": "san-francisco-bay-area"
},
"country": {
"name": "United States",
"permalink": "united-states"
},
"state": {
"name": "California",
"permalink": "california"
},
"city": {
"name": "San Francisco",
"permalink": "san-francisco-california"
}
},
"latest_deal": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "SERIES_B",
"total_round_raised": 25000000,
"date": "2024-01-15T00:00:00Z",
"extension": false,
"pre": false,
"intermediate": "NONE",
"description": {
"short_description": "<string>",
"long_description": "<string>"
},
"investors": [
"c5a3f6ac-f6c9-4686-aa6e-12aeb7419b82",
"c6bc63af-cb37-453d-9c20-35f56fb87ee9"
],
"financings": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"size_usd": 25000000,
"size_native": 25000000,
"currency": "USD"
}
]
},
"all_investor_ids": [
"c5a3f6ac-f6c9-4686-aa6e-12aeb7419b82",
"c6bc63af-cb37-453d-9c20-35f56fb87ee9"
],
"similarity": null
}
]
},
"meta": {
"total_count": 1547,
"page": 0,
"page_size": 10,
"credits_used": 10,
"credit_source": "monthly",
"monthly_credits_remaining": 990,
"purchased_credits_remaining": 500
}
}API key authentication using Bearer token format.
Format: Authorization: Bearer vg_your_api_key_here
API keys follow the pattern: vg_[12_hex_chars]_[32_base64url_chars]
Look up specific companies by identifier
Show child attributes
Company attribute filters
Show child attributes
Latest funding round filters
Show child attributes
Filter by investors across all funding rounds
Show child attributes
Page number (0-based)
x >= 0Number of results per page
1 <= x <= 100Sort order. Ignored when search_query is provided (sorted by relevance).
most_recent_raise, oldest_raise, most_recent_founded, oldest_founded, largest_valuation, smallest_valuation, largest_total_raise, smallest_total_raise, most_funding_rounds, most_investors