indeed

GRATIS CON POSSIBILITÀ DI UPGRADE
Da Mantiks | Aggiornamento hace un mes | Data
Popolarità

9.7 / 10

Latenza

11,693ms

Livello di servizio

94%

Health Check

N/A

Torna a tutti i tutorial (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