Product data

Dollar Tree

Structured Dollar Tree product data for search, recommendations, and AI shopping agents.

What Dollar Tree can I help you find?

In the catalog

Sample Dollar Tree products

A live slice of the Dollar Tree catalog — titles, images, and prices the API returns today.

+1.50 Diopter Non Prescription Wire Reading Glass

+1.50 Diopter Non Prescription Wire Reading Glass

Wire-frame Reading Glasses With +2.00 Diopter Magnification

Wire-frame Reading Glasses With +2.00 Diopter Magnification

Collapsible Storage Container, Assorted Designs

Collapsible Storage Container, Assorted Designs

$1

Large Rectangular Slotted Plastic Storage Baskets

Large Rectangular Slotted Plastic Storage Baskets

$2

Glow In The Dark Halloween Bat Bowl, 1-ct.

Glow In The Dark Halloween Bat Bowl, 1-ct.

$2

Plastic Christmas Theme Tumblers, Assorted Patterns, 4-pc Pack

Plastic Christmas Theme Tumblers, Assorted Patterns, 4-pc Pack

$1

My Soft Ladies One Buckle Sandal Size 7-8, 2-pc Pack

My Soft Ladies One Buckle Sandal Size 7-8, 2-pc Pack

Document And Certificate Photo Frame

Document And Certificate Photo Frame

Elementary Education Test Prep Workbook, Assorted Grades

Elementary Education Test Prep Workbook, Assorted Grades

$30

Women's Knitted Beanie Cap With Bow, Assorted Colors

Women's Knitted Beanie Cap With Bow, Assorted Colors

$36

Seasonal Collection Christmas-themed Puff Ball Toy, Assorted Designs.

Seasonal Collection Christmas-themed Puff Ball Toy, Assorted Designs.

$24

Jasmine Dragon Fruit Bubble Bath

Jasmine Dragon Fruit Bubble Bath

$1

One endpoint

Filter Dollar Tree with a brand ID

The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.

  • Normalized titles, images, and stable brand IDs
  • Live prices, availability, and merchant URLs
  • Commission-ready offers when a rate is available
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,
});

FAQs

How developers pull Dollar Tree into agents, search, and commission-earning flows.

For Dollar Tree

Do you work at Dollar Tree?

Channel3 is the product graph AI shopping apps plug into. Join it once and Dollar Tree's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.

Join the graph

Build with this catalog

1,000 free searches every month. No credit card required.