Skip to main content
GET
/
get-personal-profile
cURL
curl --request GET \
  --url https://web-scraping-api2.p.rapidapi.com/get-personal-profile \
  --header 'x-rapidapi-key: <api-key>'
{
  "message": "ok",
  "data": {
    "linkedin_url": "https://linkedin.com/in/anthonyjames",
    "first_name": "Anthony",
    "last_name": "James",
    "full_name": "Anthony James",
    "location": "Sydney, Australia",
    "city": "Sydney",
    "state": "New South Wales",
    "country": "Australia",
    "headline": "Technology Leader & Innovator",
    "about": "Experienced leader in marketing and technology.",
    "email": "[email protected]",
    "phone": "+61234567890",
    "profile_image_url": "https://example.com/profile.jpg",
    "follower_count": 20000,
    "connection_count": 15000,
    "job_title": "CEO",
    "current_job_duration": "8 years 2 months",
    "current_company_join_month": 3,
    "current_company_join_year": 2015,
    "company": "Trinity Consulting Services",
    "company_description": "A global leader in technology consulting.",
    "company_domain": "trinity.com",
    "company_employee_range": "201-500",
    "company_industry": "Technology Consulting",
    "company_linkedin_url": "https://linkedin.com/company/trinity",
    "company_logo_url": "https://example.com/logo.png",
    "company_website": "https://trinity.com",
    "company_year_founded": 1990,
    "hq_city": "Sydney",
    "hq_country": "Australia",
    "hq_region": "New South Wales",
    "school": "University of Technology Sydney",
    "skills": "Leadership, Innovation, Marketing",
    "urn": "ACoAAAGafwYBi3pXOoVVwIyAFc453DuIv50jfTA",
    "experiences": [
      {
        "company": "ABC Tech",
        "title": "Senior Consultant",
        "location": "Melbourne, Australia",
        "description": "Led multiple IT projects.",
        "start_year": 2010,
        "end_year": 2015,
        "duration": "5 years"
      }
    ],
    "educations": [
      {
        "school": "University of Technology Sydney",
        "degree": "MBA",
        "field_of_study": "Business Administration",
        "start_year": 2005,
        "end_year": 2007,
        "activities": "Student Union President"
      }
    ],
    "certifications": [
      {
        "name": "Project Management Professional (PMP)",
        "authority": "PMI",
        "issued": "2021-01",
        "url": "https://example.com/certificate"
      }
    ],
    "languages": "English, French",
    "profile_id": "profile123",
    "profile_status": {
      "joined_date": "2008-01-01",
      "verified": true,
      "profile_photo_updated": true,
      "contact_info_updated": true
    },
    "public_id": "anthony-james"
  }
}

Documentation Index

Fetch the complete documentation index at: https://fdocs.info/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

linkedin_url
string<uri>
required

A valid LinkedIn profile URL — both public ID format (https://www.linkedin.com/in/stephenlee4244315) and URN format (https://www.linkedin.com/sales/lead/ACwAAALW9HABcVdR-UuroyOHoL2iuUob1F_yDRY) are accepted.

include_skills
enum<string>

Whether to include skills in the profile details. Enabling this option will consume 0.5 more credits.

Available options:
true,
false
Example:

"false"

include_certifications
enum<string>

Whether to include certifications in the profile details. Enabling this option will consume 0.5 more credits.

Available options:
true,
false
Example:

"false"

include_profile_status
enum<string>

Whether to include the profile status. Enabling this option will consume 0.5 more credits.

Available options:
true,
false
Example:

"false"

include_company_public_url
enum<string>

Whether to include the public URL of the company associated with the profile. Free

Available options:
true,
false
Example:

"false"

Response

Personal profile response

message
string
Example:

"ok"

data
object