Search for companies based on various filters. Multiple filters within the same field are combined with AND logic.
The Company Search endpoint allows you to search for companies by size, industry, location, founding year, specialties, and more. It is designed to help you build clean company lists for prospecting, enrichment, or market analysis. How filters work If you filter by company industries [“Technology, Information and Internet”, “Financial Services”] and company locations [“France”, “United States”], the API returns results where the company industry is either Technology, Information and Internet or Financial Services, AND the company location is either France or United States. In other words, a result must satisfy at least one value in every filter category you specify. Within a category, values act as OR: a result matches if it fits any of the values. Across categories, the logic is AND: a result must match all categories to be returned. If you want to retrieve one specific company, you can search directly using its professional network URL or domain for an exact match. Search API pricing For a full list of supported filters and accepted values (industries, company types, seniority levels, etc.)Documentation Index
Fetch the complete documentation index at: https://docs.fullenrich.com/llms.txt
Use this file to discover all available pages before exploring further.
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 professional network IDs.
[
{
"value": 1234,
"exact_match": true,
"exclude": false
}
]Filter by professional network 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'). See Industries for the full list.
[
{
"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', 'Nonprofit', 'Self-Employed', 'Partnership', 'Educational', 'Government Agency'). See Company Types for the full list.
[
{
"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