El Corte Inglés product data API
The ShopAPIS El Corte Inglés product data API returns price, availability, brand, third-party seller info, ratings, review count and variants for any El Corte Inglés product — as clean JSON. El Corte Inglés is Spain’s largest department store and a top-five Spanish e-commerce property, with roughly $1.8B in online sales (2025) and a notably premium average order value — higher than Amazon.es — making its catalogue a key signal for the upper end of the Spanish market.
Operating a department-store catalogue plus an open marketplace (launched 2022), El Corte Inglés spans fashion, beauty, electronics, home, gourmet food and premium brands. Because it blends first-party retail with third-party sellers and runs frequent promotions, parsing the live catalogue is the practical path to full Spanish premium-retail pricing — its seller API is gated.
Why El Corte Inglés data is hard to get
El Corte Inglés exposes only a gated seller API and serves price, stock and seller data from internal endpoints behind bot-detection, putting parse difficulty in the medium band. First-party and marketplace offers share a catalogue but differ in fields, promotions stack by campaign, and stock varies between online and store fulfilment. ShopAPIS maintains the request infrastructure and returns the full rendered product state — price, seller and availability — as flat JSON.
Data fields returned
- Identifiers — El Corte Inglés product ID, brand, model, EAN/GTIN.
- Pricing — current price, list price, discount, currency (EUR).
- Seller — first-party vs marketplace third-party seller, seller name.
- Availability — online stock, store pickup, delivery estimate.
- Ratings — average rating, review count, review samples.
- Variants — size/colour/capacity variants with per-variant price and stock.
- Media — image gallery URLs, category breadcrumb, key attributes.
Sample response
{
"platform": "elcorteingles",
"marketplace": "elcorteingles.es",
"product_id": "A45827193",
"title": "Cafetera Superautomática De'Longhi Magnifica Evo ECAM290.21.B",
"brand": "De'Longhi",
"price": { "amount": 329.00, "currency": "EUR", "list_price": 399.00 },
"seller": { "type": "first_party", "name": "El Corte Inglés" },
"availability": { "online": "in_stock", "store_pickup": true, "delivery": "24-48h" },
"rating": 4.6,
"review_count": 842,
"variant": { "color": "Negro" },
"ean": "8004399310490",
"category_path": ["Hogar", "Pequeño electrodoméstico", "Cafeteras"],
"images": ["https://sgfm.elcorteingles.es/SGFM/magnifica-evo.jpg"],
"scraped_at": "2026-06-05T11:54:00Z"
}Markets & domains covered
- Spain — elcorteingles.es (EUR), department-store catalogue plus open marketplace.
- Portugal — elcorteingles.pt (EUR), the same stack.
A single parser covers the Spanish and Portuguese instances and both first-party and marketplace listings.
Use cases
- Premium price monitoring — track upper-market pricing and promotions across fashion, beauty and electronics. Feeds price monitoring.
- Brand presence intelligence — see where premium brands list and at what price. See competitive intelligence.
- MAP enforcement — detect below-MAP pricing on branded goods. See MAP compliance.
- Catalog enrichment — pull authoritative brand and attribute data. See catalog enrichment.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/western-europe.md); El Corte Inglés ~$1.8B online sales 2025, Spain #4-5 property, marketplace since 2022 (ECDB — El Corte Inglés ).