POST
/
extract
/
search
/
maps
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v3/extract/search/maps \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "edgeId": "<string>",
  "hl": "en",
  "isGetHealthEdge": true,
  "ll": "37.7822392,-122.4642121,13z",
  "num": 50,
  "start": 0,
  "timeout": 25000,
  "q": "restaurants near San Francisco"
}'
{
  "status": 1,
  "taskId": "string",
  "url": "string",
  "errorMessage": "string",
  "html": "string",
  "data": {
    "organicResults": [
      {
        "place_id": "0x808f7e3c8b5b7e93:0x7e267bfa507a2912",
        "name": "Lazy Bear",
        "about": null,
        "rating": 4.8,
        "number_of_reviews": 1122,
        "borough": "Mission District",
        "street_addr": "3416 19th St",
        "street_addr_supplement": null,
        "city": "San Francisco",
        "postal_code": "94110",
        "...": "[Additional Properties Truncated]"
      }
    ]
  }
}

Credit Consumption

1.5 Credits/Per Request

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

Information for API task submission

The body is of type object.

Response

200 - application/json

Successful return example

The response is of type object.