Christmas-themed Plastic Container With Lid
$54
Product data
Structured Dollar Tree product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Dollar Tree catalog โ titles, images, and prices the API returns today.
Christmas-themed Plastic Container With Lid
$54
Translucent Plastic Storage Container With Clip-lock Lid
$27
Brightly-colored Battery-operated Mini Desk Fan
$2
Hexagon Shape Cosmetics Organizer
$1
Spring Fling Paper Napkins
$2
Gold Metallic Plastic Charger Plate
$2
Bermuda Blue Citrus Laundry Detergent Sheets, 15 Ct.
$36
Plastic Oval Carry Totes
$72
Fall-themed Decorative Storage Bin, Assorted Colors, 1-ct.
$18
Rectangular Translucent Plastic Storage Containers With Lids
$36
Tropical Party Plastic Tumblers With Screw-on Lids And Straws, 18-oz.
$2
Plastic Dispensers With Pumps, 2.5 Oz.
$1
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": "Dollar Tree products",
"filters": {
"brand_ids": [
"tMh5"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Dollar Tree products",
filters={"brand_ids": ["tMh5"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Dollar Tree products",
filters: {
brand_ids: ["tMh5"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Dollar Tree into agents, search, and affiliate flows.
For Dollar Tree
Channel3 can help Dollar Tree show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.