Member profile by URL
A member profile addressed by its URL, returned as a flat record.
A member profile addressed by its profile URL. The response is a flat object rather than the standard content envelope, which makes it the simpler of the two profile endpoints to consume.
If you want the standard envelope, engagement figures, or to address a
member by username instead of URL, use linkedin-profile-v4.
The example response below is real output from this endpoint, not an illustration. Long lists and long strings are shortened to keep the page readable, and each place that happens is marked. This example took 3.4s.
Authorization
ApiKeyAuth Your API key. Sent on every request.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/scrapers/linkedin-profile" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.linkedin.com/in/williamhgates" }'{ "request_id": "req_8f2c1d94e7b0", "success": true, "status": { "code": "OK", "message": "Scrape completed.", "retryable": false }, "data": { "about": "Chair of the Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft…", "about_truncated": true, "activity": [ { "action": "", "author": "Bill Gates", "author_url": "https://www.linkedin.com/in/williamhgates", "image": null, "link": "", "text": "I’m so impressed by Dr. Lina Finda’s work to ensure that African communities have a voice in how the world fights malaria." }, { "action": "", "author": "Bill Gates", "author_url": "https://www.linkedin.com/in/williamhgates", "image": null, "link": "", "text": "Dr. Lina Finda says her job is to “listen,” but her work goes far beyond that. She’s making sure the people who are most affected by malaria have a say in how the disease is fought: https://lnkd.in/ev46WpCq" }, "… 10 more items in the full response" ], "activity_count": 12, "articles": [ { "image": "https://static.licdn.com/scds/common/u/img/pic/pic_pulse_stock_article_3.jpg", "link": "https://www.linkedin.com/pulse/small-bugs-big-breakthroughs-bill-gates-rq4qe", "title": "Small bugs, big breakthroughs" }, { "image": "https://media.licdn.com/dms/image/v2/D5612AQEkQ0qc4Rgq3g/article-cover_image-shrink_720_1280/B56Z_sOoZ0GsAQ-/0/1786374686630?e=2147483647&v=beta&t=-stCWN6KYl9Q8zJBTUWI4PgDhzSor3Du4-9D7_DvaCE", "link": "https://www.linkedin.com/pulse/bad-news-isnt-only-bill-gates-tl0bc", "title": "Bad news isn’t the only news" }, "… 8 more items in the full response" ], "awards": [], "background_cover_image_url": "https://media.licdn.com/dms/image/v2/D5616AQEjhPbTCeblYg/profile-displaybackgroundimage-shrink_200_800/B56ZcytR5SGsAc-/0/1748902420393?e=2147483647&v=beta&t=a-tBeZkxzWTHWYY6MAjxt0oTEuxlW33EUkK3gm5_te4", "certifications": [], "connections": "8", "contact_info": {}, "country": "US", "courses": [], "current_company": { "logo": null, "name": "Gates Foundation", "url": "https://www.linkedin.com/company/gates-foundation" }, "current_school": { "logo": null, "name": "Harvard University", "url": "https://www.linkedin.com/school/harvard-university/" }, "data_availability": { "about_truncated": true, "authenticated": false, "education_found": 1, "fields_withheld_by_linkedin": [ "about", "experience.job_title", "… 2 more items in the full response" ], "note": "LinkedIn serves public visitors a gated profile: the About text is cut server-side, per-position job titles and past employer names are asterisk-masked, and no Skills section is rendered at all. Those fields are absent from the page source, not missed by the parser. Every section LinkedIn does render publicly is re… (+15 chars)", "positions_found": 3, "positions_masked_by_linkedin": 0, "positions_with_job_title": 0, "source": "linkedin_public_profile" }, "education": [ { "date_range": "1973 - 1975", "degree": "", "description": "", "end_date": 1975, "field_of_study": "", "grade": "", "masked": false, "school_image": null, "school_name": "Harvard University", "school_url": "https://www.linkedin.com/school/harvard-university/", "start_date": 1973 } ], "experience": [ { "company_image": null, "company_name": "Gates Foundation", "company_name_source": "linkedin", "company_slug": "", "company_url": "https://www.linkedin.com/company/gates-foundation", "date_range": "", "description": "", "duration": "", "employment_type": "", "end_date": "", "job_title": "", "location": "", "masked": false, "start_date": "" }, { "company_image": null, "company_name": "", "company_name_source": "", "company_slug": "", "company_url": "", "date_range": "", "description": "", "duration": "", "employment_type": "", "end_date": "", "job_title": "", "location": "", "masked": false, "start_date": "" }, "… 1 more item in the full response" ], "firstName": "Bill", "followers": "40594143", "fullName": "Bill Gates", "headline": "Gates Foundation", "languages": [], "lastName": "Gates", "location": "Seattle, Washington, United States", "organizations": [], "people_also_viewed": [ { "followers": "", "image": null, "link": "https://www.linkedin.com/in/melindagates", "location": "United States", "name": "Melinda French Gates", "summary": "" }, { "followers": "", "image": null, "link": "https://www.linkedin.com/in/tyleralterman", "location": "Brooklyn, NY", "name": "Tyler Alterman", "summary": "" }, "… 17 more items in the full response" ], "profile_photo": "https://media.licdn.com/dms/image/v2/D5603AQF-RYZP55jmXA/profile-displayphoto-shrink_200_200/B56ZRi8g.aGsAY-/0/1736826818802?e=2147483647&v=beta&t=bKWfN6UwwtiCqFWsG7rBELbd48qJOAMLdxhBzzkJV0k", "profile_url": "https://www.linkedin.com/in/williamhgates", "projects": [], "public_identifier": "williamhgates", "publications": [], "recommendations": [], "same_name": [], "services": [], "skills": [], "success": true, "total_experiences": 3, "volunteer_experience": [], "websites": [ { "label": "Blog", "url": "https://gatesnot.es/sourcecode-li" } ] }, "error": null, "meta": { "client_id": "client_abc123", "scraper": "linkedin-profile", "billable": true, "duration_ms": 2711 }}