Skip to main content
POST
/
api
/
google
/
maps
/
users
/google/maps/users
curl --request POST \
  --url https://api.anysite.io/api/google/maps/users \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "user": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@google_user",
    "name": "<string>",
    "image": "<string>",
    "bio": "<string>",
    "points": 123,
    "local_guide_level": 123,
    "is_local_guide": false,
    "review_count": 123,
    "photo_count": 123,
    "video_count": 123,
    "answer_count": 123,
    "rating_count": 123,
    "edit_count": 123,
    "caption_count": 123,
    "reported_incorrect_count": 123,
    "place_added_count": 123,
    "road_added_count": 123,
    "fact_checked_count": 123,
    "qa_count": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.anysite.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
user
string
required

Google Maps contributor ID (numeric)

Minimum string length: 1
Example:

"116272387233618717065"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@google_user
name
string | null
image
string | null
bio
string | null
points
integer | null
local_guide_level
integer | null
is_local_guide
boolean
default:false
review_count
integer | null
photo_count
integer | null
video_count
integer | null
answer_count
integer | null
rating_count
integer | null
edit_count
integer | null
caption_count
integer | null
reported_incorrect_count
integer | null
place_added_count
integer | null
road_added_count
integer | null
fact_checked_count
integer | null
qa_count
integer | null