Evil Dead 7" 1:10 Scale Bloody Ash And Cheryl Williams Action Figure 2pk
$35
Product data
Structured NECA product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the NECA catalog — titles, images, and prices the API returns today.
Evil Dead 7" 1:10 Scale Bloody Ash And Cheryl Williams Action Figure 2pk
$35
Teenage Mutant Ninja Turtles 7” Scale Action Figure The Last Ronin (the Lost Years) Donatello (nightwatcher)
$17
Predator 2 Ultimate Shaman Predator 7 Inch Figure
$60
Neca Predator: Concrete Jungle Ultimate Stone Heart 7 Inch Scale Action Figure
$86
Back To The Future 2 Ultimate Griff 7 Inch Figure
$59
Neca Django Unchained Series 1 8" Action Figure: Django
$260
Neca Django Unchained Series 1 8" Action Figure Set Of 6
$1,800
Hocus Pocus 6” Scale Action Figure – Toony Classics Mary Sanderson
$25
Neca Elton John Live 1975 8 Inch Clothed Action Figure
$135
7" Scale Action Figure - Legacy Collection "voldemort"
$27
Sesame Street Action Figure Ultimate Big Bird 7.34" Scale
$35
Neca Aliens Figure Accessory Pack: Deluxe Creature Pack
$143
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": "NECA products",
"filters": {
"brand_ids": [
"qVP8"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="NECA products",
filters={"brand_ids": ["qVP8"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "NECA products",
filters: {
brand_ids: ["qVP8"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull NECA into agents, search, and commission-earning flows.
For NECA
Channel3 is the product graph AI shopping apps plug into. Join it once and NECA's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.