Skip to main content
GET
/
get-extra-profile-data
cURL
curl --request GET \
  --url https://web-scraping-api2.p.rapidapi.com/get-extra-profile-data \
  --header 'x-rapidapi-key: <api-key>'
{
  "data": null,
  "message": "Bad request: Invalid linkedin_url."
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

urn
string
required

The LinkedIn Sales Navigator URN (vmid) of the profile. Example: ACwAAALW9HABcVdR-UuroyOHoL2iuUob1F_yDRY

include_certifications
enum<string>

Whether to include certifications.

Available options:
true,
false
Example:

"false"

include_publications
enum<string>

Whether to include publications.

Available options:
true,
false
Example:

"false"

include_honors
enum<string>

Whether to include honors and awards.

Available options:
true,
false
Example:

"false"

include_volunteers
enum<string>

Whether to include volunteer experience.

Available options:
true,
false
Example:

"false"

include_projects
enum<string>

Whether to include projects.

Available options:
true,
false
Example:

"false"

include_patents
enum<string>

Whether to include patents.

Available options:
true,
false
Example:

"false"

include_courses
enum<string>

Whether to include courses.

Available options:
true,
false
Example:

"false"

include_organizations
enum<string>

Whether to include organizations.

Available options:
true,
false
Example:

"false"

include_languages
enum<string>

Whether to include languages.

Available options:
true,
false
Example:

"false"

include_profile_status
enum<string>

Whether to include the profile status.

Available options:
true,
false
Example:

"false"

Response

Extra profile data response