Ads and commerce1 runnable operations
Amazon Shop reference
Public creator storefront metadata and product links from Amazon Shop pages.
Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.
Amazon Shop page
AvailableAmazon Shop page from public Amazon Shop surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/amazon_shop_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"url":"amazon.com/shop/sydneydelrey","max_collections":20,"max_trending":16}}'Tool: amazon_shop_scraper