The El Corte Inglés Search API returns product listings from El Corte Inglés Spain (www.elcorteingles.es). Pass a keyword or a full search URL, optionally with page, and receive structured JSON with titles, prices, brands, images and pagination.
Use each result url or product_id with El Corte Inglés Product for the full product page.
GET https://api.piloterr.com/v2/elcorteingles/search?query=marino
GET https://api.piloterr.com/v2/elcorteingles/search?query=marino&page=2
GET https://api.piloterr.com/v2/elcorteingles/search?query=https://www.elcorteingles.es/search-nwx/?s=marino&stype=text_box
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Keyword or El Corte Inglés search URL |
page |
integer |
no |
1-based page number (default: from URL or 1) |
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 |
Absolute product page URL |
image_url |
string | null |
Main card image |
price |
number | null |
Current price |
currency |
string |
ISO currency (EUR) |
brand |
string | null |
Brand name |
color |
string | null |
Selected color when shown |
old_price |
number |
Struck-through price when on promo |
discount_percentage |
number |
Discount percent when on promo |
images |
string[] |
Extra images when more than one is available |
| Field |
Type |
Description |
page |
integer |
Current page |
per_page |
integer |
Results per page (typically 12) |
total_results |
integer | null |
Total hits when available |
total_pages |
integer | null |
Total pages when available |
next |
string | null |
Next page URL, or null |
- El Corte Inglés Search to discover products (this endpoint)
- El Corte Inglés Product for full product JSON
| Code |
Meaning |
400 |
Missing or invalid query |
404 |
No parseable listings |
500 |
Fetch or parsing error |
- Spain only (
elcorteingles.es).
- Promo / ad cards without a real product id are filtered out, so
results.length can be lower than per_page.
- Costs 3 credits per call (webunlocker).
- Catalog discovery: collect product ids and URLs by keyword
- Price monitoring: track listing prices and promo discounts
- Retail intelligence: brand, color and availability signals at scale