Skip to content
scrapeatlas.Dashboard

Get Meetup categories

Try in Playground

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

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

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

Query parameters
0

This endpoint takes no parameters.

Response fields
16
requestIdstring

Always included.

Always included.

accounting.upstreamRequestsinteger

Always included.

≥ 0

accounting.responseBytesinteger

Always included.

≥ 0

accounting.durationMsnumber

Always included.

≥ 0

successboolean

Always included.

statusenum

Always included.

one of: success, partial

sourceUrlstring

Always included.

absolute HTTPS URL

fetchedAtstring

Always included.

Always included.

coverage.sourcestring

Always included.

coverage.completeboolean

Always included.

coverage.warningsstring[]

Always included.

Current source category identifiers and names, usable with category_id in search.

up to 100 items

categories.idstring

Always included.

categories.namestring

Always included.

min 1 chars · max 200 chars

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.