Skip to main content
POST
/
api
/
linkedin
/
user
/
skills
/linkedin/user/skills
curl --request POST \
  --url https://api.anysite.io/api/linkedin/user/skills \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "urn": {
    "type": "<string>",
    "value": "<string>"
  },
  "count": 123,
  "timeout": 300
}
'
[
  {
    "name": "<string>",
    "@type": "LinkedinUserSkill",
    "urn": {
      "type": "fsd_company",
      "value": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

Headers

access-token
string
required

Body

application/json
urn
LinkedinURN[Literal[<LinkedinURNPrefix.fsd_profile: 'fsd_profile'>]] · object
required

User URN, only fsd_profile urn type is allowed

count
integer
required

Max result count

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

name
string
required
@type
string
default:LinkedinUserSkill
urn
LinkedinURN · object