Account
Bing
Brave
Chewy
Github
Homestra
Indeed
Linkedin (advanced)
Linkedin (basic)
Product Hunt
Seloger
Trustpilot
Vinted
Walmart
Wellfound
LinkedIn Profile Info (deprecated)
Extract the public information of a LinkedIn profile swiftly and efficiently with our LinkedIn Profile Info API.
curl --request GET \
--url https://piloterr.com/api/v2/linkedin/profile/info \
--header 'x-api-key: <x-api-key>'
{
"profile": {
"full_name": "<string>",
"username": "<string>",
"headline": "<string>",
"follower_count": 123,
"connection_count": 123,
"summary": "<string>",
"profile_url": "<string>",
"photo_url": "<string>",
"background_url": "<string>",
"languages": [
{}
],
"address": {
"city": "<string>",
"county": "<string>",
"state": "<string>",
"country": "<string>",
"country_code": "<string>"
},
"experiences": [
{
"title": "<string>",
"company": "<string>",
"company_url": "<string>",
"location": "<string>",
"description": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"duration": "<string>",
"address": {
"city": "<string>",
"county": "<string>",
"state": "<string>",
"country": "<string>",
"country_code": "<string>"
}
}
],
"educations": [
{
"school": "<string>",
"school_url": "<string>",
"location": "<string>",
"description": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"address": {
"city": "<string>",
"county": "<string>",
"state": "<string>",
"country": "<string>",
"country_code": "<string>"
}
}
],
"articles": [
{
"title": "<string>",
"url": "<string>",
"author": "<string>"
}
],
"activities": [
{
"title": "<string>",
"url": "<string>",
"activity_status": "<string>"
}
],
"recommendations": [
{
"full_name": "<string>",
"text": "<string>"
}
],
"section_certifications": [
{
"authority": "<string>",
"url": "<string>",
"start_at": "<string>",
"end_at": "<string>"
}
],
"section_projects": [
{
"title": "<string>",
"description": "<string>",
"url": "<string>",
"start_at": "<string>",
"end_at": "<string>"
}
],
"section_publications": [
{
"title": "<string>",
"publisher": "<string>",
"published_on": "<string>",
"description": "<string>",
"url": "<string>"
}
],
"section_volunteer_experiences": [
{
"title": "<string>",
"company": "<string>",
"company_url": "<string>",
"cause": "<string>",
"start_at": "<string>",
"end_at": "<string>",
"description": "<string>"
}
],
"section_honors_awards": [
{
"title": "<string>",
"issuer": "<string>",
"issued_on": "<string>",
"description": "<string>"
}
],
"section_patents": [
{
"title": "<string>",
"issued_on": "<string>",
"description": "<string>",
"patent": "<string>",
"url": "<string>"
}
],
"section_courses": [
{
"title": "<string>",
"number": "<string>"
}
],
"section_organizations": [
{
"title": "<string>",
"organization": "<string>",
"start_at": "<string>",
"end_at": "<string>",
"description": "<string>"
}
],
"section_test_scores": [
{
"title": "<string>",
"score": "<string>",
"description": "<string>",
"date_on": "<string>"
}
],
"section_people_also_viewed": [
{
"name": "<string>",
"url": "<string>",
"summary": "<string>",
"location": "<string>"
}
],
"card_current_position": {
"name": "<string>",
"url": "<string>"
},
"card_current_education": {
"name": "<string>",
"url": "<string>"
},
"website_url": "<string>"
}
}
Important Notice:
- As of early 2024, LinkedIn has implemented additional security measures (x-ray) on public profiles, which may limit the ability to retrieve certain data
- This endpoint will be deprecated as of February 1st, 2025 due to LinkedIn’s increased restrictions on large-scale scraping
- Our LinkedIn Profile Info API is currently disabled for scalability issues. Please contact us if you need to have access to this endpoint
Recommended Alternative: Use our LinkedIn Advanced Profile Info API, which offers improved stability and reliable large-scale scraping capabilities for both LinkedIn URLs and URNs
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.
Header
This parameter specifies the private key you’ll need for Piloterr access.
Parameters
Linkedin URL or username of the target profile like https://www.linkedin.com/in/williamhgates
or williamhgates
Response
The full name of the profile
The username of the profile
The headline of the profile
The number of followers of the profile
The number of connections of the profile
The summary of the profile
The URL of the profile
The URL of the profile photo. A temporary link to the user’s profile picture that is valid for 30 minutes.
The URL of the profile background. A temporary link to the user’s profile picture that is valid for 30 minutes.
Languages names
Based of the location of the profile. Address is not always available.
The title of the experience
The company name of the experience
The company URL of the experience
The location of the experience
The description of the experience
The start date of the experience. Format YYYY-MM-DDTHH:MM:SS
.
The end date of the experience. Format YYYY-MM-DDTHH:MM:SS
.
The duration of the experience
Based of the location of the profile. Address is not always available.
The school name of the education
The school URL of the education
The location of the education
The description of the education
The start date of the education. Format YYYY-MM-DDTHH:MM:SS
.
The end date of the education. Format YYYY-MM-DDTHH:MM:SS
.
Based of the location of the profile. Address is not always available.
The title of the volunteer experience
The company of the volunteer experience
The company_url of the volunteer experience
The cause of the volunteer experience
The start date of the volunteer experience. Format YYYY-MM-DDTHH:MM:SS
.
The end date of the volunteer experience. Format YYYY-MM-DDTHH:MM:SS
.
The description of the volunteer experience
The title of the organization
The organization of the organization
The start date of the organization. Format YYYY-MM-DDTHH:MM:SS
.
The end date of the organization. Format YYYY-MM-DDTHH:MM:SS
.
The description of the organization
The website URL of the profile
Was this page helpful?
curl --request GET \
--url https://piloterr.com/api/v2/linkedin/profile/info \
--header 'x-api-key: <x-api-key>'
{
"profile": {
"full_name": "<string>",
"username": "<string>",
"headline": "<string>",
"follower_count": 123,
"connection_count": 123,
"summary": "<string>",
"profile_url": "<string>",
"photo_url": "<string>",
"background_url": "<string>",
"languages": [
{}
],
"address": {
"city": "<string>",
"county": "<string>",
"state": "<string>",
"country": "<string>",
"country_code": "<string>"
},
"experiences": [
{
"title": "<string>",
"company": "<string>",
"company_url": "<string>",
"location": "<string>",
"description": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"duration": "<string>",
"address": {
"city": "<string>",
"county": "<string>",
"state": "<string>",
"country": "<string>",
"country_code": "<string>"
}
}
],
"educations": [
{
"school": "<string>",
"school_url": "<string>",
"location": "<string>",
"description": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"address": {
"city": "<string>",
"county": "<string>",
"state": "<string>",
"country": "<string>",
"country_code": "<string>"
}
}
],
"articles": [
{
"title": "<string>",
"url": "<string>",
"author": "<string>"
}
],
"activities": [
{
"title": "<string>",
"url": "<string>",
"activity_status": "<string>"
}
],
"recommendations": [
{
"full_name": "<string>",
"text": "<string>"
}
],
"section_certifications": [
{
"authority": "<string>",
"url": "<string>",
"start_at": "<string>",
"end_at": "<string>"
}
],
"section_projects": [
{
"title": "<string>",
"description": "<string>",
"url": "<string>",
"start_at": "<string>",
"end_at": "<string>"
}
],
"section_publications": [
{
"title": "<string>",
"publisher": "<string>",
"published_on": "<string>",
"description": "<string>",
"url": "<string>"
}
],
"section_volunteer_experiences": [
{
"title": "<string>",
"company": "<string>",
"company_url": "<string>",
"cause": "<string>",
"start_at": "<string>",
"end_at": "<string>",
"description": "<string>"
}
],
"section_honors_awards": [
{
"title": "<string>",
"issuer": "<string>",
"issued_on": "<string>",
"description": "<string>"
}
],
"section_patents": [
{
"title": "<string>",
"issued_on": "<string>",
"description": "<string>",
"patent": "<string>",
"url": "<string>"
}
],
"section_courses": [
{
"title": "<string>",
"number": "<string>"
}
],
"section_organizations": [
{
"title": "<string>",
"organization": "<string>",
"start_at": "<string>",
"end_at": "<string>",
"description": "<string>"
}
],
"section_test_scores": [
{
"title": "<string>",
"score": "<string>",
"description": "<string>",
"date_on": "<string>"
}
],
"section_people_also_viewed": [
{
"name": "<string>",
"url": "<string>",
"summary": "<string>",
"location": "<string>"
}
],
"card_current_position": {
"name": "<string>",
"url": "<string>"
},
"card_current_education": {
"name": "<string>",
"url": "<string>"
},
"website_url": "<string>"
}
}