Skip to main content
GET
/
v1
/
linkedin
/
get_user_skills
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/linkedin/get_user_skills?urn=ACoAACkphDcBDruPBdXiAnqyc834jkTkd_4kRnU&page=1' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "page": 1,
    "total": 21,
    "has_more": true,
    "data": [
      {
        "skill": "Developer Relations"
      },
      {
        "skill": "Computer Vision"
      },
      {
        "skill": "Engineering"
      },
      {
        "skill": "Data Science"
      },
      {
        "skill": "Artificial Intelligence (AI)",
        "num_endorsements": 1
      },
      {
        "skill": "Data Visualization"
      },
      {
        "skill": "Python (Programming Language)",
        "num_endorsements": 1,
        "is_passed_skill_assessment": true
      },
      {
        "skill": "Flask",
        "num_endorsements": 1
      },
      {
        "skill": "SQL"
      },
      {
        "skill": "Pandas"
      },
      {
        "skill": "REST APIs",
        "num_endorsements": 1
      },
      {
        "skill": "MySQL",
        "num_endorsements": 1
      },
      {
        "skill": "MongoDB"
      },
      {
        "skill": "Telugu"
      },
      {
        "skill": "English"
      },
      {
        "skill": "Time Series Analysis"
      },
      {
        "skill": "NumPy",
        "num_endorsements": 1
      },
      {
        "skill": "Exploratory Data Analysis"
      },
      {
        "skill": "Machine Learning",
        "num_endorsements": 1,
        "is_passed_skill_assessment": true
      },
      {
        "skill": "Microsoft Word",
        "num_endorsements": 1
      }
    ]
  },
  "requestId": "959dcca1-e1c2-4ea8-9a51-2701aa74ca00"
}
πŸͺ™1 creditper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

urn
string
required

User URN, obtainable from the get_user_profile API

page
integer
default:1

Page number, default is 1

Response

The response is of type object.