LinkedIn Network Connections Scraper with Current Job Location avatar

LinkedIn Network Connections Scraper with Current Job Location

Pricing

from $3.99 / 1,000 results

Go to Apify Store
LinkedIn Network Connections Scraper with Current Job Location

LinkedIn Network Connections Scraper with Current Job Location

πŸ”— Extract and monitor profiles from your personal LinkedIn network. πŸ‘€ Track new connections over time. πŸ’Ό Built for founders, sales pros, recruiters, creators, and RevOps teams who want structured visibility into their growing network.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeFlow

ScrapeFlow

Maintained by Community

Actor stats

1

Bookmarked

24

Total users

13

Monthly active users

6 days ago

Last modified

Share

πŸ”— LinkedIn Network Connections Scraper With Current Job & Location

Export every profile in your personal LinkedIn network into a clean, structured table β€” first/last name, headline, profile photo, vanity URL, connection date β€” and optionally enrich each connection with their current job title, current company and location, pulled from their public profile page. Built for founders, sales pros, recruiters, and RevOps teams who want to turn a raw connections list into a filterable, exportable lead list. πŸš€

βš–οΈ This Actor only reads your own network connections, using your own authenticated session (a LinkedIn li_at cookie). Enrichment reads only public profile pages (no login used for that step). You are responsible for complying with LinkedIn's Terms of Service.

Keywords: LinkedIn network scraper, LinkedIn connections scraper, export LinkedIn connections, LinkedIn contacts to CSV, LinkedIn lead generation, LinkedIn current job title scraper, LinkedIn employer scraper, LinkedIn connections by company, LinkedIn connections by location, LinkedIn network export API, LinkedIn CRM export, LinkedIn li_at cookie scraper.


✨ Why Choose This Actor?

  • 🎯 One row per connection β€” sortable, filterable, exportable to JSON / CSV / Excel.
  • 🧩 Current job & company enrichment β€” turns a static headline into a structured current_job_title + current_company + location, so you can actually segment your network.
  • 🎯 Job title / company / location filters β€” keep only the connections that match, e.g. every "Founder" at a company containing "Ventures" based in "London".
  • πŸ’Ύ Live saving β€” every connection is saved the instant it's found; a partial run is never wasted.
  • 🌐 Self-healing network layer β€” starts direct, escalates to Datacenter β†’ Residential proxies only if LinkedIn pushes back.
  • πŸ“… Date monitoring β€” capture only today's new connections, or everything up to a chosen date.
  • 🧘 Honest coverage β€” enrichment is best-effort against public profiles only; unreachable/private profiles are left null, never faked.

πŸ”‘ Key Features

FeatureDescription
πŸ‘€ Profile detailsFirst name, last name, headline
🧩 Current job & companycurrent_job_title, current_company, current_company_url, current_company_location
πŸ“ LocationConnection's city/region/country from their public profile
πŸ“ˆ Follower countLinkedIn's own displayed follower count
πŸ“š Full work history & educationOptional work_history[] / schools[] arrays
🎯 Keyword filtersFilter by job title, company, and/or location
πŸ—“οΈ Connection dateBoth a pretty label and an ISO date
πŸ–ΌοΈ Profile photoHighest-resolution available image URL
πŸ“„ PaginationWalks your entire network, 40 per page
πŸ›‘οΈ Proxy fallbackdirect β†’ datacenter β†’ residential, sticky

πŸ“₯ Input

FieldTypeDescription
liAtCookie πŸͺstringRequired. Your LinkedIn li_at session cookie. Masked in the UI, never logged.
starting_page πŸ“„integerPage to start from (40 connections/page). Default 1.
max_connections πŸ”’integerStop after this many connections. 0 = unlimited.
waiting_time ⏱️numberBase delay (seconds) between pages/enrichment fetches; randomized up to Γ—2. Default 2.
date_limit_today πŸ“…booleanCapture only connections added today.
date_limit_str πŸ—“οΈstringStop once connections are older than this YYYY-MM-DD date.
enrichProfiles 🧩booleanFetch each connection's public profile for current job/company/location. Default true.
includeWorkHistory πŸ“šbooleanInclude full work_history[] / schools[] arrays. Default false.
jobTitleKeywords 🎯arrayKeep only connections whose current job title contains one of these words.
companyKeywords 🏒arrayKeep only connections whose current company contains one of these words.
locationKeywords πŸ“arrayKeep only connections whose location contains one of these words.
proxyConfiguration 🌐objectProxy / residential country settings.

Example input

{
"liAtCookie": "AQEDA...your-li_at-cookie...",
"enrichProfiles": true,
"jobTitleKeywords": ["founder", "recruiter"],
"companyKeywords": [],
"locationKeywords": ["London"],
"waiting_time": 2,
"proxyConfiguration": { "useApifyProxy": true }
}
  1. 🌐 Log in to linkedin.com in your browser.
  2. πŸ› οΈ Open DevTools (F12) β†’ Application β†’ Cookies β†’ https://www.linkedin.com.
  3. πŸ“‹ Copy the Value of the cookie named li_at.
  4. πŸ“Œ Paste it into the liAtCookie field. βœ…

πŸ“€ Output

Each item is one connection:

{
"vanityName": "jane-example",
"firstName": "Jane",
"lastName": "Example",
"componentRef": "auto-component-...",
"connection_date": "Connected on May 21, 2026",
"formated_connection_date": "2026-05-21",
"picture": "https://media.licdn.com/dms/image/.../photo.jpg",
"headline": "Senior Product Manager at Acme",
"url": "https://www.linkedin.com/in/jane-example",
"profile_enriched": true,
"enrichment_source": "public_page",
"current_job_title": "Senior Product Manager",
"current_company": "Acme Corp",
"current_company_url": "https://www.linkedin.com/company/acme",
"current_company_location": "London",
"location": "London, England, United Kingdom",
"country_code": "GB",
"profile_about": "Building developer tools.",
"follower_count": 4200,
"matched_filters": ["jobTitle", "location"]
}
FieldDescription
vanityNamePublic profile slug
firstName / lastNameConnection's name
connection_dateHuman-friendly "Connected on …" label
formated_connection_dateISO YYYY-MM-DD date
pictureBest available profile photo URL
headlineTheir LinkedIn headline
urlDirect profile link
profile_enrichedtrue if the public-profile fetch succeeded
enrichment_source"public_page" when enriched, else null
current_job_titleCurrent job title, from their public profile (null if unavailable)
current_company / current_company_url / current_company_locationCurrent employer details
location / country_codeConnection's location
profile_aboutTheir profile "About" text, if present
follower_countLinkedIn's own displayed follower count
work_history[] / schools[]Full history, only when includeWorkHistory is on
matched_filtersWhich filter dimension(s) this row matched (empty array if no filters set)

Coverage note: enrichment relies on the connection's profile being publicly viewable. In practice a meaningful share of profiles (roughly a third, in line with general public-page reachability) won't enrich β€” those rows keep profile_enriched: false and null enrichment fields rather than a guessed value.


πŸš€ How to Use (Apify Console)

  1. Log in at console.apify.com β†’ Actors.
  2. Open LinkedIn Network Scraper With Current Job & Location.
  3. Paste your li_at cookie, set your filters, and tune the options.
  4. Click Start. ▢️
  5. Watch the real-time log fill up with captured, enriched connections. πŸ‘€
  6. Open the Output tab when the run finishes.
  7. Export to JSON / CSV / XLSX. πŸ“¦

πŸ’‘ Best Use Cases

  • 🧲 Lead generation β€” filter your network down to founders/recruiters/decision-makers at target companies.
  • πŸ“ˆ Network growth tracking β€” run daily with date_limit_today to log new connections and their current role.
  • πŸ§‘β€πŸ’Ό Recruiting β€” find connections currently working in a target function or location.
  • πŸ—‚οΈ Personal CRM backup β€” a structured archive of who you know, where they work, and where they're based.

πŸ’³ Pricing

This Actor uses the Pay-Per-Event model. You're charged per connection saved to the dataset, plus standard Apify platform usage.


❓ FAQ

Is my cookie safe? Yes β€” li_at is marked secret, never written to logs, and only used to authenticate your own requests. The enrichment step uses no cookie at all β€” it reads public profile pages.

Why is current_job_title empty for some rows? Their profile isn't public, or LinkedIn didn't serve the structured profile data for that request. It's left null β€” never guessed.

Why did it stop early? You hit a date limit or max-connections cap, reached the end of your network, or your li_at cookie expired.

Do the filters need enrichment on? Yes β€” jobTitleKeywords/companyKeywords/locationKeywords filter against enriched fields, so they're ignored (with a log warning) if enrichProfiles is off.

Will this get my account flagged? The Actor uses polite, randomized delays, but you are responsible for respecting LinkedIn's Terms of Service and your local laws.


πŸ›Ÿ Support & Feedback

Found a bug or want a new field in the output? Open an issue on the Actor's Issues tab.