indeed

부분 유료
분류별 Mantiks | 업데이트됨 2달 전 | Data
인기

9.7 / 10

지연 시간

17,976ms

서비스 수준

92%

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