Events & communities
Meetup API
Search and filter events and groups, page through calendars, and discover locations and categories.
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
http://localhost:3016Public API: https://api.scrapeatlas.com.Endpoints
/v1/meetup/groupGet a Meetup group
Retrieve one public group by canonical URL, including community metadata and embedded upcoming and past event previews.
Reference/v1/meetup/eventGet a Meetup event
Retrieve one public event with its group, dates, venue, photos, fees, hosts, RSVP totals and published settings.
Reference/v1/meetup/searchSearch Meetup events
Search public events by keyword, location, category, distance, date range and attendance format, with ordered results and cursor pagination.
Reference/v1/meetup/profileGet a Meetup member summary
Retrieve a public member summary from a group or event page, with identifier, name, photo, organizer flag and roles.
Reference/v1/meetup/search/groupsSearch Meetup groups
Search public groups by keyword, location, category and distance, with community details, statistics and cursor pagination.
Reference/v1/meetup/group/eventsGet 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/v1/meetup/locationsFind Meetup locations
Look up places and retrieve location slugs, coordinates, country, region and timezone for Meetup searches.
Reference/v1/meetup/categoriesGet Meetup categories
Discover category names and identifiers for event and group search filters.
ReferenceQuick start
Create an API key on your account page, then call the public API. Values below are placeholders.
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.
| HTTP | failure.code | Meaning |
|---|---|---|
| 200 | partial | Usable page data with explicit coverage warnings. |
| 400 | invalid_request | Missing, duplicate, unsupported or malformed parameters. |
| 401 | unauthorized | Missing or invalid service key. |
| 403 | restricted | Private group or restricted parent group. |
| 404 | not_found | Missing resource. |
| 429 | upstream_rate_limited | Source throttled retrieval. |
| 502 | upstream_challenged | Source challenged logged-out access. |
| 502 | unsupported_page | Missing, malformed or mismatched structured data. |
| 502 | response_too_large payload_too_complex | Byte, node or depth limit exceeded. |
| 502 | unsafe_redirect request_limit upstream_error | Bounded retrieval failed. |
| 503 | busy | All slots are occupied. |
| 504 | timeout | Deadline expired. |
| 404 | member_not_on_page | Member was not found in the supported public records on this page; account existence is unknown. |