Search for products on Auchan.fr using a keyword or a full Auchan search URL. Returns paginated product listings with titles, brands, ratings, review counts, images, and attributes: enabling product discovery, catalog enrichment, and competitive monitoring across France's leading supermarket chain.
GET https://api.piloterr.com/v2/auchan/search?query=pomme
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Keyword or full Auchan search URL |
page |
number |
no |
Page number for paginated results (default: 1) |
| Field |
Type |
Description |
results[].id |
string |
Unique product identifier |
results[].url |
string |
Product URL on auchan.fr |
results[].brand |
string|null |
Product brand |
results[].image |
string|null |
Product image URL |
results[].title |
string |
Product title |
results[].rating |
number|null |
Average rating |
results[].attributes |
string[] |
Product attributes |
results[].reviews_count |
number|null |
Number of reviews |
pagination |
object |
Pagination info (current, next, has_next_page) |
- Use
pagination.has_next_page to implement full result pagination.
- Both plain keywords and full Auchan search URLs are accepted.
- Scrape Auchan search results to monitor product availability and pricing trends across French retail
- Build product discovery pipelines to identify which brands and SKUs appear for target keywords
- Automate catalog synchronization by periodically searching and updating product data from Auchan
- Conduct competitive benchmarking by comparing product listings across French supermarket chains