Search Company

Search for companies easily with our Company Search API. Provide key details like name, location, industry, or size, and our algorithm fetches precise and relevant company information.

cURL 'https://api.enrich.so/v1/api/search-company' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "name": "Example Company",
  "website": "https://example.com",
  "tagline": "Innovation at its best",
  "type": "Private",
  "postal_code": "123456",
  "description": "A leading company in technology",
  "industries": ["Technology", "Software"],
  "location_country": "United States",
  "location_city": "San Francisco",
  "specialities": ["AI", "Cloud Computing"],
  "followers": 5000,
  "staff_count": 200,
  "page_size": 10,
  "current_page": 1
}'
  1. staff_count / staff_count_max will return team with size 0 to staff count provided.

  2. staff_count_min will return with size greater than staff count min provided

  3. staff_count_min and staff_count_max can be used for providing range.

staff_count will be prioritized over staff_count_min and staff_count_max.

Use location_country_list or location_city_list to retrieve results based on multiple countries or cities, respectively.

Please note that location_country and location_city will take priority over location_country_list and location_city_list, respectively.

Example response

Status Code: 200 OK

Status code: 404 NOT FOUND

Last updated