LinkedIn Events Scraper avatar

LinkedIn Events Scraper

Pricing

from $2.70 / 1,000 public events

Go to Apify Store
LinkedIn Events Scraper

LinkedIn Events Scraper

Find public LinkedIn events with one search phrase or known event URLs. Get titles, links, schedule text, descriptions, organizers, locations, attendance counts, registration links, and source details when public pages provide them.

Pricing

from $2.70 / 1,000 public events

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

6 days ago

Last modified

Share

🔎 Find public LinkedIn events

Event researchers, marketers, sales teams, recruiters, and analysts can use this Actor to find public LinkedIn events. Enter one search phrase or known public event URLs. It returns structured dataset rows with event titles, links, schedule text, descriptions, organizers, locations, attendance counts, registration links, and the source that first found each event when those details are public.

📦 LinkedIn event records

Each saved row describes one public LinkedIn event when a public match is available. The row can keep the event ID, canonical link, title, description, schedule, format, organizer, location, attendance count, registration links, and discovery source. Missing public values stay null instead of being inferred.

When the same event appears more than once, the Actor keeps the first eligible match. sourceType and sourceInput show the search or URL that first produced that row. Later matching values are ignored.

▶️ Search or resolve public events

Quick start

  1. Choose Discover public events or Resolve event URLs.
  2. For discovery, enter one search phrase and add any filters that help narrow the public index.
  3. For URL lookup, add one or more full public LinkedIn event URLs.
  4. Run the Actor and open the linked dataset.

Use a search phrase for a broad starting point, or use topics, organizers, industries, cities, years, locations, timing, format, and search market to narrow the request. If you already know the event links, URL lookup can check those links without a separate search.

⚙️ Input

Input fields

FieldTypeWhat it does
targetstringChooses public event discovery or public event URL lookup.
searchQuerystringOne free-text phrase for public event discovery.
topicsstring arrayTopic words that narrow public event discovery.
organizersstring arrayOrganizer names that narrow public event discovery.
industriesstring arrayIndustry words that narrow public event discovery.
citiesstring arrayCity names that narrow public event discovery.
yearsstring arrayFour-digit years that narrow public event discovery.
locationsstring arrayCountry, region, venue, or other location text used to narrow discovery.
eventTimingstringUses any time, upcoming events, or past events as the public timing signal.
eventFormatstringUses any format, virtual, in person, or hybrid as the public format signal.
searchMarketstringLanguage or market code for public-index discovery, or automatic selection.
eventUrlsstring arrayFull public LinkedIn event URLs to check in URL lookup mode.

target is required. Discovery fields apply to Discover public events. eventUrls applies to Resolve event URLs, and each URL must use the public LinkedIn events path. Empty filter arrays leave that filter unused. The search market accepts values such as auto, en, en-US, en-GB, fr, de, es, it, or pt.

Example input

This example is copied from a successful current-beta default-input run.

{
"target": "discover",
"searchQuery": "event",
"eventTiming": "any",
"eventFormat": "hybrid",
"searchMarket": "auto"
}

🧾 Output

The run output links to the default dataset. Each dataset row has one public event shape.

Dataset link

FieldTypeWhat it does
datasetstringLinks to the dataset with public LinkedIn event records.

Event row

FieldTypeWhat it does
eventIdstring or nullStable public ID of the event when one is available.
eventUrlstring or nullCanonical public LinkedIn event link when one is available.
titlestring or nullPublic event title when one is available.
descriptionstring or nullPublic event description or search text when one is available.
scheduleTextstring or nullPublic schedule text when one is available.
formatstring or nullPublic format signal: virtual, inPerson, or hybrid; otherwise null.
organizerobject or nullPublic organizer details when they are available.
organizer.namestring or nullPublic organizer name when one is available.
organizer.urlstring or nullPublic organizer link when one is available.
locationobject or nullPublic event location details when they are available.
location.textstring or nullPublic location text when one is available.
location.namestring or nullPublic venue name when one is available.
location.citystring or nullPublic location city when one is available.
location.regionstring or nullPublic location region when one is available.
location.countrystring or nullPublic location country when one is available.
attendanceCountinteger or nullPublic aggregate attendance count when one is available.
registrationUrlsURL array or nullPublic external registration links when they are available.
sourceTypestringThe first source kind, either search or url.
sourceInputstringThe search phrase or public LinkedIn event URL that first produced the row.

This is a genuine row from a successful current-beta run:

{
"eventId": "5",
"eventUrl": "https://mcommunity.linkedin.com/events/how-to-get-the-most-from-your-customer-success-tech-stack-5/",
"title": "How to get the most from your Customer Success tech stack!, Fri, 30 ...",
"description": "It's time to register for our upcoming Customer Success event on 15th August 2020. In our webinar we'll be covering: What tools you need for real customer ...",
"scheduleText": "It's time to register for our upcoming Customer Success event on 15th August 2020. In our webinar we'll be covering: What tools you need for real customer ...",
"format": null,
"organizer": null,
"location": null,
"attendanceCount": null,
"registrationUrls": null,
"sourceType": "search",
"sourceInput": "site:linkedin.com/events \"technology events\""
}

💳 Pricing

This Actor uses pay-per-event pricing. One accepted public event saved to the dataset is one billable event. The price shown in the Actor's pricing panel depends on your Apify plan.

🔌 Integrations

Use the Apify API to start runs and read the default dataset. You can also use Apify exports, schedules, webhooks, and integrations.

❓ FAQ

Can I use a known LinkedIn event URL?

Yes. Set Target to Resolve event URLs and add one or more full public event URLs. The Actor checks those links and does not run a separate search for them.

What happens when the same event appears more than once?

The first eligible match is saved. Its sourceType and sourceInput show the search or URL that first produced the row. Later matching inputs are ignored.

Can I get private LinkedIn event data?

No. This Actor uses public-index pages and public event records. It does not cover private, login-only, or private participation data.

Why are some output fields empty?

Public pages do not always show every optional field. When a value is unavailable, the Actor leaves it null instead of inferring it.

Can I find upcoming or past events?

Yes. Set Timing to Upcoming events or Past events. Choose Any time when you also want events without a known schedule.

Can I narrow a search by city or organizer?

Yes. Add cities, organizers, topics, industries, years, or locations. You can also choose a public timing or format signal and a search market.

📝 Changelog

0.0: Initial release

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

Made with ❤️ by Maxime Dupré