Skip to content
scrapeatlas.Dashboard

Get a Meetup member summary

Try in Playground

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

GET/v1/meetup/profilex-api-key
x-api-keystringrequiredheader

Your ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.

Query parameters
2
urlstringrequiredquery

Required canonical public group or event URL.

Examplehttps://www.meetup.com/techeventeurope/
member_idstringrequiredquery

Required numeric Meetup member ID, 1–20 digits and nonzero. IDs appear in public organizer, host and attendee records.

Example330645880
Response fields
19
requestIdstring

Request correlation UUID.

Upstream HTTP attempts, decoded response bytes and duration in milliseconds.

accounting.upstreamRequestsinteger

Always included.

≥ 0

accounting.responseBytesinteger

Always included.

≥ 0

accounting.durationMsnumber

Always included.

≥ 0

successboolean

True when usable public data is returned.

statusenum

success, partial, failed or challenged; HTTP 200 may be partial.

one of: success, partial

sourceUrlstring

Canonical public Meetup page retrieved.

absolute HTTPS URL

fetchedAtstring

UTC retrieval timestamp.

Source coverage metadata and warnings associated with the result.

coverage.sourcestring

Always included.

coverage.completeboolean

Always included.

coverage.warningsstring[]

Always included.

Public member summary. Missing source fields stay absent; nulls are preserved.

profile.idstring

Matched member ID.

profile.namestringnullableoptional

Public display name when supplied.

profile.memberPhotoobjectnullableoptional

Published photo ID and URLs when supplied.

profile.isSuperOrganizerbooleanoptional

Source organizer flag when present.

profile.rolesenum[]

organizer and/or host where this page’s public records establish the role; empty when the page shows no role.

HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.

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.