The El Corte Inglés Product API returns a full product page from El Corte Inglés Spain. Pass a product URL or a product id (A… / MP_…) and receive structured JSON with price, stock, brand, images, description and identifiers.
Browser rendering is used so the product page loads correctly. Costs 3 credits per call.
Discover products first with El Corte Inglés Search, then call this endpoint for the full record.
GET https://api.piloterr.com/v2/elcorteingles/product?query=https://www.elcorteingles.es/libros/A200910175-el-mundo-marino-nivel-3-tapa-blanda/
GET https://api.piloterr.com/v2/elcorteingles/product?query=A200910175
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Product URL or product id (A… / MP_…) |
return_page_source |
boolean |
no |
Raw HTML as {\"result\": \"...\"} (default: false) |
| Field |
Type |
Description |
product_id |
string |
Product id (A… or MP_…) |
title |
string |
Product title |
url |
string |
Canonical product URL |
description |
string | null |
Long product description |
image_url |
string | null |
Main image |
images |
string[] | null |
Gallery URLs |
price |
number | null |
Current price |
old_price |
number |
Previous price when on promo |
discount_percentage |
number |
Discount percent when on promo |
currency |
string |
ISO currency (EUR) |
brand |
string | null |
Brand |
color |
string | null |
Selected color |
category |
string | null |
Category path |
gtin |
string | null |
EAN / GTIN when available |
sku |
string | null |
Internal SKU |
reference |
string | null |
Catalog reference |
seller |
string | null |
Seller / marketplace provider |
in_stock |
boolean | null |
Availability flag |
availability |
string | null |
in_stock or out_of_stock |
attributes |
object[] | null |
Spec name/value pairs when exposed |
- El Corte Inglés Search to discover products
- El Corte Inglés Product for full product JSON (this endpoint)
| Code |
Meaning |
400 |
Missing or invalid query |
404 |
Product not found or page not parseable |
500 |
Rendering or parsing error |
- Spain only (
elcorteingles.es).
- Passing an id alone may first resolve the product URL via search, then load the product page.
- Some fields (
attributes, multi-image gallery, promo fields) can be partial depending on the page.
- Costs 3 credits per call (browser rendering).
- PDP enrichment: title, price, stock, images and identifiers
- Price monitoring: track individual product price changes
- Catalog sync: structured retail data for CRM and pricing tools