Piloterr

Linkedin Profile Info

Linkedin Profile Info via API.

Credit cost: 2 credits per call

GET
/v2/linkedin/profile/info

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/linkedin/profile/info?query=string"
[
  {
    "name": "Example",
    "value": {
      "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": []
    }
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}