Meetup Scraper avatar

Meetup Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Meetup Scraper

Meetup Scraper

Fetch Meetup.com events by location, keyword, or group. No API key required.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Fetch Meetup.com events by location, keyword, or group. No API key required.

Why this scraper?

  • No Meetup Pro account or API key needed — uses public page data
  • Browse events near any city by location name
  • Search by keyword (e.g. "python", "yoga", "hiking") + location
  • Fetch all events for a specific Meetup group by URL slug
  • Returns structured event data including venue, RSVP count, photo, and group info

What you can fetch

ModeDescription
browseRecommended events near a location (default)
searchEvents matching a keyword near a location
groupAll events for a specific Meetup group

Usage

Browse events near San Francisco

{
"queryType": "browse",
"location": "San Francisco, CA",
"eventType": "inPerson",
"radius": 25
}

Search for Python events in New York

{
"queryType": "search",
"query": "python",
"location": "New York, NY",
"radius": 25
}

Get events for a specific group

{
"queryType": "group",
"groupUrlname": "sfpython"
}

Input fields

FieldTypeRequiredDescription
queryTypestringYesbrowse, search, or group
locationstringFor browse/searchCity or location string (e.g. "San Francisco, CA")
querystringFor searchKeyword to search for in event titles
groupUrlnamestringFor groupMeetup group URL slug (e.g. sfpython)
eventTypestringNoinPerson or online (default: both)
radiusintegerNoSearch radius in miles (default: 25)

Output fields

FieldDescription
idMeetup event ID
titleEvent title
descriptionFull event description
dateTimeStart time in ISO 8601 format with timezone
endTimeEnd time in ISO 8601 format (if available)
eventUrlURL to the event page
eventTypePHYSICAL or ONLINE
rsvpStateRSVP availability (e.g. JOIN_OPEN)
maxTicketsCapacity limit (if set)
rsvpCountCurrent attendee count
isFreeWhether the event is free
feeFee details if paid (amount, currency)
venueVenue object (name, address, city, state, country)
groupGroup object (id, name, urlname)
photoURL of event's featured photo

Use cases

  • Discover local tech meetups and networking events
  • Track community events for a specific interest group
  • Aggregate events across multiple cities or categories
  • Monitor RSVP counts and event availability
  • Build local event guides and calendars

Disclaimer

This actor is not affiliated with or endorsed by Meetup. Data is fetched from public pages. Use responsibly and in accordance with Meetup's terms of service.