Roman Green Cotton V‑neck Button Pocket Dress
£48
Product data
Structured Roman product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Roman catalog — titles, images, and prices the API returns today.
Roman Green Cotton V‑neck Button Pocket Dress
£48
Floral Print Stretch Midi Dress
£50
Petite Ponte Stretch Midi Skirt
£23
Abstract Ric Rac Maxi Dress
£41
Cotton Button Through Shirred Vest Top
£14
Embellished Beaded V-neck Jumpsuit | Roman
£90
Curve Elastic Waist Floral A Line Maxi Skirt
£12
Roman Green Bow Hotfix Cold Shoulder Blouse
£45
Roman Blue Textured V‑neck Blouse
£32
Roman Blue Curve Buttoned Stretch Blouse
£42
Square-neck Slim Dress (sl) [black]
€205
Magenta Textured Leaf Print Vest Top
£20
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": "Roman products",
"filters": {
"brand_ids": [
"FiLf"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Roman products",
filters={"brand_ids": ["FiLf"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Roman products",
filters: {
brand_ids: ["FiLf"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Roman into agents, search, and affiliate flows.
For Roman
Channel3 can help Roman show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.