LinkedIn Events Scraper
Pricing
from $3.00 / 1,000 results
LinkedIn Events Scraper
Scrape LinkedIn Events by keyword search or direct event URLs. Extract event name, date, format, organizer, attendee count, and description. Great for event research, lead generation, and competitive intelligence.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
19 hours ago
Last modified
Categories
Share
Scrape LinkedIn Events by keyword search or directly from event page URLs. Extract event name, date, format (online/in-person/hybrid), organizer, attendee count, and full description — all in one structured dataset.
What It Does
- Keyword search: Find events matching any topic (e.g., "AI conference 2025", "marketing summit", "AWS re:Invent") using the LinkedIn Voyager API
- Direct URL scraping: Provide specific LinkedIn Event URLs to extract full event details
- Date filtering: Narrow results to events posted in the last 24 hours, week, or month
- Pagination: Automatically pages through results up to your configured maximum
Use Cases
- Event research: Discover industry events and conferences in any field
- Lead generation: Find events where your prospects gather
- Competitive intelligence: Track events organized by competitors or partners
- Market research: Understand event trends in a specific vertical
- Recruitment: Identify tech talks, meetups, and career fairs
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | Yes* | Keyword to search for LinkedIn Events (e.g., "AI conference 2025") |
eventUrls | Array | Yes* | Direct LinkedIn Event URLs to scrape |
maxEvents | Integer | No | Max events to collect (default: 50, max: 500) |
datePosted | Enum | No | Filter by posting date: any time, past 24h, past week, past month |
cookie | String | Yes** | Your LinkedIn session cookie (li_at or full JSON export) |
proxyConfiguration | Object | No | Apify proxy settings |
* At least one of searchQuery or eventUrls is required.
** Required when using searchQuery. Optional for direct URL scraping.
Accepted Event URL Formats
https://www.linkedin.com/events/6234567890123456789/https://www.linkedin.com/events/ai-summit-2025-123456789/
Cookie Setup
- Log in to LinkedIn in your browser
- Open Developer Tools → Application → Cookies →
www.linkedin.com - Copy the
li_atcookie value - Paste it into the
cookiefield
For best results, export all LinkedIn cookies as a JSON array using a browser extension like EditThisCookie.
Output
Each scraped event produces one dataset record:
| Field | Type | Description |
|---|---|---|
eventName | String | Full event name |
eventUrl | String | Direct URL to the LinkedIn Event page |
eventId | String | Unique event identifier from the URL |
startDate | String | Event start date/time (ISO 8601, UTC) |
endDate | String | Event end date/time (ISO 8601, UTC) |
format | String | Event format: ONLINE, IN_PERSON, or HYBRID |
organizerName | String | Name of the event organizer |
organizerUrl | String | LinkedIn URL of the organizer's profile or company page |
attendeesCount | Integer | Number of LinkedIn members attending |
description | String | Full event description |
scrapedAt | String | When this record was scraped (ISO 8601, UTC) |
Sample Output
{"eventName": "AI Summit 2025","eventUrl": "https://www.linkedin.com/events/7012345678901234567/","eventId": "7012345678901234567","startDate": "2025-09-15T09:00:00+00:00","endDate": "2025-09-15T17:00:00+00:00","format": "ONLINE","organizerName": "Acme Corp","organizerUrl": "https://www.linkedin.com/company/acme/","attendeesCount": 5200,"description": "Annual summit bringing together AI practitioners...","scrapedAt": "2025-06-12T10:30:00+00:00"}
Frequently Asked Questions
Do I need a LinkedIn account?
Yes, for keyword search you need a LinkedIn session cookie (li_at). Direct URL scraping can work without a cookie but may return limited data.
How many events can I scrape? Up to 500 events per run. LinkedIn's search API surfaces the most relevant events first.
Will my account get flagged?
The scraper uses LinkedIn's official Voyager API with realistic request pacing. Using a residential proxy (configurable in proxyConfiguration) reduces risk further.
What's the difference between searchQuery and eventUrls?
searchQuery searches across all LinkedIn events by keyword. eventUrls scrapes specific events you already know about. Both can be used together in one run.
Why is attendeesCount missing for some events?
LinkedIn only surfaces attendee counts for events with sufficient attendees and visibility settings.
How do I get the full cookie JSON?
Install a browser extension like EditThisCookie, navigate to LinkedIn, then export cookies as a JSON array. Paste the entire JSON into the cookie field.
Does this work for private events? Private events require the cookie of an account that has access to the event.
Technical Notes
- Uses LinkedIn's Voyager API (
/voyager/api/search/blended) withresultType->EVENTfilter - Automatic rate-limit handling with exponential backoff
- Supports both
li_atplain token and full browser cookie JSON export - Filter expressions passed as literal strings (not URL-encoded) per Voyager API requirements
Explore the rest of the LinkedIn suite
Need a different LinkedIn surface? Pair this actor with any of the others in the LinkedIn Suite — all published under the same publisher and built to share the same cookie format and output conventions.
| Actor | What it scrapes |
|---|---|
| LinkedIn Comments Scraper | All comments + reply threads on a post |
| LinkedIn Company Employees Scraper | Employee list for any company (by URN) |
| LinkedIn Company Info Scraper | Company About page (size, HQ, industry, specialties) |
| LinkedIn Company Posts Scraper | Posts published from a company page |
| LinkedIn Hashtag Posts Scraper | Posts ranked under a #hashtag |
| LinkedIn Jobs Scraper | Job listings via the public jobs-guest API |
| LinkedIn Jobs Scraper Ultra | Same as jobs-scraper + full detail enrichment |
| LinkedIn Learning Courses Scraper | LinkedIn Learning course catalog by keyword |
| LinkedIn People Search Scraper | People search with every LinkedIn facet (role, company, school, location, etc.) |
| LinkedIn Post Reactions Scraper | Reactors on a post (name, headline, reaction type) |
| LinkedIn Post Scraper | Full post (text, media, engagement counts, author) |
| LinkedIn Post Search Scraper | Posts matching a keyword (with date/author/network filters) |
| LinkedIn Profile Posts Scraper | All posts/reposts/articles for one profile |
| LinkedIn Profile Scraper | Public profile fields (name, headline, positions, education, skills) |
| LinkedIn Profile Scraper Pro | Profile fields + extras (recommendations, organizations, languages) |
| LinkedIn Profile Scraper Pro Ultra | Pro + premium fields (contact info, followers list when allowed) |
| LinkedIn Profile Scraper Ultra | Profile + the full upstream dash-120 surface |
| LinkedIn Profile Search by Name | Search profiles by person name (great for matching CSVs of names) |
| LinkedIn Schools Alumni Scraper | Alumni list for any LinkedIn school page |
| LinkedIn Top Content Scraper | Trending / top-engagement posts by topic |
| LinkedIn User Activity Scraper | Reactions + comments + posts feed for one profile |
All actors share the same cookie input format (plain li_at OR full cookies JSON array) and the same omit-empty output convention.