Skip to content
scrapeatlas.Dashboard

Events & communities

Meetup API

Search and filter events and groups, page through calendars, and discover locations and categories.

8 endpointsx-api-key

Discover Meetup communities and events with location, category, distance and date filters. Browse successive search and calendar pages and retrieve group, event and member details.

API availability: Available

Base URL · local workerhttp://localhost:3016Public API: https://api.scrapeatlas.com.
Authenticationx-api-keyCustomer key from your account. See Authentication.

Endpoints

GET/v1/meetup/group

Get a Meetup group

Retrieve one public group by canonical URL, including community metadata and embedded upcoming and past event previews.

Reference
GET/v1/meetup/event

Get a Meetup event

Retrieve one public event with its group, dates, venue, photos, fees, hosts, RSVP totals and published settings.

Reference
GET/v1/meetup/search

Search Meetup events

Search public events by keyword, location, category, distance, date range and attendance format, with ordered results and cursor pagination.

Reference
GET/v1/meetup/profile

Get a Meetup member summary

Retrieve a public member summary from a group or event page, with identifier, name, photo, organizer flag and roles.

Reference
GET/v1/meetup/search/groups

Search Meetup groups

Search public groups by keyword, location, category and distance, with community details, statistics and cursor pagination.

Reference
GET/v1/meetup/group/events

Get Meetup group events

Browse a public group’s upcoming or past calendar, including event details, source totals and the group identity. Supports cursor pagination.

Reference
GET/v1/meetup/locations

Find Meetup locations

Look up places and retrieve location slugs, coordinates, country, region and timezone for Meetup searches.

Reference
GET/v1/meetup/categories

Get Meetup categories

Discover category names and identifiers for event and group search filters.

Reference

Quick start

Create an API key on your account page, then call the public API. Values below are placeholders.

Terminal
curl "https://api.scrapeatlas.com/v1/meetup/group?url=https%3A%2F%2Fwww.meetup.com%2Ftecheventeurope%2F" \
  -H "x-api-key: YOUR_API_KEY"

Coverage & limits

  • Group and event retrieval accepts canonical Meetup URLs.
  • Event and group search support category, location and distance filters.
  • Event search supports date ranges, attendance format and sorting.
  • Searches and upcoming or past calendars support cursor pagination.
  • Discover locations and categories for search inputs.
  • Results preserve published identifiers, source ordering, nulls and coverage metadata.
Error codes
13
HTTPfailure.codeMeaning
200partialUsable page data with explicit coverage warnings.
400invalid_requestMissing, duplicate, unsupported or malformed parameters.
401unauthorizedMissing or invalid service key.
403restrictedPrivate group or restricted parent group.
404not_foundMissing resource.
429upstream_rate_limitedSource throttled retrieval.
502upstream_challengedSource challenged logged-out access.
502unsupported_pageMissing, malformed or mismatched structured data.
502response_too_large payload_too_complexByte, node or depth limit exceeded.
502unsafe_redirect request_limit upstream_errorBounded retrieval failed.
503busyAll slots are occupied.
504timeoutDeadline expired.
404member_not_on_pageMember was not found in the supported public records on this page; account existence is unknown.