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
| {
"status": "OK",
"request_id": "c5d6e7f8-5678-9012-8901-ffffffffffff",
"data": {
"country": "US",
"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",
"hero_image": "https://m.media-amazon.com/images/S/influencer-hero-image-prod/techreviewpro_hero.jpg",
"bio": "Tech enthusiast and product reviewer. I test and share the best gadgets, accessories, and smart home devices available on Amazon.",
"follower_count": 125000,
"num_posts": 340,
"num_lists": 28,
"social_links": {
"youtube": "https://youtube.com/@techreviewpro",
"instagram": "https://instagram.com/techreviewpro",
"tiktok": "https://tiktok.com/@techreviewpro"
},
"categories": [
"Electronics",
"Smart Home",
"Computers & Accessories"
]
}
}
|