L.l.bean Mens Quilted Sweatshirt
$35
Product data
Structured L.L.Bean product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the L.L.Bean catalog — titles, images, and prices the API returns today.
L.l.bean Mens Quilted Sweatshirt
$35
Toddlers' L.l.bean Flannel Pajamas
$24
Women's Mountain Classic Anorak, Multi-color
$35
All-weather Garden Bench
$480
Lakewashed Performance Short Sleeve Woven Shirt
$32
Heavyweight Recycled Waterhog Stair Tread, Geometric Rings
$75
Waxed-canvas Log Carrier
$80
Happy Feet Comfort Mat, Floral
$70
Ultrasoft Comfort Flannel Comforter Cover Collection, Stripe
$130
Baffle Box Stitch Goose Down Comforter, Warm
$420
Ultrasoft Comfort Flannel Sheet Set, Stripe
$200
280-thread-count Pima Cotton Percale Sheet, Flat
$90
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": "L.L.Bean products",
"filters": {
"brand_ids": [
"BTmN"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="L.L.Bean products",
filters={"brand_ids": ["BTmN"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "L.L.Bean products",
filters: {
brand_ids: ["BTmN"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull L.L.Bean into agents, search, and affiliate flows.
For L.L.Bean
Channel3 can help L.L.Bean show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.