GET
/
api
/
v1
/
user
/
skills
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/user/skills \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 31,
  "has_more": true,
  "data": [
    {
      "skill": "JavaScript",
      "num_endorsements": 1,
      "is_passed_skill_assessment": true
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

urn
string

User URN

Example:

"ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc"

username
string

Username. Enabling this option will consume an additional 1 request.

Example:

"simonsinek"

page
integer
default:1

Page number for pagination

Required range: x > 0
Example:

1

Response

200
application/json
Success

The response is of type object.