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
| {
"status": "OK",
"request_id": "b4c5d6e7-4567-8901-7890-eeeeeeeeeeee",
"data": {
"country": "US",
"total_results": 32,
"influencers": [
{
"influencer_id": "amzn1.inf.ABC123DEF456",
"name": "TechReviewPro",
"profile_url": "https://www.amazon.com/shop/techreviewpro",
"profile_image": "https://m.media-amazon.com/images/S/influencer-profile-image-prod/techreviewpro.jpg",
"bio": "Tech enthusiast sharing the best gadgets and deals on Amazon.",
"follower_count": 125000,
"num_posts": 340
},
{
"influencer_id": "amzn1.inf.GHI789JKL012",
"name": "HomeStyleGuide",
"profile_url": "https://www.amazon.com/shop/homestyleguide",
"profile_image": "https://m.media-amazon.com/images/S/influencer-profile-image-prod/homestyleguide.jpg",
"bio": "Interior design tips and home product recommendations.",
"follower_count": 89000,
"num_posts": 215
}
]
}
}
|