Meetup Events Scraper
Pricing
from $2.00 / 1,000 results
Meetup Events Scraper
Extract Meetup events with dates, descriptions, RSVP counts, and venue details from search results and group event lists. Powered by Meetup Scraper.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Nifty
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
0
Monthly active users
4 days ago
Last modified
Categories
Share
This actor extracts Events from Meetup. It works on search results and group event lists to collect data from visible event cards. The scraper returns structured information including event details, group metadata, and venue locations.
Want more from Meetup?
This actor covers Events only. The full Meetup Scraper browser extension also includes Groups, Events, Attendees, Reviews, Members, Profiles with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.
Get the Meetup Scraper extension
Data Fields
| Field Name | Description | Example |
|---|---|---|
| Event Title | Name of the event | Tech Networking Mixer |
| Event Type | Online or physical event | physical |
| Event URL | Direct link to the event page | https://www.meetup.com/tech-group/events/12345/ |
| Event Date | Scheduled date and time | 2023-11-15T18:30:00Z |
| Description | Text summary of the event | Join us for a night of networking and drinks. |
| Is Online | Boolean for virtual events | false |
| Is Attending | Boolean if user is RSVPed | false |
| Is Saved | Boolean if event is bookmarked | false |
| Max Tickets | Capacity limit for the event | 100 |
| Total RSVPs | Number of people attending | 45 |
| Group Name | Name of the hosting group | Silicon Valley Developers |
| Group URL | Link to the group profile | https://www.meetup.com/tech-group/ |
| Group Timezone | Timezone of the group | America/Los_Angeles |
| Venue Name | Name of the location | The Hub Cafe |
| Venue City | City where event is held | San Francisco |
| Venue Country | Country code | US |
| Venue Latitude | GPS latitude coordinate | 37.7749 |
| Venue Longitude | GPS longitude coordinate | -122.4194 |
| Featured Photo URL | Main image for the event | https://images.meetup.com/event.jpg |
Input
urls: Array of Meetup search result or group event list URLs.maxItems: Maximum number of events to extract per URL. Default is 100.
Example Input
{"urls": ["https://www.meetup.com/find/?keywords=javascript"],"maxItems": 50}
Example Output
[{"eventTitle": "React Workshop","eventType": "physical","eventUrl": "https://www.meetup.com/dev-group/events/298347/","eventDate": "2024-05-20T19:00:00Z","description": "Learn React hooks in this hands-on session.","isOnline": false,"isAttending": false,"isSaved": false,"maxTickets": 50,"totalRsvps": 32,"groupName": "Frontend Devs","groupUrl": "https://www.meetup.com/dev-group/","groupTimezone": "America/New_York","venueName": "Tech Space","venueCity": "New York","venueCountry": "US","venueLatitude": 40.7128,"venueLongitude": -74.0060,"featuredPhotoUrl": "https://images.meetup.com/photo1.jpg"},{"eventTitle": "Remote Python Talk","eventType": "online","eventUrl": "https://www.meetup.com/python-group/events/298348/","eventDate": "2024-05-21T17:00:00Z","description": "Online discussion about Django 5.0.","isOnline": true,"isAttending": false,"isSaved": true,"maxTickets": null,"totalRsvps": 120,"groupName": "Python Enthusiasts","groupUrl": "https://www.meetup.com/python-group/","groupTimezone": "Europe/London","venueName": null,"venueCity": null,"venueCountry": null,"venueLatitude": null,"venueLongitude": null,"featuredPhotoUrl": "https://images.meetup.com/photo2.jpg"}]
Disclaimer
This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.