Input any LinkedIn profile URL. Get back the full profile — email, work history, education, skills, connections count, and more — in one API call. Zero ban risk, no LinkedIn account needed.
# Scrape a full LinkedIn profile — all fields in one call curl -X POST "https://api.linkfinderai.com" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "type": "linkedin_profile_to_linkedin_info", "input_data": "https://linkedin.com/in/satyanadella" }'
import requests API_KEY = "YOUR_API_KEY" H = {"Authorization": f"Bearer {API_KEY}", "Content-Type": "application/json"} # Scrape a list of profiles and extract all fields profiles = [ "https://linkedin.com/in/satyanadella", "https://linkedin.com/in/jane-smith-stripe", ] for url in profiles: r = requests.post("https://api.linkfinderai.com", headers=H, json={ "type": "linkedin_profile_to_linkedin_info", "input_data": url }) p = r.json().get("result", {}) print(p["name"], p["email"], p["jobTitle"], p["company"])
const scrapeProfile = async (url) => { const r = await fetch('https://api.linkfinderai.com', { method: 'POST', headers: { 'Authorization': `Bearer ${API_KEY}`, 'Content-Type': 'application/json' }, body: JSON.stringify({ type: 'linkedin_profile_to_linkedin_info', input_data: url }) }); const { result } = await r.json(); return result; }; // Scrape and push to HubSpot const profile = await scrapeProfile('https://linkedin.com/in/satyanadella'); console.log({ email: profile.email, name: profile.name, title: profile.jobTitle, company: profile.company, workHistory: profile.workHistory, education: profile.education, skills: profile.skills });
{
"status": "success",
"result": {
"name": "Satya Nadella",
"email": "[email protected]",
"phone": "+1-425-882-8080",
"jobTitle": "Chairman and CEO",
"company": "Microsoft",
"location": "Redmond, WA",
"headline": "Chairman and CEO at Microsoft",
"connections": "500+",
"linkedinUrl": "https://linkedin.com/in/satyanadella",
"workHistory": [
{ "company": "Microsoft", "title": "CEO", "from": "2014", "to": "present" }
],
"education": [
{ "school": "University of Wisconsin-Milwaukee", "degree": "MS Computer Science" }
],
"skills": ["Cloud Computing", "Enterprise Software", "AI"]
}
}
1 credit. 1 API call. 10+ structured data fields — ready to map into any CRM, spreadsheet, or workflow.
Most CRM imports give you a name and maybe a company. The LinkedIn Profile Scraper API fills every field — work history, skills, education, email, phone — in one call per contact. No manual research, no copy-pasting from profiles.
Work history in the API response means your n8n workflow can pull the last company, the tenure, the career progression — and feed it into a personalisation template before your cold email goes out. 3× reply rates vs generic blasts.
Sales, recruiting, and growth teams use this to turn LinkedIn profiles into rich, actionable contact data. Want to try it manually first? Free browser tool →
Go beyond name and title. Fill work history, education, skills, and contact details for every record in your CRM automatically.
Use previous company, career progression, and skills as personalisation tokens in your outreach templates. No manual research.
Scrape full work history and education for sourced candidates. Build structured profiles in your ATS without manual data entry.
Use skills, seniority level, and company history to score inbound leads automatically. Route high-value leads to senior reps instantly.
Scrape profiles of key hires at competitor companies. Track career moves that signal strategy changes or expansion plans.
Re-scrape profiles of closed-lost contacts monthly. When they change companies, you're the first to know — warm re-engagement trigger.
One API call. Full profile data. Works in any tool that can make an HTTP request.
Sign up free. Your key is in the dashboard under Settings. 25 free credits — no credit card required.
POST to api.linkfinderai.com with the profile URL. Works in n8n, Make, Zapier, Python, Node.js or any HTTP client.
All fields arrive structured as JSON — map them directly to your CRM fields or email template variables.
One profile takes 5 minutes to research manually. The API does it in 3 seconds, for thousands at once.
Ready to stop doing this manually?
Get free API keyReal reviews from verified customers — unfiltered.
★ Trustpilot"Very useful API for scraping LinkedIn without ban. Works like a charm. Amazingly fast and gives crazy correct data."
"Clean, easy to navigate, and delivers exactly what it promises. Saves a significant amount of manual effort."
"Does what I need, costs way less. I click around, get my results, move on. No tutorials needed, no feature bloat."
"So far everything has been very simple. No complex startups and all documentation is simple to follow."
Everything you need to know before plugging this into your stack.
25 free credits on sign-up. No credit card. Full profile — 10+ fields — in one API call.
Get free API key