Meetup Events Scraper: Communities, Groups & Locations avatar

Meetup Events Scraper: Communities, Groups & Locations

Pricing

$7.99/month + usage

Go to Apify Store
Meetup Events Scraper: Communities, Groups & Locations

Meetup Events Scraper: Communities, Groups & Locations

Extract public event details from Meetup.com instantly. Get group info, event dates, locations, and direct links without any blocks. Ideal for marketers and community managers seeking real-time data with premium JSON/Excel output and high-speed execution.

Pricing

$7.99/month + usage

Rating

0.0

(0)

Developer

Scrape Pilot

Scrape Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share


πŸ—“οΈ Meetup Group & Event Scraper β€” Event Data & Attendee Counts

Extract structured event data from Meetup groups.
Get group names, event titles, dates, locations, attendee counts, and more β€” in clean JSON. Perfect for event aggregators, community research, and market intelligence.


πŸš€ Why This Tool Is Essential

  • Event‑Centric Data – Extracts upcoming events with dates, locations, attendee counts.
  • Bulk Processing – Scrape multiple Meetup group URLs in one run.
  • Proxy Ready – Uses Apify’s proxy configuration to avoid IP blocks.
  • Clean Schema – Output includes group name, event title, date, location, attendee count, status.
  • Apify Dataset Integration – Results automatically appear in the Dataset tab.

πŸ“₯ Input Schema

The actor accepts a JSON object with one field:

FieldTypeRequiredDefaultDescription
target_urlsarray of stringsYes–List of Meetup group URLs (e.g., https://www.meetup.com/tech-nyc/).

Example Input

{
"target_urls": [
"https://www.meetup.com/tech-nyc/",
"https://www.meetup.com/data-science-sf/",
"https://www.meetup.com/london-startups/"
]
}

πŸ“€ Output Fields

Each URL returns a single event object (the most relevant event). Fields include:

FieldTypeDescription
group_namestringName of the Meetup group.
event_titlestringTitle of the event.
event_datestringISO 8601 datetime of the event.
locationstringCity and state / venue (if available).
event_linkstringDirect URL to the event page.
attendeesintegerNumber of attendees (if shown).
statusstring"Upcoming", "Past", etc.
processed_atstringISO timestamp of extraction.
source_urlstringOriginal input URL.

Example Output

[
{
"group_name": "Tech Networking NYC",
"event_title": "AI Builders Workshop 2026",
"event_date": "2026-06-15T18:30:00Z",
"location": "Manhattan, New York",
"event_link": "https://www.meetup.com/tech-nyc/events/123456789/",
"attendees": 142,
"status": "Upcoming",
"processed_at": "2026-03-30T12:00:00Z",
"source_url": "https://www.meetup.com/tech-nyc/"
}
]

πŸ›  How to Use on Apify

  1. Create a task with this actor.
  2. Provide input – list the Meetup group URLs you want to scrape.
  3. Configure proxies – optionally enable Apify proxy in the input or via the run tab.
  4. Run – the actor processes each URL and pushes data to the Dataset.
  5. Export – download results as JSON, CSV, or Excel.

Running via API

curl -X POST "https://api.apify.com/v2/acts/your-username~meetup-scraper/runs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"target_urls": ["https://www.meetup.com/tech-nyc/"]
}'

πŸ’‘ Ideal Use Cases

  • Event Aggregation – Build a central calendar of meetups in a city or industry.
  • Community Research – Understand which groups are most active and their attendee counts.
  • Lead Generation – Identify professionals attending specific events for networking.
  • Market Intelligence – Monitor trends in event topics and locations.
  • Data Enrichment – Add event details to CRM or analytics dashboards.

πŸ” SEO Keywords

Meetup scraper, event data extraction, meetup group events, attendee counts, community event scraper, Apify meetup actor, event intelligence, social event data, local events API


⚠️ Notes & Limitations

  • Demo / Placeholder Data – The current version uses simulated data for demonstration. A production version would implement actual HTML parsing of Meetup pages.
  • Rate Limits – Meetup may limit request frequency. Use residential proxies and delays.
  • Compliance – Respect Meetup’s robots.txt and terms of service. This tool is intended for legitimate research.
  • Event Selection – Currently extracts the most relevant event; future versions may support multiple events per group.