Bunny Hop Kitchen Towel
Product data
C&F Home
Structured C&F Home product data for search, recommendations, and AI shopping agents.
What C&F Home can I help you find?
In the catalog
Sample C&F Home products
A live slice of the C&F Home catalog — titles, images, and prices the API returns today.
Every Bunny Welcome Kitchen Towel
Chandler Cove Table Linens - Hardboard Placemat Set Of 6
$59
Clayton Dune 12 In. X 24 In. Tan Standard Pillow
$22
Christopher Forest Rectangle Place Mat 6-pack
$65
Nautical Seahorse Coastal Throw Pillow
$52
"lovin' The Flip Flop Life" Coastal Throw Pillow
$36
Franklin 2-piece Valance Set
$55
Hippity Hoppity Easter Truck Embroidered Spring Table Runner 13" X 72"
$29
Coral Cove Coastal Quilt Set With Shams
$176
"no Way" Decorative 100% Cotton Waffle Weave Dishtowel
$15
Berries Tree Pillow
$27
One endpoint
Filter C&F Home 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": "C&F Home products",
"filters": {
"brand_ids": [
"1Xz4"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="C&F Home products",
filters={"brand_ids": ["1Xz4"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "C&F Home products",
filters: {
brand_ids: ["1Xz4"],
},
limit: 20,
});Categories
Broader product-data APIs for the same shopping workflows.
More brands
Other large catalogs available through the same API.
FAQs
How developers pull C&F Home into agents, search, and commission-earning flows.
For C&F Home
Do you work at C&F Home?
Channel3 is the product graph AI shopping apps plug into. Join it once and C&F Home's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.