LinkedIn Profile Scraper: Extract LinkedIn Profile Data via API

LinkedIn Profile Scraper API returning structured JSON data

Syphoon's LinkedIn Profile Scraper API returns structured data from any public LinkedIn profile. One POST request to Syphoon with a profile URL returns all available profile data across basic information, professional details, images, and network activity.

LinkedIn profiles contain professional data that teams across recruitment, sales intelligence, and market research collect at scale. Syphoon's LinkedIn profile scraper API returns structured profile data from LinkedIn profile without any limitations.

Tools and products built on LinkedIn profile data include candidate sourcing platforms, sales prospecting tools, CRM enrichment pipelines, competitor intelligence dashboards, market research applications, talent mapping tools, and lead generation systems.

Need to scrape LinkedIn profile data at scale?

Contact Form

Data Points Returned

The API returns LinkedIn profile data across four categories.

Basic Information

FieldDescription
fullNameThe person's full name
firstNameThe person's first name
lastNameThe person's last name
headlineProfessional headline (e.g. Software Engineer at Google)
locationThe person's location (e.g. San Francisco Bay Area)
countryCountry they are located in
industryIndustry they work in
aboutThe About section text
summaryA shorter summary extracted from the About section or meta description
public_identifierThe username part of their LinkedIn URL
profile_urlFull URL to the profile
contact_infoAny available contact information

Images

FieldDescription
profile_photoURL to the profile picture
background_cover_image_urlURL to the background cover image

Professional Details

FieldDescription
experienceList of work experience: company name, job title, date range, location, description, company image
educationList of educational background: school name, degree, field of study, start and end dates, description, school image
certificationsList of certifications: name, issuing organisation, issue date, credential ID and URL, image
skillsList of skills (e.g. Python, Machine Learning)
languagesLanguages spoken and proficiency level
awardsAwards and honours listed on the profile
volunteer_experienceList of volunteer work

Network and Activity

FieldDescription
followersNumber of followers
connectionsNumber of connections (e.g. 500+)
mutual_connectionsCount or details of mutual connections where available
activity_countNumber of recent activities and posts on the profile
recommendationsList of recommendations given or received
articlesList of articles published by the user: title, link, image
people_also_viewedProfiles suggested under People Also Viewed: name, link, summary, location

Ready to start scraping LinkedIn profiles?

Contact Form

Making a Request

Endpoint: https://api.syphoon.com. POST request, JSON body, three fields.

python
1import requests
2
3payload = {  
4    "url": "https://www.linkedin.com/in/username",  
5    "key": "YOUR_SYPHOON_KEY",  
6    "method": "GET"  
7}  
8response = requests.post("https://api.syphoon.com", json=payload)  
9if response.status_code == 200:  
10    print(response.json())

Status codes: 200 success, 404 incorrect URL (charged), 429 concurrency exceeded, 400 invalid responses from LinkedIn (charged), 5xx server error. Validate URLs before sending.

Join our Discord server

Connect with our team, discuss your use case, ask technical questions, and share feedback with a community of people working on similar problems.

Join Discord

Frequently Asked Questions

Send a POST request to https://api.syphoon.com with the LinkedIn profile URL, your Syphoon API key, and method set to GET. The response returns all available profile data in JSON format. No LinkedIn account or cookies required.
Yes. Syphoon's LinkedIn Profile Scraper API returns data from any public LinkedIn profile including basic information, professional details, images, and network and activity data.
The API returns full name, headline, location, country, industry, section, work experience, education, certifications, skills, languages, awards, volunteer experience, follower count, connection count, recommendations, articles, and more.
No. The API collects publicly available LinkedIn profile data. No LinkedIn login, cookies, or account credentials are required from you.
Reach out through our contact form with your requirements. We will set up your account and provide your API key. For technical support after setup, contact support@syphoon.com.