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
| {
"status": "OK",
"request_id": "d0e1f2a3-0123-4567-3456-aaaaaaaaaaaa",
"data": {
"country": "US",
"categories": [
{
"category_id": "2335752011",
"category_name": "Electronics",
"category_url": "https://www.amazon.com/Best-Sellers-Electronics/zgbs/electronics",
"subcategories": [
{
"category_id": "172541",
"category_name": "Camera & Photo",
"category_url": "https://www.amazon.com/Best-Sellers-Camera-Photo/zgbs/photo"
},
{
"category_id": "541966",
"category_name": "Computers & Accessories",
"category_url": "https://www.amazon.com/Best-Sellers-Computers-Accessories/zgbs/pc"
}
]
},
{
"category_id": "1055398",
"category_name": "Home & Kitchen",
"category_url": "https://www.amazon.com/Best-Sellers-Home-Kitchen/zgbs/home-garden",
"subcategories": [
{
"category_id": "1063498",
"category_name": "Bedding",
"category_url": "https://www.amazon.com/Best-Sellers-Bedding/zgbs/bedding"
},
{
"category_id": "284507",
"category_name": "Bath",
"category_url": "https://www.amazon.com/Best-Sellers-Bath/zgbs/bath"
}
]
}
]
}
}
|