# Meetup Events & Groups Scraper (`scrapers_lat/meetup-scraper`) Actor

Scrape Meetup events and groups by topic and location, or from URLs: event title, date, venue, online flag, RSVP and going counts, hosts, fee and topics; plus group name, member count, category, location and organizer. No login needed. For event discovery, lead generation and research.

- **URL**: https://apify.com/scrapers\_lat/meetup-scraper.md
- **Developed by:** [Scrapers Lat](https://apify.com/scrapers_lat) (community)
- **Categories:** Social media
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $8.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

[![Meetup Events & Groups Scraper](https://scrapers.lat/banners/meetup-scraper.png)](https://console.apify.com/actors/eOnWpGmyXiaOSomk1/input)

## Meetup Scraper

> Extract Meetup events and groups by keyword and location worldwide, with RSVP counts, hosts, venues, topics and organizers

![Apify](https://img.shields.io/badge/Platform-Apify-1CE1CE?logo=apify\&logoColor=white)
![Coverage](https://img.shields.io/badge/Coverage-Worldwide-blue)
![Maintained](https://img.shields.io/badge/Maintained-Yes-brightgreen)
![Output](https://img.shields.io/badge/Output-JSON%20%7C%20CSV%20%7C%20Excel-orange)

<table><tr>
<td align="center"><strong>30+ fields</strong><br>per record</td>
<td align="center"><strong>Worldwide</strong><br>coverage</td>
<td align="center"><strong>JSON / CSV / Excel</strong><br>output formats</td>
<td align="center"><strong>Updated</strong><br>2026-07-26</td>
</tr></table>

<br>

### What you get

Search Meetup by keyword and location and get every matching event or group as a clean record, or paste event and group URLs directly. Each event record contains:

- **imageUrl**: event cover photo
- **title**: event name
- **url**: link to the event page
- **id**: Meetup event id
- **dateTime**: local start date and time
- **isOnline**: true for online events, false for in person
- **rsvpState**: whether RSVPs are open, closed or full
- **rsvpCount**: number of people attending
- **maxTickets**: capacity when the event has a limit
- **feeAmount**: ticket price when the event charges a fee
- **feeCurrency**: currency of the fee
- **groupName**: the group hosting the event
- **groupUrl**: link to the hosting group
- **groupRating**: average rating of the hosting group
- **groupRatingCount**: number of ratings for the group
- **venueName**: venue name
- **venueAddress**: street address
- **venueCity**, **venueState**, **venueCountry**: venue location
- **description**: full event description
- **endTime\***: local end date and time
- **goingCount\***: confirmed attendees
- **waitlistCount\***: people on the waitlist
- **hosts\***: names of the event hosts
- **topics\***: topics and categories tagged on the event
- **venueLat\***, **venueLon\***: venue coordinates
- **observedAt**: when this record was last seen by the scraper

Each group record contains:

- **imageUrl**: group photo
- **title**: group name
- **url**: link to the group page
- **id**: Meetup group id
- **memberCount**: number of members
- **rating**, **ratingCount**: group rating and number of ratings
- **status**: group status such as active or paid
- **isPrivate**: whether the group is private
- **isNewGroup**: whether the group is newly created
- **city**, **state**, **country**: group location
- **description**: full group description
- **category\***: the group's main category
- **topics\***: topics the group is tagged with
- **organizer\***: name of the main organizer
- **foundedDate\***: when the group was created
- **lat\***, **lon\***: group coordinates
- **observedAt**: when this record was last seen by the scraper

*\*These fields only appear when Fetch Full Details is set to true.*

### Who is it for

| Use case | Who benefits |
|---|---|
| Find tech, business and networking events in a city | Community managers and event marketers |
| Build a list of active local groups in a niche | Sponsors and partnership teams |
| Track attendance and popularity of recurring events | Event organizers and researchers |
| Source speakers, hosts and organizers to contact | Recruiters and business developers |
| Monitor the local event scene over time | Analysts and market researchers |

### Frequently Asked Questions

**Which cities and countries does this Meetup scraper cover?**
It works worldwide. Enter any city or place name such as New York, London, Mexico City, Berlin or Sao Paulo, and the best matching location is used to search events or groups nearby.

**How many events or groups can it return?**
Set the Max Results field to any number. The scraper pages through the search results until it reaches your cap or runs out of matches, so you can pull a handful or several hundred in one run.

**Can I scrape a specific event or group instead of searching?**
Yes. Paste one or more event URLs (ending in /events/123/) or group URLs into the Event or Group URLs field and each one is scraped directly, with full details.

**What is the difference between events and groups mode?**
Choose Events to get individual meetups with dates, venues and RSVP counts, or choose Groups to get communities with member counts, categories and organizers. Both come from the same keyword and location.

**Why are some detail fields empty?**
Fields marked with an asterisk only appear when Fetch Full Details is turned on. Fees appear only for paid events, and ratings appear only for groups that have been rated, so those stay empty when they do not apply.

### Related scrapers

Need data from the same space? Here are other scrapers we build and maintain:

- [Eventbrite Events, Venue & Price Scraper](https://apify.com/scrapers_lat/eventbrite-scraper): Extract public Eventbrite events with venues, dates and ticket prices
- [SeatGeek Event Tickets & Prices Scraper](https://apify.com/scrapers_lat/seatgeek-events-scraper): Pull live event listings and ticket prices from SeatGeek
- [Ticketmaster Events, Venues & Prices Scraper](https://apify.com/scrapers_lat/ticketmaster-scraper): Collect concerts, sports and shows with venue and price data
- [Reddit Posts & Comments Scraper](https://apify.com/scrapers_lat/reddit-scraper): Scrape posts and comments from any subreddit or search
- [YouTube Video & Channel Data Scraper](https://apify.com/scrapers_lat/youtube-scraper): Extract video and channel metadata from YouTube
- [Google Maps Business Leads & Contacts Scraper](https://apify.com/scrapers_lat/google-maps-scraper): Get local business listings with contacts from Google Maps

### More scrapers at scrapers.lat

This actor is built and maintained by [scrapers.lat](https://scrapers.lat), where we publish scrapers for Latin American and US public platforms: real estate, jobs, e-commerce, company registries and government data. Browse the full catalog, see live sample output for each one, or ask us for a custom scraper at [scrapers.lat](https://scrapers.lat).

***

> This actor is an independent tool and has no affiliation with Meetup. It only accesses data that is publicly available on the platform. Use it in accordance with Meetup's terms of service.

# Actor input Schema

## `maxResults` (type: `integer`):

Maximum number of events or groups to collect. Optional.

## `withDetails` (type: `boolean`):

Open each event or group page to add hosts, topics, going count, end time, organizer and category. Slower but richer.

## `resultType` (type: `string`):

Search for events or for groups.

## `keyword` (type: `string`):

Topic or keyword to search for, e.g. tech, running, photography, startups.

## `location` (type: `string`):

City or place name, e.g. New York, London, Ciudad de Mexico, Sao Paulo. The best match is used.

## `startUrls` (type: `array`):

Optional. Direct Meetup event URLs (.../events/123/) or group URLs (meetup.com/group-name/) to scrape instead of, or in addition to, a keyword search.

## Actor input object example

```json
{
  "maxResults": 10,
  "withDetails": true,
  "resultType": "events",
  "keyword": "tech",
  "location": "New York"
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxResults": 10,
    "keyword": "tech",
    "location": "New York"
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapers_lat/meetup-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "maxResults": 10,
    "keyword": "tech",
    "location": "New York",
}

# Run the Actor and wait for it to finish
run = client.actor("scrapers_lat/meetup-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxResults": 10,
  "keyword": "tech",
  "location": "New York"
}' |
apify call scrapers_lat/meetup-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapers_lat/meetup-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/eOnWpGmyXiaOSomk1/builds/AXaJhAo18eFI9NBPP/openapi.json
