Meetup Event Scraper
Pricing
from $2.00 / 1,000 results
Meetup Event Scraper
Extract Meetup events with dates, RSVP counts, group info, and venue locations from search results or group lists. Powered by Meetup Scraper.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Nifty
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Introduction
This actor extracts Events in a List from Meetup. It captures event metadata, group details, and venue locations from search results or group event pages. The tool provides structured data for event discovery and market research.
Data Fields
| Field Name | Description | Example |
|---|---|---|
| Event Title | Name of the event | Tech Networking Mixer |
| Event Type | Format of the event | physical |
| Event URL | Direct link to the event page | https://www.meetup.com/tech-group/events/123/ |
| Event Date | Scheduled start time | 2023-12-01T18:00:00Z |
| Description | Short summary of the event | Join us for a night of networking. |
| Is Online | Boolean for virtual events | false |
| Is Attending | User attendance status | false |
| Is Saved | User saved status | false |
| Max Tickets | Maximum capacity if set | 100 |
| Total RSVPs | Number of confirmed attendees | 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 | Local timezone of the group | America/Los_Angeles |
| Venue Name | Name of the location | The Coffee House |
| Venue City | City of the venue | San Francisco |
| Venue Country | Country code of the venue | US |
| Venue Latitude | Geographic latitude | 37.7749 |
| Venue Longitude | Geographic longitude | -122.4194 |
| Featured Photo URL | Primary event image link | https://images.meetup.com/photo.jpg |
Input
urls: Array of URL strings. Supports Meetup search result pages and group event list pages.maxItems: Max items per URL, default 100.
Example Input
{"urls": ["https://www.meetup.com/find/?keywords=javascript"],"maxItems": 50}
Example Output
[{"eventTitle": "Javascript Workshop","eventType": "physical","eventUrl": "https://www.meetup.com/js-group/events/298347/","eventDate": "2024-05-10T19:00:00Z","description": "Learn ES6 basics in this hands-on session.","isOnline": false,"isAttending": false,"isSaved": false,"maxTickets": 50,"totalRsvps": 12,"groupName": "JS Learners","groupUrl": "https://www.meetup.com/js-group/","groupTimezone": "Europe/London","venueName": "Central Library","venueCity": "London","venueCountry": "GB","venueLatitude": 51.5074,"venueLongitude": -0.1278,"featuredPhotoUrl": "https://images.meetup.com/event1.jpg"},{"eventTitle": "Remote Python Talk","eventType": "online","eventUrl": "https://www.meetup.com/py-group/events/298348/","eventDate": "2024-05-12T15:00:00Z","description": "Online discussion about Django performance.","isOnline": true,"isAttending": false,"isSaved": false,"maxTickets": null,"totalRsvps": 85,"groupName": "Python Global","groupUrl": "https://www.meetup.com/py-group/","groupTimezone": "UTC","venueName": "Online Event","venueCity": null,"venueCountry": null,"venueLatitude": null,"venueLongitude": null,"featuredPhotoUrl": "https://images.meetup.com/event2.jpg"}]
Want more from Meetup?
This actor only covers Events in a List. The full Meetup Scraper browser extension also includes Groups in a List, Event Details, Event Attendees, Reviews in a List, Group Details, Group Members, User Profile 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
Disclaimer
This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.