Meetup Events Scraper avatar

Meetup Events Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Meetup Events Scraper

Meetup Events Scraper

Extract Meetup events with dates, descriptions, RSVP counts, and venue details from search results and group event lists. Powered by Meetup Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

4 days ago

Last modified

Share

This actor extracts Events from Meetup. It works on search results and group event lists to collect data from visible event cards. The scraper returns structured information including event details, group metadata, and venue locations.

Want more from Meetup?

This actor covers Events only. The full Meetup Scraper browser extension also includes Groups, Events, Attendees, Reviews, Members, Profiles with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Meetup Scraper extension


Data Fields

Field NameDescriptionExample
Event TitleName of the eventTech Networking Mixer
Event TypeOnline or physical eventphysical
Event URLDirect link to the event pagehttps://www.meetup.com/tech-group/events/12345/
Event DateScheduled date and time2023-11-15T18:30:00Z
DescriptionText summary of the eventJoin us for a night of networking and drinks.
Is OnlineBoolean for virtual eventsfalse
Is AttendingBoolean if user is RSVPedfalse
Is SavedBoolean if event is bookmarkedfalse
Max TicketsCapacity limit for the event100
Total RSVPsNumber of people attending45
Group NameName of the hosting groupSilicon Valley Developers
Group URLLink to the group profilehttps://www.meetup.com/tech-group/
Group TimezoneTimezone of the groupAmerica/Los_Angeles
Venue NameName of the locationThe Hub Cafe
Venue CityCity where event is heldSan Francisco
Venue CountryCountry codeUS
Venue LatitudeGPS latitude coordinate37.7749
Venue LongitudeGPS longitude coordinate-122.4194
Featured Photo URLMain image for the eventhttps://images.meetup.com/event.jpg

Input

  • urls: Array of Meetup search result or group event list URLs.
  • maxItems: Maximum number of events to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.meetup.com/find/?keywords=javascript"],
"maxItems": 50
}

Example Output

[
{
"eventTitle": "React Workshop",
"eventType": "physical",
"eventUrl": "https://www.meetup.com/dev-group/events/298347/",
"eventDate": "2024-05-20T19:00:00Z",
"description": "Learn React hooks in this hands-on session.",
"isOnline": false,
"isAttending": false,
"isSaved": false,
"maxTickets": 50,
"totalRsvps": 32,
"groupName": "Frontend Devs",
"groupUrl": "https://www.meetup.com/dev-group/",
"groupTimezone": "America/New_York",
"venueName": "Tech Space",
"venueCity": "New York",
"venueCountry": "US",
"venueLatitude": 40.7128,
"venueLongitude": -74.0060,
"featuredPhotoUrl": "https://images.meetup.com/photo1.jpg"
},
{
"eventTitle": "Remote Python Talk",
"eventType": "online",
"eventUrl": "https://www.meetup.com/python-group/events/298348/",
"eventDate": "2024-05-21T17:00:00Z",
"description": "Online discussion about Django 5.0.",
"isOnline": true,
"isAttending": false,
"isSaved": true,
"maxTickets": null,
"totalRsvps": 120,
"groupName": "Python Enthusiasts",
"groupUrl": "https://www.meetup.com/python-group/",
"groupTimezone": "Europe/London",
"venueName": null,
"venueCity": null,
"venueCountry": null,
"venueLatitude": null,
"venueLongitude": null,
"featuredPhotoUrl": "https://images.meetup.com/photo2.jpg"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.