indeed

פרמיום
על ידי Mantiks | מְעוּדכָּן месяц назад | Data
פּוֹפּוּלָרִיוּת

9.7 / 10

חֶבִיוֹן

11,693ms

רמת שירות

94%

Health Check

N/A

חזרה לכל ההדרכות (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