facebook_marketplace_location_search
ActiveTool of io.github.CDCStream/captapi
declared in 0.1.0
Find Facebook Marketplace location candidates for a city or place query. Pass details=true for latitude/longitude (doubles cost to 34). Costs ~17 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "City/place search query, e.g. Austin."
},
"cache": {
"type": "boolean",
"description": "Set true to serve from the 24h response cache. Default false — always fetch fresh data."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Max items to return. Default 10, max 50. Flat 17 credits per call."
},
"details": {
"type": "string",
"description": "Set true to include latitude/longitude per location (slower; doubles cost to 34 credits)."
}
},
"additionalProperties": false
}Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries