facebook_marketplace_search
ActiveTool of io.github.CDCStream/captapi
declared in 0.1.0
Search Facebook Marketplace listings by keyword and location. Costs ~28 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"q",
"location"
],
"properties": {
"q": {
"type": "string",
"description": "Product or keyword to search for (min 2 chars)."
},
"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 20, max 200. Billed per result."
},
"details": {
"type": "string",
"description": "Set true to fetch full description, photos and coordinates per listing (slower, costs more)."
},
"location": {
"type": "string",
"description": "City or place name, e.g. 'Austin, TX'."
}
},
"additionalProperties": false
}Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries