Filters & Typeahead/Search Industry IDs
GET
/api/filters/industriesSearch Industry IDs
Get industry IDs for use in search filters.
Free
Authentication required
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| keywords | string | Required | Comma-separated keywords to search |
Response Example
{
"filter_type": "INDUSTRY",
"total_results": 5,
"results": [
{
"name": "Software Development",
"id": "96",
"urn": "urn:li:industry:96"
}
]
}Try it out
No API keys found. Create a key to use the playground.
Comma-separated keywords to search
Code Examples
curl -X GET "https://api.heyscraper.io/api/filters/industries?keywords=%3Ckeywords%3E" \ -H "X-API-Key: hs_live_your_api_key"