1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| {
"status": "OK",
"request_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"data": {
"total_results": 5000,
"country": "US",
"domain": "www.amazon.com",
"products": [
{
"asin": "B0BSHF7WHW",
"product_title": "Apple AirPods Pro (2nd Generation) Wireless Earbuds",
"product_price": "$189.99",
"product_original_price": "$249.00",
"currency": "USD",
"product_star_rating": "4.7",
"product_num_ratings": 85420,
"product_url": "https://www.amazon.com/dp/B0BSHF7WHW",
"product_photo": "https://m.media-amazon.com/images/I/61SUj2aKoEL._AC_SL1500_.jpg",
"product_num_offers": 12,
"product_availability": "In Stock",
"is_best_seller": true,
"is_amazon_choice": false,
"is_prime": true,
"climate_pledge_friendly": true,
"sales_volume": "50K+ bought in past month",
"delivery": "FREE delivery Thu, Mar 12"
}
]
}
}
|