cURL
curl --request POST \ --url https://api.scrapetable.com/maps/search \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "query": "food", "limit": "10", "country": "us", "lang": "en", "lat": "51.5072", "lng": "0.12", "offset": "0", "zoom": "13", "flatten": false }'
{}
"food"
"10"
"us"
"en"
"51.5072"
"0.12"
"0"
"13"
false
Successful response
The response is of type object.
object