GET
/
get-linkedin-profile-by-salesnavurl
curl --request GET \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/get-linkedin-profile-by-salesnavurl \
  --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"
      }
    ],
    "courses": [
      {
        "title": "Advanced Marketing Strategies",
        "associated": "Harvard Business School"
      }
    ],
    "honors_and_awards": [
      {
        "title": "Top Innovator 2022",
        "issuer": "Forbes",
        "description": "Recognized for contributions to technology innovation.",
        "date": "2022-10-01"
      }
    ],
    "certifications": [
      {
        "name": "Project Management Professional (PMP)",
        "authority": "PMI",
        "issued": "2021-01",
        "url": "https://example.com/certificate"
      }
    ],
    "languages": "English, French",
    "organizations": [
      {
        "name": "Rotary Club",
        "role": "Member",
        "description": "Community Service and Leadership Development"
      }
    ],
    "patents": [
      {
        "name": "AI-powered Scheduling Tool",
        "patent_number": "US12345678B2",
        "issued": "2020-06-01"
      }
    ],
    "profile_id": "profile123",
    "profile_status": {
      "joined_date": "2008-01-01",
      "verified": true,
      "profile_photo_updated": true,
      "contact_info_updated": true
    },
    "projects": [
      {
        "name": "Project Apollo",
        "description": "Developed a cloud-based platform."
      }
    ],
    "public_id": "anthony-james",
    "publications": [
      {
        "title": "Innovating in the Digital Age",
        "publisher": "TechWorld",
        "date": "2022-07-15",
        "description": "Exploring trends in technology innovation."
      }
    ],
    "volunteers": [
      {
        "organization": "Local Library",
        "role": "Volunteer Tutor",
        "description": "Assisted students with learning challenges."
      }
    ]
  }
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

linkedin_url
string
required
Example:

"https://www.linkedin.com/in/cjfollini/"

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_publications
enum<string>

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

Available options:
true,
false
Example:

"false"

include_honors
enum<string>

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

Available options:
true,
false
Example:

"false"

include_volunteers
enum<string>

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

Available options:
true,
false
Example:

"false"

include_projects
enum<string>

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

Available options:
true,
false
Example:

"false"

include_patents
enum<string>

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

Available options:
true,
false
Example:

"false"

include_courses
enum<string>

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

Available options:
true,
false
Example:

"false"

include_organizations
enum<string>

Whether to include organizations 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

200
application/json
Personal profile response
message
string
Example:

"ok"

data
object