URL Resolver

URL Resolver

Description

The LinkedIn URL Resolver endpoint allows users to resolve URLs pointing to any resource within linkedin.com, including posts, articles, and individual sections of profiles. Upon providing a LinkedIn URL, the response will return a URN (Uniform Resource Name), which is a unique identifier for the referenced LinkedIn entity.

This URN can be utilized with the appropriate LinkedIn endpoints to retrieve further details or data related to the specified resource, facilitating deeper interaction with LinkedIn content.

Endpoint

GET api/v1/realtime/social/linkedin/v1/url-resolver?url={{url}}/

Parameters

Param
Required
Param Type
Description

url

No

Query Param

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/url-resolver?url=https://www.linkedin.com/in/liran-haimovitch/' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "entity_urn": "urn:li:fsd_profile:ACoAABRKFh4BfxZiYR8o26OUnXpU5OLntzWpNfU"
}

Last updated