LinkedIn Events Scraper avatar

LinkedIn Events Scraper

Pricing

from $30.00 / 1,000 event scrapeds

Go to Apify Store
LinkedIn Events Scraper

LinkedIn Events Scraper

Find LinkedIn events without a LinkedIn account. Search any topic — conferences, summits, webinars — and get a clean list of public events (name, URL, ID) as JSON or CSV. Zero cookies, zero login, zero account risk. Perfect for event research, lead generation, and market intelligence.

Pricing

from $30.00 / 1,000 event scrapeds

Rating

5.0

(1)

Developer

Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

0

Bookmarked

20

Total users

20

Monthly active users

11 days ago

Last modified

Share

LinkedIn Events Scraper — No Cookies, No Login

Discover public LinkedIn Events by keyword or direct URL — with no login and no cookies. The actor finds publicly-indexed LinkedIn event pages and returns one clean row per event: name, URL, and id. Output as JSON or CSV.

Why use this actor

  • Zero setup — no LinkedIn account, no session cookie, no expiry headaches.
  • No account risk — it never touches your LinkedIn login.
  • Find events by topic — search any keyword ("AI conference 2026", "marketing summit", "product webinar").
  • Include specific events — paste event URLs you already have.
  • Never fails silently — an empty result set yields a structured sentinel record, so scheduled runs stay green.

How it works

  • For each keyword, the actor runs a site:linkedin.com/events {keyword} search and parses the LinkedIn event links out of the results.
  • Discovery source (publicSearchProvider):
    • direct (default) — fetches Google results through Apify's Google SERP proxy. Fully cookieless, no extra actor fee.
    • apify-google — calls the apify/google-search-scraper actor. Requires the "run public Actors" feature on your Apify plan.
  • Direct event URLs you supply are emitted with the id and a slug-derived name.

Coverage note: LinkedIn event pages are login-walled, so search engines index relatively few of them. Expect a modest number of events per keyword — this actor surfaces what is publicly discoverable, not LinkedIn's full internal event catalog. Use several targeted keywords for broader coverage.

Input

FieldTypeRequiredDescription
searchQueriesArrayYes*Keywords to discover events for
eventUrlsArrayYes*Direct LinkedIn Event URLs to include
publicSearchProviderEnumNodirect (default) / apify-google
maxItemsIntegerNoMax events per run (default 50, max 1000)
proxyObjectNoProxy configuration (Apify Proxy recommended)

* Provide at least one of searchQueries or eventUrls.

Example input

{
"searchQueries": ["AI conference 2026", "marketing summit"],
"eventUrls": ["https://www.linkedin.com/events/7180400221846138880/"],
"publicSearchProvider": "direct",
"maxItems": 50,
"proxy": { "useApifyProxy": true }
}

Output

Each discovered event is one dataset row:

FieldTypeDescription
eventNameStringEvent name (from the search result, or derived from the URL slug)
eventUrlStringCanonical LinkedIn event URL
eventIdStringNumeric event id
snippetStringShort description snippet, when the search result provides one
sourceStringAlways public-search
scrapedAtStringISO 8601 timestamp

Fields are omit-empty: only fields with real values appear.

Sample output

{
"eventName": "AI Innovation Summit",
"eventUrl": "https://www.linkedin.com/events/7029930418099404800/",
"eventId": "7029930418099404800",
"source": "public-search",
"scrapedAt": "2026-07-13T20:16:27.000Z"
}

Sentinel records

When a run finds nothing, the actor emits a structured record instead of failing:

{
"_status": "no_data",
"_reason": "no-results",
"_message": "No public events found for these queries via search-engine discovery.",
"scrapedAt": "2026-07-13T20:16:27.000Z"
}

FAQ

Do I need a LinkedIn account or cookie? No. This actor uses only publicly-indexed data — no login, ever.

Why did I only get a few events? LinkedIn event pages are behind a login wall, so search engines index a limited subset. Use multiple targeted keywords to widen coverage.

What does apify-google need? The "run public Actors" feature on your Apify plan. If it's not enabled, keep the default direct provider, which needs nothing extra.

Can I scrape attendee lists / private events? No — those require an authenticated LinkedIn session, which this actor deliberately does not use.

⚠️ Disclaimer

This actor collects only publicly available, search-engine-indexed information about LinkedIn events. You are responsible for using it in compliance with LinkedIn's Terms of Service, applicable laws (including data-protection regulations such as GDPR/CCPA), and any contractual obligations. Do not use the output to spam, harass, or otherwise harm individuals. The authors provide this tool "as is" without warranty and accept no liability for misuse.

SEO Keywords

LinkedIn Events scraper, LinkedIn events without login, cookieless LinkedIn scraper, scrape LinkedIn events by keyword, LinkedIn event URL scraper, LinkedIn conference scraper, LinkedIn webinar finder, public LinkedIn events, event discovery tool, LinkedIn events export CSV JSON, no-cookie LinkedIn events, Apify LinkedIn events.