The titles API provides standardized job title data across the LinkedIn platform. Each position or job is mapped to a list of titles and their higher granularities. titles is a child of the superTitles entity.
Title name in various locales. Represented as MultiLocaleString type.
superTitle
The superTitle URN that this title belongs to.
GET
GET https://api.linkedin.com/v2/titles/{id}?locale=en_US
Parameters
Field Name
Required
Description
locale
No
The locale the title data is requested in. en_US locale is used if locale is not provided or supported. Formatted with a lowercase, two-letter language code as defined by ISO-639, an underscore, and an uppercase, two-letter country code as defined by ISO-3166 (for example, en_US).
GET https://api.linkedin.com/v2/titles?ids={id1}&ids={id2}&ids={ids3}
Parameters
Field Name
Required
Description
locale
No
The locale the title data is requested in. en_US locale is used if locale is not provided or supported. Formatted with a lowercase, two-letter language code as defined by ISO-639, an underscore, and an uppercase, two-letter country code as defined by ISO-3166 (for example, en_US).
The locale the title data is requested in. en_US locale is used if locale is not provided or supported. Formatted with a lowercase, two-letter language code as defined by ISO-639, an underscore, and an uppercase, two-letter country code as defined by ISO-3166 (for example, en_US).
This request is limited to 50 objects per response due to size limit. Use pagination to retrieve all titles. For example, https://api.linkedin.com/v2/titles?start=50.