v1
latestOpenAPI 3.0.12026-07-26131186.5 KBProspect
Company search
Search for companies using firmographic, location, growth, and funding filters. Returned companies cost 0.5 API credits each.
post/api/accounts/search
Request body
Example request
{
"size": 10,
"filters": {
"company_location": [
{
"v": "Toronto, Ontario, Canada",
"b": "city"
}
],
"company_radius": [
{
"v": "43.6532,-79.3832",
"r": "25mi"
}
],
"company_industry": [
"Computer Software"
],
"technologies": [
{
"v": "amazon-web-services"
},
{
"v": "salesforce",
"s": "e"
}
],
"year_founded_start": 2015,
"year_founded_end": 2024
}
}Response
successful
Example response
{
"status": {
"code": 200
},
"data": {
"total": 15,
"companies": [
{
"id": "wiza",
"pdl_id": "wiza",
"linkedin_id": "67160217",
"linkedin_slug": "wiza",
"name": "Wiza",
"website": "wiza.co",
"size": "51-200",
"industry": "Computer Software",
"founded": 2019,
"type": "private",
"inferred_revenue": "$10M-$25M",
"total_funding_raised": 10000000,
"location_name": "New York, New York, United States",
"linkedin_url": "https://linkedin.com/company/wiza"
}
]
}
}