Meetup Events Scraper: Communities, Groups & Locations
Pricing
$7.99/month + usage
Meetup Events Scraper: Communities, Groups & Locations
Extract public event details from Meetup.com instantly. Get group info, event dates, locations, and direct links without any blocks. Ideal for marketers and community managers seeking real-time data with premium JSON/Excel output and high-speed execution.
Pricing
$7.99/month + usage
Rating
0.0
(0)
Developer
Scrape Pilot
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
ποΈ Meetup Group & Event Scraper β Event Data & Attendee Counts
Extract structured event data from Meetup groups.
Get group names, event titles, dates, locations, attendee counts, and more β in clean JSON. Perfect for event aggregators, community research, and market intelligence.
π Why This Tool Is Essential
- EventβCentric Data β Extracts upcoming events with dates, locations, attendee counts.
- Bulk Processing β Scrape multiple Meetup group URLs in one run.
- Proxy Ready β Uses Apifyβs proxy configuration to avoid IP blocks.
- Clean Schema β Output includes group name, event title, date, location, attendee count, status.
- Apify Dataset Integration β Results automatically appear in the Dataset tab.
π₯ Input Schema
The actor accepts a JSON object with one field:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
target_urls | array of strings | Yes | β | List of Meetup group URLs (e.g., https://www.meetup.com/tech-nyc/). |
Example Input
{"target_urls": ["https://www.meetup.com/tech-nyc/","https://www.meetup.com/data-science-sf/","https://www.meetup.com/london-startups/"]}
π€ Output Fields
Each URL returns a single event object (the most relevant event). Fields include:
| Field | Type | Description |
|---|---|---|
group_name | string | Name of the Meetup group. |
event_title | string | Title of the event. |
event_date | string | ISO 8601 datetime of the event. |
location | string | City and state / venue (if available). |
event_link | string | Direct URL to the event page. |
attendees | integer | Number of attendees (if shown). |
status | string | "Upcoming", "Past", etc. |
processed_at | string | ISO timestamp of extraction. |
source_url | string | Original input URL. |
Example Output
[{"group_name": "Tech Networking NYC","event_title": "AI Builders Workshop 2026","event_date": "2026-06-15T18:30:00Z","location": "Manhattan, New York","event_link": "https://www.meetup.com/tech-nyc/events/123456789/","attendees": 142,"status": "Upcoming","processed_at": "2026-03-30T12:00:00Z","source_url": "https://www.meetup.com/tech-nyc/"}]
π How to Use on Apify
- Create a task with this actor.
- Provide input β list the Meetup group URLs you want to scrape.
- Configure proxies β optionally enable Apify proxy in the input or via the run tab.
- Run β the actor processes each URL and pushes data to the Dataset.
- Export β download results as JSON, CSV, or Excel.
Running via API
curl -X POST "https://api.apify.com/v2/acts/your-username~meetup-scraper/runs" \-H "Content-Type: application/json" \-H "Authorization: Bearer YOUR_API_TOKEN" \-d '{"target_urls": ["https://www.meetup.com/tech-nyc/"]}'
π‘ Ideal Use Cases
- Event Aggregation β Build a central calendar of meetups in a city or industry.
- Community Research β Understand which groups are most active and their attendee counts.
- Lead Generation β Identify professionals attending specific events for networking.
- Market Intelligence β Monitor trends in event topics and locations.
- Data Enrichment β Add event details to CRM or analytics dashboards.
π SEO Keywords
Meetup scraper, event data extraction, meetup group events, attendee counts, community event scraper, Apify meetup actor, event intelligence, social event data, local events API
β οΈ Notes & Limitations
- Demo / Placeholder Data β The current version uses simulated data for demonstration. A production version would implement actual HTML parsing of Meetup pages.
- Rate Limits β Meetup may limit request frequency. Use residential proxies and delays.
- Compliance β Respect Meetupβs
robots.txtand terms of service. This tool is intended for legitimate research. - Event Selection β Currently extracts the most relevant event; future versions may support multiple events per group.