local.pois
Fetch detailed information for multiple location IDs to enhance local search results and business data retrieval.
Instructions
Brave Local Search POIs: fetch extra info for up to 20 location ids
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ids | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ids": {
"items": {
"type": "string"
},
"maxItems": 20,
"minItems": 1,
"type": "array"
}
},
"required": [
"ids"
],
"type": "object"
}