LinkedIn Event Scraper · $0.025/event ✅
Pricing
$25.00 / 1,000 event record extracteds
LinkedIn Event Scraper · $0.025/event ✅
Extract LinkedIn event data — title, date, organizer, venue, attendees, speakers, cover image. Pay $0.025 per event scraped (no monthly subscription). Cheaper than alternatives charging $10-$20/month.
Pricing
$25.00 / 1,000 event record extracteds
Rating
0.0
(0)
Developer
LinkedIntel
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
20 hours ago
Last modified
Categories
Share
LinkedIn Event Scraper · $0.025 per event
Extract any LinkedIn event page — title, date, organizer, venue, attendee count, speakers, cover image, and more. Pay only for events you actually scrape. No monthly subscription.
What it costs
| You scrape | You pay |
|---|---|
| 1 event | $0.025 |
| 10 events | $0.25 |
| 100 events | $2.50 |
| 1,000 events | $25.00 |
No minimum. No commitment. Apify also gives every account $5/month in free credits — that's up to 200 free events before you spend a dollar.
Why it's a better deal than competitors
| Tool | Pricing | What you get |
|---|---|---|
| This actor | $0.025/event, pay-per-result | Scrape 1 or 10,000 — only pay for what runs |
| silentflow/linkedin-events | $19.99/month subscription | Pay $19.99 even if you scrape 1 event |
| payai/linkedin-events | $10/month subscription | Same minimum-spend problem |
| giovannibiancia/linkedin-events-participants | $20 per 1,000 participants | One event with 100 attendees = $2 just for that event |
Math check: a research project tracking 50 specific competitor events = $1.25 with us vs $19.99-$39.98/month with subscription tools.
Quick start
- Paste one or more LinkedIn event URLs into eventUrls.
- Provide your two LinkedIn session tokens (instructions below).
- Run.
{"eventUrls": ["https://www.linkedin.com/events/your-event-title-7184629401234567890/"],"sessionToken1": "AQEDAR…","sessionToken2": "ajax:0123456789"}
How to get your session tokens (1 minute)
- Open
https://www.linkedin.comin your browser while logged in. - Open DevTools (F12) → Application tab → Cookies →
https://www.linkedin.com - Copy these two values:
li_at→ paste assessionToken1JSESSIONID→ paste assessionToken2(include the quotes if your browser shows them)
We never store, log, or share these values. They are used only for the duration of your run.
Output (one record per event — 20 fields)
| Field | Type | Example |
|---|---|---|
eventId | string | "7184629401234567890" |
eventUrn | string | "urn:li:event:7184629401234567890" |
eventUrl | string | "https://www.linkedin.com/events/7184629401234567890/" |
title | string | "AI in B2B Sales — 2026 Trends" |
description | string | full body text |
shortDescription | string | first 280 chars |
startsAt | ISO 8601 | "2026-05-15T14:00:00.000Z" |
endsAt | ISO 8601 | "2026-05-15T16:00:00.000Z" |
timezone | string | "America/New_York" |
eventType | enum | "online" | "physical" | "hybrid" |
venue | object | null | { name, address, city, country } |
onlineUrl | string | null | webinar / livestream URL (null for physical) |
organizer | object | { name, type, urn, profileUrl } |
hosts | array | [{ name, role, profileUrl }, …] |
attendeeCount | int | null | 71 |
coverImageUrl | string | null | hero image URL |
hashtags | array | ["ai", "sales"] |
language | string | null | "en" |
isExternal | bool | true if registration is off-platform |
registrationUrl | string | null | external registration link |
scrapedAt | ISO 8601 | actor run timestamp |
If an event can't be extracted you get a diagnostic record instead — { "type": "diagnostic", "reason": "...", "eventUrl": "...", ... } — and you are not charged for it.
Use cases
- Competitor event tracking: monitor what events your competitors host, who attends, who speaks
- Lead generation: extract attendee/speaker lists from industry conferences for outreach
- Market research: analyze event topics and engagement trends in your industry
- Sales prospecting: find decision-makers attending events relevant to your product
- Influencer mapping: identify speakers and hosts driving conversations in your space
Best practices
- Use a dedicated LinkedIn account for any scraping at volume. Don't use your primary account.
- Run with the default residential proxy for reliability.
- Refresh your session tokens if the actor reports
cookie-expired-or-invalid— they roll every few weeks of inactivity.
Compliance & disclaimer
This actor only extracts data that an authenticated LinkedIn user can already see in a browser. It does not bypass authentication, paywalls, or rate limits. You are responsible for your own use of the data and for complying with LinkedIn's terms of service.
LinkedIn is a trademark of LinkedIn Corporation. This actor is not affiliated with, endorsed by, or sponsored by LinkedIn Corporation.