Meetup Groups Scraper avatar

Meetup Groups Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Meetup Groups Scraper

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

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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 NameDescriptionExample
Group NameThe title of the Meetup groupTech Networking NYC
Group URLDirect link to the group pagehttps://www.meetup.com/tech-networking-nyc/
DescriptionShort summary or bio of the groupA group for developers to meet and share ideas.
CityCity where the group is basedNew York
StateState or region where the group is basedNY
CountryCountry code or nameUS
Is PrivateWhether the group is private or publicfalse
Is New GroupIndicates if the group was recently createdtrue
Member CountTotal number of members in the group1250
Group Photo URLURL to the group profile imagehttps://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.