My Hero Academia Erasers
$4
Product data
Structured My Hero Academia product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the My Hero Academia catalog — titles, images, and prices the API returns today.
My Hero Academia Erasers
$4
My Hero Academia Deku Costume Built-up Backpack
$52
My Hero Academia Collectible Card Game Set 6: Jet Burn W/ Ochaco Uraraka Playmat
$90
Mirio Togata Lemillion Short-sleeve T-shirt
$20
My Hero Academia Homeway Return Blind Box
$12
My Hero Academia Bakugo & Deku T-shirt - Boxlunch Exclusive
$30
My Hero Academia Class 1a Basketball
$85
My Hero Academia Purple Long Sleeve T-shirt
$15
My Hero Academia Deku Hero T-shirt
$24
Tamashii Nations My Hero Academia S.h.figuarts Armored All Might 10-in Action Figure
$120
Primitive X My Hero Academia Katsuki Bakugo White T-shirt
$15
My Hero Academia Card Game Set 6 – Jet Burn Clash
$23
One endpoint
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "My Hero Academia products",
"filters": {
"brand_ids": [
"WcXy"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="My Hero Academia products",
filters={"brand_ids": ["WcXy"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "My Hero Academia products",
filters: {
brand_ids: ["WcXy"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull My Hero Academia into agents, search, and affiliate flows.
For My Hero Academia
Channel3 can help My Hero Academia show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.