Amazon ShopAvailable now
Amazon Shop Amazon Shop page
Amazon Shop page from public Amazon Shop surfaces, returned as structured data for agents, research, and monitoring workflows.
REST
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}}'MCP
1. Call search_tools for "Amazon Shop Amazon Shop page"
2. Call run_tool with:
name: "amazon_shop_scraper"
input: {
"url": "amazon.com/shop/sydneydelrey",
"max_collections": 20,
"max_trending": 16
}