El Corte Inglés Product
El Corte Inglés Product API. Fetch a full product page from elcorteingles.es by URL or product id. Returns pricing, stock, images and identifiers via browser rendering.
Credit cost: 3 credits per call
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
query*string
Product URL or product id (A… / MP_…).
Examples:
A200910175https://www.elcorteingles.es/libros/A200910175-el-mundo-marino-nivel-3-tapa-blanda/return_page_source?boolean
When true, return the raw HTML as {"result": "..."} instead of structured JSON. Defaults to false.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v2/elcorteingles/product?query=string"{ "url": "https://www.elcorteingles.es/libros/A200910175-el-mundo-marino-nivel-3-tapa-blanda/", "brand": "VARIOS AUTORES", "price": 25.93, "title": "EL MUNDO MARINO. NIVEL 3 (Tapa blanda)", "currency": "EUR", "in_stock": true, "image_url": "https://dam.elcorteingles.es/producto/www-001025505053840-00.jpg", "old_price": 27.3, "product_id": "A200910175", "availability": "in_stock", "discount_percentage": 5}{ "error": "Bad Request"}{ "error": "Invalid API Key"}{ "error": "Payment required"}{ "error": "Rate limit exceeded for the API key: quota monthly"}{ "error": "Internal Error"}