Free Meetup Events Scraper
Pricing
Pay per usage
Go to Apify Store

Free Meetup Events Scraper
Scrape Meetup events by location and keyword into a clean structured dataset for research, lead generation, and event tracking.
Pricing
Pay per usage
Rating
5.0
(1)
Developer
Alireza Eidgah
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Meetup Events Scraper
Apify Actor that scrapes Meetup event search results from the Meetup gql2 API and pushes normalized events into the default dataset.
Input
url: Meetup search URLmax_events: maximum number of events to collectheadless: run browser headless or headed
Output
Each event is pushed as one dataset item with fields:
citynamedescriptioncover_imagestart_atend_attimezonelocationlatitudelongitudepricecurrencyis_freeorganizerurlcategory
Local run
Install dependencies, then run the Actor from the meetup-actor directory:
python -m pip install -r requirements.txtpython -m playwright install --with-depspython -m src