Early BetaYou're using an early version of Scraper.bot.Submit a trouble ticket
Back to templates
E-commerceextract
4.8
3.2k uses

Amazon Product Scraper

Extract product listings from Amazon search results including title, price, rating, review count, and product URL

Target URL
https://www.amazon.com/s?k=wireless+headphonesVisit Site
Steps
1

Go to Amazon search results

navigate

2

Wait for product grid to load

wait

3

Extract product listings

extract

FieldSelectorTransform
titleh2 a spantext
price.a-price .a-offscreentext
rating.a-icon-alttext
reviewCount.a-size-base.s-underline-texttext
urlh2 aurl
image.s-imageurl
4

Scroll to load more products

scroll

5

Check for next page

condition

Condition: .s-pagination-next
Go to next page.s-pagination-next
Output Schema
FieldType
titlestring
pricestring
ratingstring
reviewCountstring
urlstring
imagestring
Example Output
titlepriceratingreviewCounturlimage
Sony WH-1000XM5 Wireless Headphones$278.004.6 out of 5 stars12,847/dp/B09XS7JWHHhttps://m.media-amazon.com/images/I/51aYfkJTb-L.jpg
Apple AirPods Pro (2nd Generation)$189.994.7 out of 5 stars98,231/dp/B0BDHWDR12https://m.media-amazon.com/images/I/61SUj2a-hEL.jpg
Bose QuietComfort Ultra Headphones$349.004.5 out of 5 stars8,439/dp/B0CCZ26B5Vhttps://m.media-amazon.com/images/I/51QcNxJMt8L.jpg
API Endpoint
curl -X POST https://api.scraper.bot/v1/flows \
  -H "Authorization: Bearer scr_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "tmpl-amazon-products",
    "url": "https://www.amazon.com/s?k=wireless+headphones"
  }'

Command Palette

Search for a command to run...