YouTube Channel Store API
YouTube channel store API — merchandise listings with titles, prices, and URLs. Creator monetization analysis from $0.01/call.
Fetch merchandise and store items listed on a YouTube channel's store tab. Returns product details including title, price, and URL.
Try it live
Fill in the fields and hit Run to see a real response.
{
"ok": true,
"data": {
"data": [
{
"title": "...",
"price": "$24.99",
"url": "..."
}
]
}
}Features
Send a channel ID to /v1/youtube/channel-store to fetch the products listed on a creator's store tab, returned as a data array.
Each item carries title, price (e.g. $24.99), and a url, so you get the full listing detail per product.
Pulls the structured product data straight from a channel's store tab without scraping the storefront yourself.
Returns listings for any creator who has connected a merchandise store to their channel.
Use cases
Merch Tracking
Track merchandise offerings across YouTube channels for competitive intelligence.
Creator Monetization
Analyze how creators monetize through merchandise and product offerings.
Price Monitoring
Monitor merchandise prices across multiple creator stores.
Quick start
Copy this snippet and start making calls.
const res = await fetch('https://api.yepapi.com/v1/youtube/channel-store', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"id": "UCAuUUnT6oDeKwE6v1NGQxug"
}),
});
const data = await res.json();
console.log(data);The YouTube Channel Store API — a creator's merch listings
The YouTube Channel Store API returns the products on a creator's store tab. Send a channel ID to /v1/youtube/channel-store and get a data array of merchandise items, each with a title, price (e.g. $24.99), and url. It's the only endpoint in the suite that reads a creator's commerce, not their content.
At $0.01 per call it's the data source for creator-monetization research and merch competitive intelligence — track what creators sell, at what prices, and how their storefronts change over time, without scraping the storefront yourself.
What is a YouTube Channel Store API?
A YouTube Channel Store API returns the merchandise a creator lists on their channel's store tab, as structured JSON. For a channel ID you get a data array where each product has a title, price, and url. It's a commerce endpoint rather than a content one — instead of videos or comments, it reads what a creator sells. Many creators monetize through merch, and the store tab is where those products surface; this endpoint turns that storefront into clean data you can track, compare, and analyze, without parsing the storefront's HTML yourself.
Build your own creator-monetization analyzer
Study how creators in a niche monetize: pull store listings across channels and compare what they sell, the price points they target, and how many SKUs they offer — a window into merch strategy you can't get from view counts. Monitor a competitor's store on a schedule, diffing snapshots to catch new product drops or price changes. For a creator-commerce marketplace, aggregate store listings across many channels into a searchable product directory. Pair store data with the Channel About endpoint's subscriber count to correlate audience size with merch breadth.
YouTube Channel Store API pricing — $0.01/call
Each store fetch costs $0.01 and returns the channel's product listings in one call. There's no daily quota, so monitoring a set of creator stores daily for price and product changes is a few cents. The official Data API has no concept of a channel store, so this is the only programmatic way to read creator merchandise — a flat cent per call for commerce data the official API doesn't expose at all.
Store as the commerce layer of creator data
Most of the YouTube suite measures content and audience; Channel Store adds the commercial dimension. Combine it with Channel About (subscriber count, total views) and Channel Videos (output volume) and you can correlate a creator's reach and activity with how aggressively they sell — the foundation of real creator-economy analysis. It's a distinct, complementary signal, available on the same YepAPI key as every other channel, video, and search endpoint in the suite.
Try the YouTube Channel Store API free
Sign up for $5 in free credit, no card required — 500 store lookups. Pull a creator's merch listings and inspect the titles and prices before building your monetization research.
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 merchandise and store items listed on a YouTube channel's store tab. Returns product details including title, price, and URL.
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/youtube/channel-store. 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 youtube api endpoints
Search
$0.01YouTube search API — find videos, channels, and playlists with filters for date, duration, and type. Structured JSON results from $0.01/call.
Video Details
$0.02Full YouTube video metadata — title, views, likes, description, keywords, thumbnails, and available formats. Video intelligence from $0.02/call.
Comments
$0.01YouTube comments API — fetch top-level comments and replies with author info, likes, and timestamps. Sentiment analysis and engagement research from $0.01/call.