Better Fetch
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 item

Available

Marketplace 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"}}'

Tool: facebook_marketplace_scraper