π Profile Details Scraper for LinkedIn + EMAIL
Pricing
from $2.99 / 1,000 results
π Profile Details Scraper for LinkedIn + EMAIL
ππ Profile Details Scraper for LinkedIn + Email extracts key profile data from LinkedIn and matches it with email. π Boost B2B leads, sales, and recruiting with faster, accurate prospect research. π Save time.
Pricing
from $2.99 / 1,000 results
Rating
0.0
(0)
Developer
SimpleAPI
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Extract rich, structured data from any LinkedIn profile β work experience, education history, certifications, skills, languages, projects, follower/connection counts, location, and (optionally) a professional email. Feed it one profile or thousands; results stream into your dataset in real time.
β οΈ This actor needs your own
li_atLinkedIn session cookie. Modern LinkedIn fully auth-walls profile pages, so a logged-in session is required to read public profile data.
β¨ Why Choose Us?
- π§© Complete profile schema β not just the headline. Experience, education, certs, skills, languages, projects, and counts in one clean JSON object.
- π‘οΈ Smart proxy ladder β starts direct (cheapest), then automatically falls back to datacenter and residential proxies only when LinkedIn pushes back. Once it falls back, it sticks with residential for the rest of the run.
- π¦ Bulk input β paste a list of URLs or usernames and let it run.
- π Per-section Output tables β Overview, Experience, Education, Certifications, and Skills/Languages/Projects each get their own view.
- πΎ Live saving β every profile is written the moment it's scraped, so a long run never loses progress.
- π§ Optional email enrichment via Hunter.io.
π Key Features
| Feature | Description |
|---|---|
| Bulk profiles | Mix full URLs and bare usernames freely. |
| Full sections | basic_info, experience, education, projects, certifications, languages, skills. |
| Proxy fallback | Direct β Datacenter β Residential (sticky, 3Γ residential retries). |
| Email finder | Optional Hunter.io lookup when first/last name + company are known. |
| Real-time logs | Watch each profile's data land as it's collected. |
π₯ Input
| Field | Type | Required | Description |
|---|---|---|---|
urls | array | β | LinkedIn profile URLs or usernames (bulk supported). |
li_at | string (secret) | β | Your LinkedIn li_at session cookie. |
includeEmail | boolean | β | Enrich with a professional email via Hunter.io. |
hunterApiKey | string (secret) | β | Hunter.io API key (only if includeEmail is on). |
requestDelay | number | β | Seconds between profiles (jitter added). Default 1.0. |
maxRetries | integer | β | Retries per request before escalating proxy. Default 3. |
proxyConfiguration | object | β | Proxy / country settings for the fallback tiers. |
Example input
{"urls": [{ "url": "https://www.linkedin.com/in/sarptecimer/" },{ "url": "neal-mohan" }],"li_at": "AQEDA...your-cookie...","includeEmail": false,"requestDelay": 1.0,"maxRetries": 3,"proxyConfiguration": { "useApifyProxy": true }}
π€ Output
Each profile is one dataset item. It carries flat summary columns (for the table) plus the full nested sections:
{"fullname": "Sarp Tecimer","headline": "Cybersecurity Consultant, Advisor, ...","current_company": "Kafein Technology Solutions","location": "Istanbul, TΓΌrkiye","follower_count": 2061,"connection_count": 500,"basic_info": { "...": "..." },"experience": [ { "title": "Senior Product Owner", "company": "...", "duration": "Jun 2024 - Oct 2025 Β· 1 yr 5 mos" } ],"education": [ { "school": "Bahcesehir University", "degree": "MBA., ..." } ],"certifications": [ { "name": "BCNE", "issuer": "Brocade" } ],"languages": [ { "language": "English", "proficiency": "Full professional proficiency" } ],"skills": ["Reporting", "Documentation", "..."],"projects": [ { "name": "...", "description": "..." } ],"success": true}
π How to Use (Apify Console)
- Log in at https://console.apify.com β Actors.
- Open Profile Details Scraper for LinkedIn + EMAIL.
- Paste your profile URLs/usernames and your
li_atcookie. - (Optional) Enable email + add a Hunter.io key.
- Click Start and watch the logs in real time.
- Open the Output tab β switch between the Overview / Experience / Education / Certifications / Skills views.
- Export to JSON / CSV / XLSX.
π€ Use via API
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"urls":[{"url":"https://www.linkedin.com/in/sarptecimer/"}],"li_at":"AQEDA..."}'
π‘ Best Use Cases
- Recruiting & talent sourcing
- Lead generation and B2B prospecting
- Competitive / market research
- Building enriched CRM records
π² Pricing
This actor uses pay-per-event: you are charged once per successfully scraped profile (profile-scraped). Failed/blocked profiles are not charged for the result event.
β FAQ
Why do I need a cookie? LinkedIn removed all unauthenticated profile access in 2025. A logged-in session (li_at) is the only way to read profile data.
Will it get my account blocked? Scraping always carries risk. The actor uses browser-grade TLS impersonation, polite delays, and proxy fallback to minimize it, but use a non-critical account and reasonable volumes.
Where does the email come from? LinkedIn never exposes emails. When enabled, the email is looked up via Hunter.io from name + company.
π Support & Feedback
Open an issue on the actor's Issues tab in the Apify Console.
βοΈ Legal
Collect only publicly available data and comply with LinkedIn's Terms, GDPR/CCPA, and anti-spam laws. You are responsible for how you use the data.