GET
/
api
/
v1
/
user
/
about
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/user/about \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": {
    "joined": "May 2013",
    "contact_infomation": "Updated less than 6 months ago",
    "profile_photo": "Updated less than 1 month ago"
  }
}

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.