Filters & Typeahead/Search Job Title IDs
GET
/api/filters/titlesSearch Job Title IDs
Get job title 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": "TITLE",
"total_results": 10,
"results": [
{
"name": "Software Engineer",
"id": "9",
"urn": "urn:li:title:9"
}
]
}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/titles?keywords=%3Ckeywords%3E" \ -H "X-API-Key: hs_live_your_api_key"