Indeed Company Search API
The Indeed Company Search API is a REST API that allows you to access company search data from Indeed using the indeed/company-search endpoint.
You can query the API by passing in the query parameter with the company search term.
curl -GET "https://proxy.scrapeops.io/v1/structured-data/indeed/company-search?api_key=YOUR_API_KEY&query=Google&location=New York"
Or you can pass in the url of the full URL of the company search page you want to scrape (make sure to encode the URL).
curl -GET "https://proxy.scrapeops.io/v1/structured-data/indeed/company-search?api_key=YOUR_API_KEY&url=https%3A%2F%2Fwww.indeed.com%2Fcmp%3Fq%3DGoogle"
Authorisation - API Key
To use the ScrapeOps proxy, you first need an API key which you can get by signing up for a free account here.
Your API key must be included with every request using the api_key query parameter otherwise the API will return a 403 Forbidden Access status code.
API Parameters
The following parameters are available for the Indeed Company Search API:
| Parameter | Description |
|---|---|
api_key | Required. The API key to use for the request. |
query | The company search query you want to search for. |
url | The URL of the company search page you want to scrape. If a URL is provided, the URL will take priority over the query. |
location | The geographic location for the company search. Example: New York, San Francisco, Los Angeles, etc. |
country | The 2 letter country code of where you want the company data to be scraped from. Example: us, uk, ca, de, fr, etc. |
tld | The Indeed domains to scrape from. Example: com, co.uk, ca, de, fr, etc. |
sort | Sort results. Example: relevance, rating, review_count. |
start | Pagination offset. Example: 0, 10, 20, etc. |
radius | Search radius in miles. |
The below table outlines the valid TLDs for each country.
| TLD | Indeed Domain |
|---|---|
us | indeed.com |
uk | indeed.co.uk |
ca | indeed.ca |
de | indeed.de |
fr | indeed.fr |
it | indeed.it |
es | indeed.es |
nl | indeed.nl |
pl | indeed.pl |
in | indeed.co.in |
au | indeed.com.au |
jp | indeed.jp |
mx | indeed.com.mx |
br | indeed.com.br |
sa | indeed.com.sa |
ae | indeed.ae |