Get a Meetup member summary
Retrieve a public member summary from a group or event page, with identifier, name, photo, organizer flag and roles.
/v1/meetup/profilex-api-keyHeaders
Get your API keyYour ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.
Required canonical public group or event URL.
https://www.meetup.com/techeventeurope/Required numeric Meetup member ID, 1–20 digits and nonzero. IDs appear in public organizer, host and attendee records.
330645880Request correlation UUID.
Upstream HTTP attempts, decoded response bytes and duration in milliseconds.
Always included.
≥ 0
Always included.
≥ 0
Always included.
≥ 0
True when usable public data is returned.
success, partial, failed or challenged; HTTP 200 may be partial.
one of: success, partial
Canonical public Meetup page retrieved.
absolute HTTPS URL
UTC retrieval timestamp.
Source coverage metadata and warnings associated with the result.
Always included.
Always included.
Always included.
Public member summary. Missing source fields stay absent; nulls are preserved.
Matched member ID.
Public display name when supplied.
Published photo ID and URLs when supplied.
Source organizer flag when present.
organizer and/or host where this page’s public records establish the role; empty when the page shows no role.
No fields match.
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.
| 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. |