POST
/
maps
/
search-bulk
curl --request POST \
  --url https://api.scrapetable.com/maps/search-bulk \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '[
  {
    "query": "real estate",
    "limit": "10",
    "country": "us",
    "lang": "en",
    "lat": "40.7128",
    "lng": "-74.0060",
    "offset": "0",
    "zoom": "13",
    "flatten": false
  }
]'
{}

This endpoint costs 50 credits per lat/long search.

Authorizations

api-key
string
header
required

Body

application/json · object[]
query
string
Example:

"real estate"

limit
string
Example:

"10"

country
string
Example:

"us"

lang
string
Example:

"en"

lat
string
Example:

"40.7128"

lng
string
Example:

"-74.0060"

offset
string
Example:

"0"

zoom
string
Example:

"13"

flatten
boolean
Example:

false

Response

200 - application/json
Successful response

The response is of type object.