Piloterr

El Corte Inglés Search

GET
/v2/elcorteingles/search

El Corte Inglés Search API. Search product listings on elcorteingles.es by keyword or URL. Returns prices, brands, images and pagination via webunlocker.

Credit cost: 3 credits per call

Authentification

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Paramètres de requête

query*string

Search keyword or full El Corte Inglés search URL.

Examples:

marino
https://www.elcorteingles.es/search-nwx/?s=marino&stype=text_box

Use El Corte Inglés Product on any result url or product_id for full PDP data.

page?number

1-based page number. Overrides /search-nwx/{page}/ when present in the URL (default: from URL or 1).

Range1 <= value <= 500
return_page_source?boolean

When true, return the raw HTML as {"result": "..."} instead of structured JSON. Defaults to false.

Corps de la réponse

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/elcorteingles/search?query=string"
{  "results": [    {      "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",      "image_url": "https://dam.elcorteingles.es/producto/www-001025505053840-00.jpg",      "old_price": 27.3,      "product_id": "A200910175",      "discount_percentage": 5    },    {      "url": "https://www.elcorteingles.es/libros/A200910168-el-mundo-marino-nivel-1-tapa-blanda/",      "brand": "VARIOS AUTORES",      "price": 25.93,      "title": "EL MUNDO MARINO. NIVEL 1  (Tapa blanda)",      "currency": "EUR",      "image_url": "https://dam.elcorteingles.es/producto/www-001025505053774-00.jpg",      "old_price": 27.3,      "product_id": "A200910168",      "discount_percentage": 5    },    {      "url": "https://www.elcorteingles.es/moda-mujer/A56842226-azul-marino-pr-bralette-lift/",      "brand": "Tommy Hilfiger",      "color": "Azul marino",      "price": 23,      "title": "Bralette Lift Azul marino",      "images": [        "https://dam.elcorteingles.es/producto/www-001027908302584-00.jpg",        "https://dam.elcorteingles.es/producto/www-001027908302584-01.jpg",        "https://dam.elcorteingles.es/producto/www-001027908302584-02.jpg",        "https://dam.elcorteingles.es/producto/www-001027908302584-s0.jpg"      ],      "currency": "EUR",      "image_url": "https://dam.elcorteingles.es/producto/www-001027908302584-00.jpg",      "old_price": 47.9,      "product_id": "A56842226",      "discount_percentage": 52    },    {      "url": "https://www.elcorteingles.es/parafarmacia/A15542120-8436601105844-pr-180-comprimidos-colageno-marino-collmar-drasanvi/",      "brand": "Drasanvi",      "price": 11.35,      "title": "180 Comprimidos Colágeno Marino Collmar Drasanvi",      "currency": "EUR",      "image_url": "https://dam.elcorteingles.es/producto/www-001026358100498-00.jpg",      "product_id": "A15542120"    }  ],  "pagination": {    "next": "https://www.elcorteingles.es/search-nwx/2/?s=marino&stype=text_box",    "page": 1,    "per_page": 12,    "total_pages": 1314,    "total_results": 15761  }}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}