Free Meetup Events Scraper avatar

Free Meetup Events Scraper

Pricing

Pay per usage

Go to Apify Store
Free Meetup Events Scraper

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

Alireza Eidgah

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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 URL
  • max_events: maximum number of events to collect
  • headless: run browser headless or headed

Output

Each event is pushed as one dataset item with fields:

  • city
  • name
  • description
  • cover_image
  • start_at
  • end_at
  • timezone
  • location
  • latitude
  • longitude
  • price
  • currency
  • is_free
  • organizer
  • url
  • category

Local run

Install dependencies, then run the Actor from the meetup-actor directory:

python -m pip install -r requirements.txt
python -m playwright install --with-deps
python -m src