American Eagle Womens Slim Jeans W29 L32 Blue Cotton
€12
Product data
Structured American Eagle Outfitters product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the American Eagle Outfitters catalog — titles, images, and prices the API returns today.
American Eagle Womens Slim Jeans W29 L32 Blue Cotton
€12
100% Cotton Blue Jeans Size 2
$9
American Eagle Outfitters Blue Jeans Size 6
$15
Animal Print Gray Pullover Sweater
$23
American Eagle Outfitters Blue Denim Shorts
$10
Black Jeans
$21
Hearts Blue Jeans
$13
American Eagle Outfitters Green Skort Size S
$11
100% Cotton Yellow 3/4 Sleeve Blouse
$11
Stripes Green Pullover Sweater
$12
American Eagle Outfitters Hearts Burgundy Romper Size Xxl
$21
Stripes Blue Blazer
$18
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": "American Eagle Outfitters products",
"filters": {
"brand_ids": [
"qqPI"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="American Eagle Outfitters products",
filters={"brand_ids": ["qqPI"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "American Eagle Outfitters products",
filters: {
brand_ids: ["qqPI"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull American Eagle Outfitters into agents, search, and affiliate flows.
For American Eagle Outfitters
Channel3 can help American Eagle Outfitters show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.