Pittsburgh Pirates 500-piece Joe Journeyman Puzzle
$25
Product data
Structured YouTheFan product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the YouTheFan catalog — titles, images, and prices the API returns today.
Pittsburgh Pirates 500-piece Joe Journeyman Puzzle
$25
Pittsburgh Pirates Purebred Fans 18'' X 24'' A Real Nailbiter 500-piece Puzzle
$32
Youthefan Philadelphia Flyers 3d Logo Series Ornament
$18
Youthefan Kentucky Wildcats 500 Piece Retro Series Puzzle
$35
Military Stainless Steel Grill Spatula
$25
Memphis Tigers 2' X 3' Cornhole Boards
$150
Sportula Specialty Stainless Steel Brown/silver Grill Tongs
$25
Sportula Ncaa Stainless Steel Brown/silver Grill Tongs
$25
Sportula Ncaa Stainless Steel Brown/silver Grill Spatula 1 Pc
$25
Chicago Cubs Spirit Series 3‑piece Bbq Set
$126
Youthefan Nfl Miami Dolphins 4 In. Metallics Coasters (set Of 4) 7012612
$14
Nfl Green Bay Packers Spirit Series 3-piece Bbq Set
$34
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": "YouTheFan products",
"filters": {
"brand_ids": [
"F8A5"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="YouTheFan products",
filters={"brand_ids": ["F8A5"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "YouTheFan products",
filters: {
brand_ids: ["F8A5"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull YouTheFan into agents, search, and commission-earning flows.
For YouTheFan
Channel3 is the product graph AI shopping apps plug into. Join it once and YouTheFan's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.