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
31
32
33
34
35
36
37
38
39
40
41
42
| {
"status": "OK",
"request_id": "c3d4e5f6-a7b8-9012-cdef-123456789012",
"data": {
"asin": "B0BSHF7WHW",
"product_title": "Apple AirPods Pro (2nd Generation) Wireless Earbuds",
"product_url": "https://www.amazon.com/dp/B0BSHF7WHW",
"total_offers": 24,
"offers": [
{
"offer_id": "eHR6bXVYa0...",
"price": "$189.99",
"currency": "USD",
"condition": "New",
"condition_details": "Brand New, Factory Sealed",
"delivery": "FREE delivery Thu, Mar 12",
"seller_name": "Amazon.com",
"seller_id": "ATVPDKIKX0DER",
"seller_rating": "4.8",
"seller_num_ratings": 1250000,
"is_prime": true,
"is_fulfilled_by_amazon": true,
"is_buy_box_winner": true
},
{
"offer_id": "a8k3mNxp2...",
"price": "$195.50",
"currency": "USD",
"condition": "New",
"condition_details": "Brand New",
"delivery": "Delivery Mar 14 - 17",
"seller_name": "TechDeals Plus",
"seller_id": "A2L77EE7U53HIF",
"seller_rating": "4.5",
"seller_num_ratings": 8742,
"is_prime": false,
"is_fulfilled_by_amazon": false,
"is_buy_box_winner": false
}
]
}
}
|