Lr Home Maria Striped 4 Pack Placemat
$20
Product data
Structured RugStudio product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the RugStudio catalog — titles, images, and prices the API returns today.
Lr Home Maria Striped 4 Pack Placemat
$20
Lr Home Ashford 12" Handmade Cotton Blend Pouf In Brown/natural/orange
$99
Lr Home Jane Geometric Square Throw Pillow
$33
Cortico 6156 Blue Heather Wool Area Rug
$1,449
Lr Home Modern Geometric 24"x36" Indoor Outdoor Rectangular Accent Rug
$35
Rugstudio Sample Sale 217685 Brown - Beige Area Rug Last Chance
$47
Rugstudio Sample Sale 180390 Tangerine Area Rug Last Chance
$20
Rugstudio Sample Sale 117852 Area Rug Last Chance
$45
Rugstudio Sample Sale 256000r Blue - Sand Area Rug Last Chance
$59
Marina 8' X 10' Indoor/outdoor Area Rug
$154
Rugstudio Sample Sale 108065 Multi Area Rug Last Chance
$30
Rugstudio Sample Sale 254148r Blue Area Rug Last Chance
$115
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": "RugStudio products",
"filters": {
"brand_ids": [
"zyH5"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="RugStudio products",
filters={"brand_ids": ["zyH5"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "RugStudio products",
filters: {
brand_ids: ["zyH5"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull RugStudio into agents, search, and commission-earning flows.
For RugStudio
Channel3 is the product graph AI shopping apps plug into. Join it once and RugStudio's catalog becomes available to every assistant, search engine, and agent that sources products through the graph — read-only, no technical work.