Skip to content
scrapeatlas.Dashboard

Find Meetup locations

Try in Playground

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

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

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

Query parameters
1
querystringrequiredquery

Location name to look up, 1–200 characters.

min 1 chars · max 200 chars

ExampleLondon
Response fields
26
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.

Matching places with coordinates, country, region, timezone, postal code and a search location slug.

up to 100 items

locations.citystringnullable

Always included.

locations.countrystring

Always included.

locations.latnumber

Always included.

-90 – 90

locations.lonnumber

Always included.

-180 – 180

locations.namestring

Always included.

locations.statestringnullable

Always included.

locations.timeZonestringnullable

Always included.

locations.boroughstringnullable

Always included.

locations.localizedCountryNamestringnullable

Always included.

locations.neighborhoodstringnullable

Always included.

locations.zipstringnullable

Always included.

locations.locationstringnullable

Always included.

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.