LinkedIn Events Scraper avatar

LinkedIn Events Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
LinkedIn Events Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

19 hours ago

Last modified

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

FieldTypeRequiredDescription
searchQueryStringYes*Keyword to search for LinkedIn Events (e.g., "AI conference 2025")
eventUrlsArrayYes*Direct LinkedIn Event URLs to scrape
maxEventsIntegerNoMax events to collect (default: 50, max: 500)
datePostedEnumNoFilter by posting date: any time, past 24h, past week, past month
cookieStringYes**Your LinkedIn session cookie (li_at or full JSON export)
proxyConfigurationObjectNoApify 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/
  1. Log in to LinkedIn in your browser
  2. Open Developer Tools → Application → Cookies → www.linkedin.com
  3. Copy the li_at cookie value
  4. Paste it into the cookie field

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:

FieldTypeDescription
eventNameStringFull event name
eventUrlStringDirect URL to the LinkedIn Event page
eventIdStringUnique event identifier from the URL
startDateStringEvent start date/time (ISO 8601, UTC)
endDateStringEvent end date/time (ISO 8601, UTC)
formatStringEvent format: ONLINE, IN_PERSON, or HYBRID
organizerNameStringName of the event organizer
organizerUrlStringLinkedIn URL of the organizer's profile or company page
attendeesCountIntegerNumber of LinkedIn members attending
descriptionStringFull event description
scrapedAtStringWhen 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) with resultType->EVENT filter
  • Automatic rate-limit handling with exponential backoff
  • Supports both li_at plain 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.

ActorWhat it scrapes
LinkedIn Comments ScraperAll comments + reply threads on a post
LinkedIn Company Employees ScraperEmployee list for any company (by URN)
LinkedIn Company Info ScraperCompany About page (size, HQ, industry, specialties)
LinkedIn Company Posts ScraperPosts published from a company page
LinkedIn Hashtag Posts ScraperPosts ranked under a #hashtag
LinkedIn Jobs ScraperJob listings via the public jobs-guest API
LinkedIn Jobs Scraper UltraSame as jobs-scraper + full detail enrichment
LinkedIn Learning Courses ScraperLinkedIn Learning course catalog by keyword
LinkedIn People Search ScraperPeople search with every LinkedIn facet (role, company, school, location, etc.)
LinkedIn Post Reactions ScraperReactors on a post (name, headline, reaction type)
LinkedIn Post ScraperFull post (text, media, engagement counts, author)
LinkedIn Post Search ScraperPosts matching a keyword (with date/author/network filters)
LinkedIn Profile Posts ScraperAll posts/reposts/articles for one profile
LinkedIn Profile ScraperPublic profile fields (name, headline, positions, education, skills)
LinkedIn Profile Scraper ProProfile fields + extras (recommendations, organizations, languages)
LinkedIn Profile Scraper Pro UltraPro + premium fields (contact info, followers list when allowed)
LinkedIn Profile Scraper UltraProfile + the full upstream dash-120 surface
LinkedIn Profile Search by NameSearch profiles by person name (great for matching CSVs of names)
LinkedIn Schools Alumni ScraperAlumni list for any LinkedIn school page
LinkedIn Top Content ScraperTrending / top-engagement posts by topic
LinkedIn User Activity ScraperReactions + 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.