cURL
curl --request GET \ --url https://api.leadmagic.io/v1/jobs/industries \ --header 'X-API-Key: <api-key>'
[ { "id": 22, "name": "Accounting" }, { "id": 318, "name": "Administration of Justice" }, { "id": 297, "name": "Administrative and Support Services" }, { "id": 8, "name": "Advertising Services" }, { "id": 245, "name": "Agricultural Chemical Manufacturing" } ]
Use this API to retrieve the Industry ID, which can then be used in the Jobs Finder API to filter jobs by Industry.
Successful response with industry list
The response is of type object[].
object[]
Was this page helpful?