LinkedIn Network Scraper
Under maintenancePricing
from $3.99 / 1,000 results
LinkedIn Network Scraper
Under maintenanceπ 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
Maintained by CommunityActor stats
0
Bookmarked
0
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
π LinkedIn Network Scraper
Export your LinkedIn 1stβdegree connections in seconds β names, headlines, profile URLs, pictures, and the exact date you connected. Clean JSON / CSV / XLSX, no manual export needed.
β¨ Why Choose Us?
- πͺ Just paste your cookie β no fragile email/password flows.
- π₯ Bulk accounts supported β pass multiple
li_atcookies and the actor processes each account in turn. - π
Date filters that actually stop early β only today's connections, or only since
2025β01β01. - π‘οΈ Smart proxy escalation β direct first, datacenter on block, residential as last resort (with 3 retries).
- πΎ Realβtime saving β every page lands in the dataset immediately, so a hiccup midβrun still leaves you with results.
- πͺΆ Lightweight β pure HTTP (no headless browser), runs cheap and fast.
π Key Features
| Feature | Detail |
|---|---|
| π 1stβdegree export | Pulls everyone in your network, newest first |
| πͺ Bulk cookies | Run multiple accounts in a single job |
| π Date cutoff | Today only or Since YYYYβMMβDD |
| β±οΈ Friendly pacing | Configurable delay + jitter |
| π¦ Page size | 1β40 per request |
| π‘οΈ Proxy fallback | none β datacenter β residential (3 retries) |
| πΎ Live dataset push | Partial results never lost |
| π Table view | Pretty Apify Console output with profile pictures |
π§Ύ Input
{"liAtCookies": ["AQEDAUjBCq4FO9swAAAB..."],"startingPage": 1,"pageSize": 40,"maxConnections": 0,"waitingTime": 2.0,"dateFilterMode": "any","dateLimit": "","proxyConfiguration": { "useApifyProxy": false }}
Field reference
| Field | Type | Meaning |
|---|---|---|
liAtCookies | string[] | One or more LinkedIn li_at cookies. Each cookie is one account. Required. |
startingPage | integer | Page to start from (1 = newest). Default 1. |
pageSize | integer | Items per request, 1β40. Default 40. |
maxConnections | integer | Perβcookie cap. 0 = no cap. Default 0. |
waitingTime | number | Base delay (seconds) between pages. Random jitter added in code. Default 2.0. |
dateFilterMode | enum | any / today / sinceDate. |
dateLimit | string | ISO date (YYYYβMMβDD). Only used with sinceDate. |
proxyConfiguration | object | Apify proxy config. Off by default. |
πͺ How to get your li_at cookie
- Sign in to linkedin.com.
- Open DevTools β Application β Cookies β
https://www.linkedin.com. - Copy the value of the
li_atcookie. - Paste it into
liAtCookies.
π€ Output
Each row in the dataset:
{"vanityName": "sarafathossen","firstName": "Sarafat","lastName": "Hossen","componentRef": "auto-component-72360a4e-59f5-464a-8206-7e55512cc5fd","connection_date": "Connected on May 10, 2026","formated_connection_date": "2026-05-10","picture": "https://media.licdn.com/dms/image/v2/.../profile.jpg","headline": "MERN Stack Developer | React, Node.js, MongoDB","url": "https://www.linkedin.com/in/sarafathossen"}
| Field | Description |
|---|---|
vanityName | Public profile slug (linkedin.com/in/<vanityName>) |
firstName / lastName | Display name |
componentRef | Stable perβrow UUID (useful when joining data) |
connection_date | Humanβreadable: "Connected on May 10, 2026" |
formated_connection_date | ISO date (YYYYβMMβDD) β easy to sort/filter |
picture | Highestβresolution profile photo URL (null if none) |
headline | The contact's current headline |
url | Full profile URL |
π How to Use (Apify Console)
- Log in at console.apify.com β Actors.
- Open this actor (LinkedIn Network Scraper).
- Paste your
li_atcookie in πͺ LinkedIn li_at Cookie(s) (add more for bulk). - (Optional) Configure starting page, page size, max items, delay, date filter.
- Click Start βΆοΈ.
- Watch the live log β connections stream in as they're scraped.
- Open the π Output tab to preview / export as 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 '{"liAtCookies": ["AQEDAU..."],"pageSize": 40,"dateFilterMode": "any"}'
Asynchronous run:
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/runs?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"liAtCookies": ["AQEDAU..."]}'
π― Best Use Cases
- π CRM enrichment β push your network into HubSpot / Salesforce / Notion.
- π§ Outbound campaigns β build segmented lists by headline / connection date.
- π Reporting β see who you connected with this week / month / quarter.
- π§ Personal knowledge graph β back up your network outside LinkedIn.
- π Recruiting β surface relevant contacts by headline keywords.
π΅ Pricing
This actor uses the PayβPerβResult model on Apify Store. You only pay for the connections actually saved to your dataset β failed runs and skipped rows are free.
Tip: lower the Page Size or raise the Delay if LinkedIn rateβlimits aggressively. Proxy escalation is automatic.
β Frequently Asked Questions
Q: Do I need to log in via email/password?
A: No β just paste your li_at cookie. It's the only credential the actor needs.
Q: Is my cookie stored anywhere? A: It lives only in your run's input. Apify never logs cookie values in the run log.
Q: Will this scrape other people's networks? A: No. LinkedIn's API only returns the connections of the account whose cookie is provided.
Q: How many connections per minute? A: Roughly 40 per request, paced with a random delay (default ~2s). Adjustable.
Q: What happens if LinkedIn blocks me? A: The actor escalates: direct β datacenter proxy β residential proxy (3 retries). It logs the switch transparently.
Q: Why are some last names empty?
A: LinkedIn returns "undefined" for accounts without a last name set β the actor normalizes this to an empty string (mirrors the source script).
π Support & Feedback
Have an idea or need a custom version? π§ dev.scraperengine@gmail.com
Found a bug? Open an issue on the actor page and include the run ID β we'll take a look.
βοΈ Cautions / Legal
- π Use only with accounts you own or are authorized to scrape.
- π‘οΈ Respect LinkedIn's Terms of Service and applicable laws (GDPR, CCPA).
- π€ The end user is responsible for compliance β please be a good citizen.