Meetup Event Scraper avatar

Meetup Event Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Meetup Event Scraper

Meetup Event Scraper

Extract Meetup events with dates, RSVP counts, group info, and venue locations from search results or group 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

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Introduction

This actor extracts Events in a List from Meetup. It captures event metadata, group details, and venue locations from search results or group event pages. The tool provides structured data for event discovery and market research.

Data Fields

Field NameDescriptionExample
Event TitleName of the eventTech Networking Mixer
Event TypeFormat of the eventphysical
Event URLDirect link to the event pagehttps://www.meetup.com/tech-group/events/123/
Event DateScheduled start time2023-12-01T18:00:00Z
DescriptionShort summary of the eventJoin us for a night of networking.
Is OnlineBoolean for virtual eventsfalse
Is AttendingUser attendance statusfalse
Is SavedUser saved statusfalse
Max TicketsMaximum capacity if set100
Total RSVPsNumber of confirmed attendees45
Group NameName of the hosting groupSilicon Valley Developers
Group URLLink to the group profilehttps://www.meetup.com/tech-group/
Group TimezoneLocal timezone of the groupAmerica/Los_Angeles
Venue NameName of the locationThe Coffee House
Venue CityCity of the venueSan Francisco
Venue CountryCountry code of the venueUS
Venue LatitudeGeographic latitude37.7749
Venue LongitudeGeographic longitude-122.4194
Featured Photo URLPrimary event image linkhttps://images.meetup.com/photo.jpg

Input

  • urls: Array of URL strings. Supports Meetup search result pages and group event list pages.
  • maxItems: Max items per URL, default 100.

Example Input

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

Example Output

[
{
"eventTitle": "Javascript Workshop",
"eventType": "physical",
"eventUrl": "https://www.meetup.com/js-group/events/298347/",
"eventDate": "2024-05-10T19:00:00Z",
"description": "Learn ES6 basics in this hands-on session.",
"isOnline": false,
"isAttending": false,
"isSaved": false,
"maxTickets": 50,
"totalRsvps": 12,
"groupName": "JS Learners",
"groupUrl": "https://www.meetup.com/js-group/",
"groupTimezone": "Europe/London",
"venueName": "Central Library",
"venueCity": "London",
"venueCountry": "GB",
"venueLatitude": 51.5074,
"venueLongitude": -0.1278,
"featuredPhotoUrl": "https://images.meetup.com/event1.jpg"
},
{
"eventTitle": "Remote Python Talk",
"eventType": "online",
"eventUrl": "https://www.meetup.com/py-group/events/298348/",
"eventDate": "2024-05-12T15:00:00Z",
"description": "Online discussion about Django performance.",
"isOnline": true,
"isAttending": false,
"isSaved": false,
"maxTickets": null,
"totalRsvps": 85,
"groupName": "Python Global",
"groupUrl": "https://www.meetup.com/py-group/",
"groupTimezone": "UTC",
"venueName": "Online Event",
"venueCity": null,
"venueCountry": null,
"venueLatitude": null,
"venueLongitude": null,
"featuredPhotoUrl": "https://images.meetup.com/event2.jpg"
}
]

Want more from Meetup?

This actor only covers Events in a List. The full Meetup Scraper browser extension also includes Groups in a List, Event Details, Event Attendees, Reviews in a List, Group Details, Group Members, User Profile 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

Disclaimer

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