Meetup Scraper
Pricing
from $1.00 / 1,000 results
Go to Apify Store
Meetup Scraper
Fetch Meetup.com events by location, keyword, or group. No API key required.
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
| Mode | Description |
|---|---|
browse | Recommended events near a location (default) |
search | Events matching a keyword near a location |
group | All 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
| Field | Type | Required | Description |
|---|---|---|---|
queryType | string | Yes | browse, search, or group |
location | string | For browse/search | City or location string (e.g. "San Francisco, CA") |
query | string | For search | Keyword to search for in event titles |
groupUrlname | string | For group | Meetup group URL slug (e.g. sfpython) |
eventType | string | No | inPerson or online (default: both) |
radius | integer | No | Search radius in miles (default: 25) |
Output fields
| Field | Description |
|---|---|
id | Meetup event ID |
title | Event title |
description | Full event description |
dateTime | Start time in ISO 8601 format with timezone |
endTime | End time in ISO 8601 format (if available) |
eventUrl | URL to the event page |
eventType | PHYSICAL or ONLINE |
rsvpState | RSVP availability (e.g. JOIN_OPEN) |
maxTickets | Capacity limit (if set) |
rsvpCount | Current attendee count |
isFree | Whether the event is free |
fee | Fee details if paid (amount, currency) |
venue | Venue object (name, address, city, state, country) |
group | Group object (id, name, urlname) |
photo | URL 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.