GET
/
api
/
v2
/
linkedin
/
profile
/
info
curl --location --request GET 'https://piloterr.com/api/v2/linkedin/profile/info?query=https://www.linkedin.com/in/williamhgates' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "address": {
        "city": "Seattle",
        "state": "Washington",
        "county": "King County",
        "country": "United States",
        "country_code": "US"
    },
    "summary": "Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.",
    "articles": [
        {
            "url": "https://www.linkedin.com/pulse/ai-supercharge-innovation-pipeline-bill-gates-rsmqc",
            "title": "AI is about to supercharge the innovation pipeline",
            "author": "Bill Gates"
        },
        {
            "url": "https://www.linkedin.com/pulse/year-signaled-start-new-era-bill-gates-qbpfc",
            "title": "This year signaled the start of a new era",
            "author": "Bill Gates"
        },
        {
            "url": "https://www.linkedin.com/pulse/lessons-lifesaving-from-brazil-bill-gates-uqnvc",
            "title": "Lessons in lifesaving from Brazil",
            "author": "Bill Gates"
        },
        {
            "url": "https://www.linkedin.com/pulse/how-innovation-key-tackling-emissions-improving-human-bill-gates-xovsc",
            "title": "How innovation is the key to tackling emissions and improving human welfare at the same time",
            "author": "Bill Gates"
        }
    ],
    "headline": null,
    "username": "williamhgates",
    "full_name": "Bill Gates",
    "languages": [],
    "photo_url": "https://media.licdn.com/dms/image/D5603AQHv6LsdiUg1kw/profile-displayphoto-shrink_200_200/0/1695167344576?e=2147483647&v=beta&t=XAUf_Aqfa5tAmMqvOXPJ26wXV73tOHvI-rygpb_WpQA",
    "activities": [],
    "educations": [
        {
            "end_at": "1975-01-03 00:00:00",
            "school": "Harvard University",
            "address": null,
            "location": null,
            "start_at": "1973-01-03 00:00:00",
            "school_url": "https://www.linkedin.com/school/harvard-university/",
            "description": null
        }
    ],
    "experiences": [
        {
            "address": null,
            "company": "Harvard University",
            "end_date": "1975-01-03 00:00:00",
            "location": null,
            "start_at": "1973-01-03 00:00:00",
            "company_url": "https://www.linkedin.com/school/harvard-university/",
            "description": null
        }
    ],
    "profile_url": "https://www.linkedin.com/in/williamhgates",
    "website_url": "https://gatesnot.es/UnconfuseMe",
    "background_url": "https://media.licdn.com/dms/image/D5616AQHy2R5tyt2YUA/profile-displaybackgroundimage-shrink_200_800/0/1672782785474?e=2147483647&v=beta&t=RTQAJraPOkiQsVFiZcawowadxaryw7iRq9Bgmy2L_go",
    "follower_count": 35008704,
    "recommendations": [],
    "section_courses": [],
    "section_patents": [],
    "connection_count": 9,
    "section_projects": [],
    "people_also_viewed": [],
    "section_test_scores": [],
    "section_publications": [],
    "card_current_position": {
        "url": "https://www.linkedin.com/company/bill-&-melinda-gates-foundation",
        "name": "Bill & Melinda Gates Foundation"
    },
    "section_honors_awards": [],
    "section_organizations": [],
    "card_current_education": {
        "url": "https://www.linkedin.com/school/harvard-university/",
        "name": "Harvard University"
    },
    "section_certifications": [],
    "section_volunteer_experiences": []
}

This LinkedIn Profile Info API will extract every piece of publicly available data (including name, current job, company, education, and professional) in just a few seconds.

x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

Linkedin URL or username of the target profile like https://www.linkedin.com/in/williamhgates or williamhgates

return_page_source
boolean

If set to true, the response will contain the HTML source code of the profile page.

Response

profile
Profile Object
full_name
string

The full name of the profile

username
string

The username of the profile

headline
string

The headline of the profile

follower_count
integer

The number of followers of the profile

connection_count
integer

The number of connections of the profile

summary
string

The summary of the profile

profile_url
string

The URL of the profile

photo_url
string

The URL of the profile photo. A temporary link to the user’s profile picture that is valid for 30 minutes.

background_url
string

The URL of the profile background. A temporary link to the user’s profile picture that is valid for 30 minutes.

languages
list

Languages names

address
object

Based of the location of the profile. Address is not always available.

experiences
list
educations
list
articles
list
activities
list
recommendations
list
section_certifications
list
section_projects
list
section_publications
list
section_volunteer_experiences
list
section_honors_awards
list
section_patents
list
section_courses
list
section_organizations
list
section_test_scores
list
section_people_also_viewed
list
card_current_position
object
card_current_education
object
website_url
string

The website URL of the profile