πŸ”Ž Profile Details Scraper for LinkedIn + EMAIL avatar

πŸ”Ž Profile Details Scraper for LinkedIn + EMAIL

Pricing

from $4.99 / 1,000 results

Go to Apify Store
πŸ”Ž Profile Details Scraper for LinkedIn + EMAIL

πŸ”Ž Profile Details Scraper for LinkedIn + EMAIL

πŸ”Ž Profile Details Scraper for LinkedIn + EMAIL extracts key profile data from LinkedIn and pairs it with emailβ€”names, roles, companies & more. πŸš€ Perfect for B2B prospecting, lead gen & recruitment. ⚑ Fast, accurate, efficient.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

API Empire

API Empire

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

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_at LinkedIn 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

FeatureDescription
Bulk profilesMix full URLs and bare usernames freely.
Full sectionsbasic_info, experience, education, projects, certifications, languages, skills.
Proxy fallbackDirect β†’ Datacenter β†’ Residential (sticky, 3Γ— residential retries).
Email finderOptional Hunter.io lookup when first/last name + company are known.
Real-time logsWatch each profile's data land as it's collected.

πŸ“₯ Input

FieldTypeRequiredDescription
urlsarrayβœ…LinkedIn profile URLs or usernames (bulk supported).
li_atstring (secret)βœ…Your LinkedIn li_at session cookie.
includeEmailbooleanβ€”Enrich with a professional email via Hunter.io.
hunterApiKeystring (secret)β€”Hunter.io API key (only if includeEmail is on).
requestDelaynumberβ€”Seconds between profiles (jitter added). Default 1.0.
maxRetriesintegerβ€”Retries per request before escalating proxy. Default 3.
proxyConfigurationobjectβ€”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)

  1. Log in at https://console.apify.com β†’ Actors.
  2. Open Profile Details Scraper for LinkedIn + EMAIL.
  3. Paste your profile URLs/usernames and your li_at cookie.
  4. (Optional) Enable email + add a Hunter.io key.
  5. Click Start and watch the logs in real time.
  6. Open the Output tab β€” switch between the Overview / Experience / Education / Certifications / Skills views.
  7. 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.


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.