Amazon Influencer API
Get an Amazon influencer's storefront profile. Creator research from $0.01/call.
Fetch profile metadata for an Amazon influencer's storefront (amazon.com/shop/<name>). Returns profile link, affiliate status, and whether the creator has curated idea lists.
Try it live
Fill in the fields and hit Run to see a real response.
{
"ok": true,
"data": {
"status": "OK",
"data": {
"name": null,
"country": "US",
"domain": "www.amazon.com",
"profile_link": "https://www.amazon.com/shop/amazonhaul",
"affiliate_status": null,
"has_curations": false
}
}
}Features
A single /v1/amazon/influencer call returns profile metadata for an Amazon influencer storefront looked up by influencer_name (the /shop/<name> handle).
Returns the canonical profile_link to the creator's storefront (e.g. https://www.amazon.com/shop/amazonhaul), giving you a stable URL to track or link to.
Surfaces the creator's affiliate_status field so you can see whether the storefront is an active affiliate before reaching out.
The has_curations boolean tells you whether the creator has published curated idea lists — a quick signal of how active the storefront is.
Returns the resolved country and domain for the storefront and supports lookups across regional marketplaces.
Use cases
Creator Research
Vet Amazon influencers for partnership outreach.
Storefront Monitoring
Track which Amazon creators are actively curating.
Quick start
Copy this snippet and start making calls.
const res = await fetch('https://api.yepapi.com/v1/amazon/influencer', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"influencer_name": "amazonhaul"
}),
});
const data = await res.json();
console.log(data);The Amazon Influencer API for storefront research
The YepAPI Amazon Influencer API fetches profile metadata for an Amazon creator's storefront. Look up an influencer_name handle (the amazon.com/shop/<name> slug) via /v1/amazon/influencer and get back the canonical profile_link, affiliate_status, a has_curations flag, and the resolved country and domain — at $0.01 per call.
This is creator-research data, distinct from the product and seller endpoints. It answers "is this storefront real, active, and curating" rather than anything about products or pricing — the first step in vetting Amazon influencers for partnership outreach.
What is an Amazon Influencer API?
An Amazon Influencer API returns metadata about a creator's Amazon storefront — the /shop/<name> pages that influencers use to curate product recommendations. Given a storefront handle, it resolves the canonical storefront URL, the creator's affiliate status, whether they've published curated idea lists, and the marketplace they operate in. It exists because vetting creators one storefront at a time in a browser doesn't scale: a programmatic lookup lets partnership teams confirm a handle is valid and active before investing in outreach.
Build your own creator-research tool
Feed a list of storefront handles into /v1/amazon/influencer and enrich each with its canonical profile_link, affiliate_status, and has_curations flag to score outreach targets. Use the flag to prioritize creators who actively curate, and the resolved country to segment by market. It pairs naturally with the YepAPI SERP and scraping endpoints for broader creator discovery, all on one key — no separate influencer-data vendor required.
Amazon Influencer API pricing — $0.01 per call
Influencer lookups cost $0.01 per call. With no quotas or monthly minimums, screening a list of hundreds of creator handles is just count × $0.01 — cheap enough to enrich an entire outreach list in one batch. The realistic alternative here is manual research, which isn't programmatic and doesn't scale; YepAPI's per-call rate turns storefront vetting into a routine enrichment step.
Storefront vetting and outreach prioritization
What makes this endpoint distinct is its audience: it's for partnership and creator-marketing teams, not catalog or pricing workflows. The has_curations flag and affiliate_status are the two signals that matter most for outreach — they tell you whether a storefront is worth contacting before you spend time on it. Use them to filter a long list of handles down to the active, curating creators most likely to convert into partners.
Try the Amazon Influencer API free
Get $5 in free credit — no card required — to enrich a batch of storefront handles and test the affiliate and curation signals on real profiles. The same key covers YepAPI's SERP and scraping endpoints for wider creator discovery.
Start making API calls in 30 seconds
$5 free credit on signup. No credit card required. Pay per call.
What developers say
“Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
Frequently asked questions
Fetch profile metadata for an Amazon influencer's storefront (amazon.com/shop/<name>). Returns profile link, affiliate status, and whether the creator has curated idea lists.
Each API call costs $0.01. No monthly minimums or subscriptions — you only pay for what you use.
Sign up for a free API key, then send a POST request to /v1/amazon/influencer. Check the code example above for a ready-to-use snippet in JavaScript, cURL, or Python.
YepAPI bundles SEO, AI, and web scraping APIs under one key with no monthly minimums. You get lower per-call pricing, a unified dashboard, and one billing account instead of managing multiple providers.
Ready to integrate?
Get your API key and start making calls in 30 seconds. $5 free credit on signup — no credit card required.
More amazon api endpoints
Search
$0.01Search Amazon for products by keyword with price, rating, Prime, and deal filters. Real-time catalog from $0.01/call.
Product
$0.02Get full Amazon product details for any ASIN — 50+ fields with pricing, images, specs, and description from $0.02/call.
Reviews
$0.01Get Amazon product reviews with ratings, verified-purchase filter, and pagination from $0.01/call.