My Hero Academia Property Of U.a. Tank Top
$17
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 Property Of U.a. Tank Top
$17
My Hero Academia Deku Lightweight Fleece Throw Blanket
$40
My Hero Academia Asui Tsuyu Hoodie
$54
My Hero Academia Bakugo Long Sleeve Graphic Tee
$30
Tamashii Nations My Hero Academia S.h.figuarts Katsuki Bakugo (the Beginning) 5.7-in Action Figure
My Hero Academia Erasers
$4
My Hero Academia Mini Plush: Ochako Uraraka
$50
Pop Animation: Mha My Hero Academia - Kyoka Jiro (guitar) (special Edition)
$100
My Hero Academia Plastic Cup
$20
My Hero Academia Bakugo & Deku T-shirt - Boxlunch Exclusive
$30
My Hero Academia All Might Sdcc 2019 Exclusive 2-inch Enamel Collector Pin
$10
My Hero Academia Toga & Ochaco T-shirt
$27
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 commission-earning flows.
For My Hero Academia
Channel3 is the product graph AI shopping apps plug into. Join it once and My Hero Academia's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.