Search for companies based on various filters. Multiple filters within the same field are combined with AND logic.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of companies to skip (use this for pagination). Maximum value is 10,000. To paginate beyond 10,000 results, use search_after instead.
20
Number of companies to return (default: 10, max: 100)
20
Cursor-based pagination. Pass the search_after value from the previous response to get the next page. Works at any point in the result set, but is required to access results beyond the 10,000 offset limit.
"WzE1LjUzNDU2MywiYjQ5MDBiYmQtOTg5MS01Mzk1LWIyODUtOWEyOGNiZThjOTM3Il0="
Filter by company names. Use exact_match for precise company name matching.
[
{
"value": "Microsoft",
"exact_match": true,
"exclude": false
}
]Filter by company domains (e.g., 'google.com', 'microsoft.com'). Exact match recommended.
[
{
"value": "microsoft.com",
"exact_match": true,
"exclude": false
}
]Filter by LinkedIn URLs.
[
{
"value": "https://www.linkedin.com/company/fullenrich",
"exact_match": true,
"exclude": false
}
]Filter by description of company
[
{
"value": "innovative and practical products",
"exact_match": false,
"exclude": false
}
]Filter by specialties of company
[
{
"value": "AI safety",
"exact_match": false,
"exclude": false
}
]Filter by company industries (e.g., 'Software Development', 'Computer Hardware Manufacturing', 'Housing and Community Development', 'Warehousing', 'Financial Services')
[
{
"value": "Software Development",
"exact_match": false,
"exclude": false
},
{
"value": "Computer Hardware Manufacturing",
"exact_match": false,
"exclude": false
}
]Filter by company types (e.g., 'Public Company', 'Privately Held', 'Non-profit', 'Self-employed', 'Partnership')
[
{
"value": "Public Company",
"exact_match": true,
"exclude": false
}
]Filter by headquarters locations (city names, regions, or countries)
[
{
"value": "San Francisco",
"exact_match": false,
"exclude": false
}
]Filter by founding years. Useful for targeting startups (recent years) or established companies.
[
{
"min": 2015,
"max": 2024,
"exclude": false
}
]Filter by company headcounts (number of employees). Use ranges to target specific company sizes (e.g., startups: 1-50, mid-size: 50-500, enterprise: 1000+).
[
{ "min": 100, "max": 500, "exclude": false }
]Filter by specific company IDs