LinkedIn Network Scraper avatar

LinkedIn Network Scraper

Pricing

from $3.99 / 1,000 results

Go to Apify Store
LinkedIn Network Scraper

LinkedIn Network Scraper

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

Scrapium

Scrapium

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

20 hours ago

Last modified

Share

πŸ”— LinkedIn Network Connections Scraper

Export every profile in your personal LinkedIn network into a clean, structured table β€” first/last name, professional headline, profile photo, vanity URL, and the exact date you connected. Built for founders, sales pros, recruiters, creators, and RevOps teams who want real visibility into their growing network. πŸš€

βš–οΈ This Actor only reads your own network connections, using your own authenticated session. It does not access private data of accounts you aren't connected to.


✨ Why Choose This Actor?

  • 🎯 One row per connection β€” results land in a tidy table you can sort, filter, and export to JSON / CSV / Excel.
  • πŸ’Ύ Live saving β€” every connection is saved the instant it's found, so a partial run is never a wasted run.
  • 🌐 Self-healing network layer β€” starts on a direct connection and quietly 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 β€” perfect for daily network tracking.
  • 🧘 Polite by design β€” randomized delays between pages keep things natural.
  • πŸͺΆ Lightweight β€” no headless browser, so it's fast and cheap to run.

πŸ”‘ Key Features

FeatureDescription
πŸ‘€ Profile detailsFirst name, last name, headline
πŸ—“οΈ Connection dateBoth a pretty label and an ISO date
πŸ–ΌοΈ Profile photoHighest-resolution available image URL
πŸ”— Profile URLDirect link to each connection's profile
πŸ“„ 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.
waiting_time ⏱️numberBase delay (seconds) between pages; 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.
proxyConfiguration 🌐objectProxy / residential country settings.

Example input

{
"liAtCookie": "AQEDA...your-li_at-cookie...",
"starting_page": 1,
"waiting_time": 2,
"date_limit_today": false,
"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. βœ…

πŸ”Ž Tip: A li_at cookie is tied to your session. For the smoothest runs, use it from a trusted network, or pair it with a residential proxy if LinkedIn challenges requests from an unfamiliar IP.


πŸ“€ Output

Each item is one connection:

{
"vanityName": "seo-expert-raisul-islam",
"firstName": "Raisul",
"lastName": "Islam",
"componentRef": "auto-component-4944675d-0046-4f5b-b02c-caa7ae82c97e",
"connection_date": "Connected on May 21, 2026",
"formated_connection_date": "2026-05-21",
"picture": "https://media.licdn.com/dms/image/.../photo.jpg",
"headline": "Digital Marketing Specialist | Meta & Google Ads Expert | SEO",
"url": "https://www.linkedin.com/in/seo-expert-raisul-islam"
}
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

πŸš€ How to Use (Apify Console)

  1. Log in at console.apify.com β†’ Actors.
  2. Open LinkedIn Network Connections Scraper.
  3. Paste your li_at cookie and tune the options (dates, max, proxy).
  4. Click Start. ▢️
  5. Watch the real-time log fill up with captured connections. πŸ‘€
  6. Open the Output tab when the run finishes.
  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 '{"li_at":"AQEDA...","proxyConfiguration":{"useApifyProxy":true}}'

πŸ’‘ Best Use Cases

  • πŸ“ˆ Network growth tracking β€” run daily with date_limit_today to log new connections.
  • 🧲 Lead generation β€” export your network to a CRM.
  • πŸ§‘β€πŸ’Ό Recruiting β€” search your connections by headline.
  • πŸ—‚οΈ Personal backup β€” keep a structured archive of who you know.

πŸ’³ Pricing

This Actor uses the Pay-Per-Event model. You're charged per connection saved to the dataset, plus standard Apify platform usage. See the Actor's Store page for current event pricing.


❓ FAQ

Is my cookie safe? Yes β€” li_at is marked secret, never written to logs, and only used to authenticate your own requests.

Why did it stop early? Either you hit a date limit, reached the end of your network, or your li_at cookie expired (grab a fresh one).

Do I need a proxy? No. It runs direct by default and only escalates to Apify proxies if LinkedIn throttles you.

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 β€” feedback is welcome! πŸ™