indeed

FREEMIUM
Por Mantiks | Actualizada a month ago | Data
Popularidad

9.7 / 10

Latencia

11,693ms

Nivel de servicio

94%

Health Check

N/A

Volver a todos los tutoriales (2)

Search and retrieve companies information

Choose a locality

First of all you need to choose a locality.
A locality correspond to a specific indeed sub-domain and country. For instance โ€˜frโ€™ corresponds to https://fr.indeed.com domain and will restrict our requests to this domain.

Search for companies

In this example we are going to request companies that match Total in the it locality (witch correspond to https://it.indeed.com).
Those parameters could be send to the API through this query:

/companies/search?locality=it&company_name=Total

The API will return all the matching companies.

Retrieve companyโ€™s information

Now that we have a list of companies ids we can use them to retrieve all specific information related to the company.

/company/Total-Fitness?locality=it

In this example we query the company Total-Fitness on the Italian Indeed.
Now we can iterate through all our ids to retrieve all companies information.

Note: Indeed use plain string for companies ids