{
"page": 1,
"per_page": 10,
"waterfall": {
"mode": "first_match",
"source_order": [
"hunter",
"apollo",
"rocketreach",
"map",
"storelead"
]
},
"company": {
"domains": [
"stripe.com"
],
"keywords": {
"include": [
"fintech"
]
}
},
"industry": {
"include": [
"Computer Software"
]
},
"technologies": {
"include": [
"react"
]
},
"location": {
"country_code": [
"US"
],
"cities": [
"San Francisco"
],
"states": [
"California"
]
},
"size": {
"employee_ranges": [
{
"min": 51,
"max": 10000
}
]
}
}curl --location '/api/company/search' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data '{
"page": 1,
"per_page": 10,
"waterfall": {
"mode": "first_match",
"source_order": [
"hunter",
"apollo",
"rocketreach",
"map",
"storelead"
]
},
"company": {
"domains": [
"stripe.com"
],
"keywords": {
"include": [
"fintech"
]
}
},
"industry": {
"include": [
"Computer Software"
]
},
"technologies": {
"include": [
"react"
]
},
"location": {
"country_code": [
"US"
],
"cities": [
"San Francisco"
],
"states": [
"California"
]
},
"size": {
"employee_ranges": [
{
"min": 51,
"max": 10000
}
]
}
}'{
"success": true,
"request_id": "req_xxx",
"companies": [],
"meta": {
"total_results": 0,
"page": 1,
"per_page": 10,
"has_more": false,
"billing": {
"credits_charged": 0,
"byok_used": false,
"platform_credits_charged": 0
},
"waterfall": {
"mode": "first_match",
"source_hit": null,
"sources_attempted": [],
"sources_skipped": [],
"latency_ms": 0
},
"post_filtered": false
},
"error": null
}