Neca - Elvira 8” Clothed Action Figure - Commando Elvira
$45
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.
Neca - Elvira 8” Clothed Action Figure - Commando Elvira
$45
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
Neca Aliens Figure Accessory Pack: Deluxe Creature Pack
$143
7" Scale Action Figure - Legacy Collection "voldemort"
$27
Predator 2 Ultimate Shaman Predator 7 Inch Figure
$60
M3gan 7-inch Scale Ultimate Action Figure
$40
Neca 1 Ct Musical Dancing Interactive Plush Toy Brown 8 Inch
Gremlins Dancing Gizmo Plush
$25
Sesame Street Action Figure Ultimate Big Bird 7.34" Scale
$35
Neca Predator: Concrete Jungle Ultimate Stone Heart 7 Inch Scale Action Figure
$86
Neca Django Unchained Series 1 8" Action Figure: Broomhilda
$1,200
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 affiliate flows.
For NECA
Channel3 can help NECA show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.