Ads and commerce3 runnable operations
Facebook Marketplace reference
Location discovery, listing search, and item details from public Facebook Marketplace surfaces.
Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.
Marketplace location search
AvailableMarketplace location search from public Facebook Marketplace surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_marketplace_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"location_search","query":"Brisbane, Queensland, Australia"}}'Marketplace search
AvailableMarketplace search from public Facebook Marketplace surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_marketplace_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"search","query":"Brisbane bicycle","count":10}}'Marketplace item
AvailableMarketplace item from public Facebook Marketplace surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_marketplace_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"item","id":"2018408122382767"}}'