Meetup Groups Scraper
Pricing
from $2.00 / 1,000 results
Meetup Groups Scraper
Extract Meetup groups with member counts, locations, and descriptions from search results and explore pages. Powered by Meetup Scraper.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Nifty
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
This actor extracts Groups from Meetup search results and explore pages. It captures group metadata including location, privacy status, and member counts. Use it to collect data from any page that displays a list of groups.
Want more from Meetup?
This actor covers Groups only. The full Meetup Scraper browser extension also includes Events, Attendees, Reviews, Groups, 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 |
|---|---|---|
| Group Name | The title of the Meetup group | Tech Networking NYC |
| Group URL | Direct link to the group page | https://www.meetup.com/tech-networking-nyc/ |
| Description | Short summary or bio of the group | A group for developers to meet and share ideas. |
| City | City where the group is based | New York |
| State | State or region where the group is based | NY |
| Country | Country code or name | US |
| Is Private | Whether the group is private or public | false |
| Is New Group | Indicates if the group was recently created | true |
| Member Count | Total number of members in the group | 1250 |
| Group Photo URL | URL to the group profile image | https://images.meetupstatic.com/photo.jpg |
Input
urls: Array of URL strings. Use Meetup search results or explore pages showing group lists.maxItems: Max items per URL, default 100.
Example Input
{"urls": ["https://www.meetup.com/find/?source=GROUPS&keywords=javascript"],"maxItems": 50}
Example Output
[{"groupName": "NYC JavaScript Enthusiasts","groupUrl": "https://www.meetup.com/nyc-javascript/","description": "A community for JS developers in Manhattan.","city": "New York","state": "NY","country": "US","isPrivate": false,"isNewGroup": false,"memberCount": 4500,"groupPhotoUrl": "https://images.meetupstatic.com/photo1.jpg"},{"groupName": "Brooklyn Web Devs","groupUrl": "https://www.meetup.com/brooklyn-web/","description": "Weekly coding sessions and workshops.","city": "Brooklyn","state": "NY","country": "US","isPrivate": false,"isNewGroup": true,"memberCount": 320,"groupPhotoUrl": "https://images.meetupstatic.com/photo2.jpg"}]
Disclaimer
This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.