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
43
44
45
46
47
48
49
| {
"status": "OK",
"request_id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"data": {
"asin": "B0BSHF7WHW",
"product_title": "Apple AirPods Pro (2nd Generation) Wireless Earbuds",
"product_price": "$189.99",
"product_original_price": "$249.00",
"currency": "USD",
"country": "US",
"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_photos": [
"https://m.media-amazon.com/images/I/61SUj2aKoEL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/71bhWgQK-cL._AC_SL1500_.jpg"
],
"product_description": "AirPods Pro feature up to 2x more Active Noise Cancellation...",
"about_product": [
"Active Noise Cancellation reduces unwanted background noise",
"Adaptive Transparency lets outside sounds in",
"Personalized Spatial Audio with dynamic head tracking"
],
"product_information": {
"Brand": "Apple",
"Model Name": "AirPods Pro",
"Color": "White",
"Form Factor": "In Ear",
"Connectivity Technology": "Wireless"
},
"product_details": {
"Manufacturer": "Apple Computer",
"ASIN": "B0BSHF7WHW",
"Item Weight": "1.79 ounces",
"Date First Available": "September 22, 2022"
},
"customers_say": "Customers like the sound quality, comfort, and noise cancellation.",
"category_path": [
{ "id": "electronics", "name": "Electronics" },
{ "id": "headphones", "name": "Headphones" }
],
"product_availability": "In Stock",
"is_best_seller": true,
"is_prime": true,
"sales_volume": "50K+ bought in past month",
"delivery": "FREE delivery Thu, Mar 12"
}
}
|