cURL
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 } ]'
{}
"real estate"
"10"
"us"
"en"
"40.7128"
"-74.0060"
"0"
"13"
false
Successful response
The response is of type object.
object