Meetup Group Scraper avatar

Meetup Group Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Meetup Group Scraper

Meetup Group Scraper

Extract group names, locations, member counts, and descriptions from Meetup search 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

a day ago

Last modified

Categories

Share

Introduction

This actor extracts Groups in a List from Meetup. It captures group names, locations, descriptions, and member statistics from search results and explore pages. Use this tool to identify communities and organizations within specific geographic areas or interest categories.

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 of the group purposeA group for developers to meet and share ideas.
CityCity where the group is basedNew York
StateState or province codeNY
CountryCountry codeUS
Is PrivateBoolean indicating if the group is privatefalse
Is New GroupBoolean indicating if the group was recently createdtrue
Member CountTotal number of members in the group1250
Group Photo URLLink to the group profile imagehttps://images.meetup.com/photo.jpg

Input

  • urls: Array of URL strings. Use Meetup search or explore page URLs.
  • maxItems: Max items per URL. Default is 100.

Example Input

{
"urls": ["https://www.meetup.com/find/?keywords=technology"],
"maxItems": 50
}

Example Output

[
{
"groupName": "Python Developers London",
"groupUrl": "https://www.meetup.com/python-devs-london/",
"description": "Monthly meetups for Python enthusiasts.",
"city": "London",
"state": "Greater London",
"country": "GB",
"isPrivate": false,
"isNewGroup": false,
"memberCount": 3400,
"groupPhotoUrl": "https://images.meetup.com/python.jpg"
},
{
"groupName": "Austin Hiking Club",
"groupUrl": "https://www.meetup.com/austin-hiking/",
"description": "Exploring trails around Central Texas.",
"city": "Austin",
"state": "TX",
"country": "US",
"isPrivate": false,
"isNewGroup": true,
"memberCount": 450,
"groupPhotoUrl": "https://images.meetup.com/hiking.jpg"
}
]

Want more from Meetup?

This actor only covers Groups in a List. The full Meetup Scraper browser extension also includes Events 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.