# El Corte Inglés Product Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/el-corte-ingles/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/el-corte-ingles-search | ## Description Search El Corte Inglés products by keyword and get real-time prices, ratings, availability, brand, and images from elcorteingles.es as structured JSON. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/el-corte-ingles/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Search 'aspiradora dyson' in electrodomesticos ```json { "meta": { "query": "aspiradora dyson", "category": "electrodomesticos", "total_pages": 2, "current_page": 1, "has_next_page": true, "total_results": 38 }, "results": [ { "id": "B48531285", "ean": "5025155068939", "brand": "Dyson", "price": 549, "title": "Aspirador de escoba Dyson V12 Detect Slim Absolute Hierro/Níquel", "rating": 4.7, "category": "Electrodomésticos", "currency": "EUR", "product_url": "https://www.elcorteingles.es/electrodomesticos/A48531285-aspirador-de-escoba-dyson-v12-detect-slim-absolute-hierro-niquel/", "availability": "in_stock", "is_promotion": true, "sub_category": "Aspiración y limpieza", "reviews_count": 2841, "thumbnail_url": "https://www.elcorteingles.es/electrodomesticos/img/B48531285/B48531285_1.jpg", "original_price": 649, "discount_percentage": 15 }, { "id": "B51024769", "ean": "5025155079775", "brand": "Dyson", "price": 699, "title": "Aspirador escoba Dyson V15 Detect Absolute Nickel/Yellow", "rating": 4.8, "category": "Electrodomésticos", "currency": "EUR", "product_url": "https://www.elcorteingles.es/electrodomesticos/A51024769-aspirador-escoba-dyson-v15-detect-absolute-nickel-yellow/", "availability": "in_stock", "is_promotion": false, "sub_category": "Aspiración y limpieza", "reviews_count": 1592, "thumbnail_url": "https://www.elcorteingles.es/electrodomesticos/img/B51024769/B51024769_1.jpg", "original_price": null, "discount_percentage": null } ] } ``` ## Documentation ## Overview El Corte Inglés is Spain's largest department store, running Cloudflare protection on elcorteingles.es. Piloterr handles the bypass and returns paginated product lists with live prices, promotions, ratings, EANs, and stock status as structured JSON. ## Quickstart ``` GET https://api.piloterr.com/v2/el-corte-ingles/search?query=aspiradora+dyson&category=electrodomesticos ``` ## Main use cases - Monitor El Corte Inglés prices and promotions across electronics and appliances for a price comparison dashboard - Extract EANs to cross-reference prices against Amazon.es and other Spanish retailers - Identify which branded products are currently on promotion to automate consumer deal alerts - Pull live catalogue data for competitor analysis by merchandising teams - Track rating and review counts to monitor brand reputation on Spain's leading department store