Monoprix France Scraper — Groceries, Prices & Offers
Pricing
from $2.00 / 1,000 result scrapeds
Monoprix France Scraper — Groceries, Prices & Offers
Scrape the Monoprix France online grocery shop by keyword or category: product names, prices in EUR, unit prices, promotions and brands. No login or cookies.
Pricing
from $2.00 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 days ago
Last modified
Categories
Share
Monoprix France Scraper
Scrape the Monoprix France online grocery shop (courses.monoprix.fr) by keyword or category and get clean, structured product data: names, brands, prices, unit prices and promotions.
Monoprix is one of France's best-known supermarket chains. Its online shop runs on the Ocado Smart Platform and server-renders every product listing, so this actor reads the page directly — no login, no cookies, no browser required.
Why use this actor?
If you track grocery prices, build a price-comparison tool, monitor promotions, or feed a market-research dataset, you need structured product data you can rely on. This actor turns any Monoprix search or category page into a table of products with prices in EUR, unit prices, and promotion details.
Typical users:
- Price-intelligence and price-comparison platforms tracking French retail.
- Brands and suppliers monitoring how their products are listed and promoted at Monoprix.
- Market researchers and analysts building grocery datasets across France.
- Developers who need a clean product feed instead of scraping HTML themselves.
How to scrape Monoprix France data
- Open the actor in the Apify Console.
- Enter a search query in French — for example
lait,painorhuile. This returns Monoprix's top 50 matching products. - Alternatively, set a category URL (e.g. a leaf category like
https://courses.monoprix.fr/categories/lait-uht-demi-ecreme/<id>) to scrape that category's entire product set instead of a keyword search. - Set maxResults to how many products you want.
- Leave the proxy on the default Apify setting and click Start.
- When the run finishes, download the results as JSON, CSV, Excel or feed them to an API.
The actor fetches the server-rendered listing page, parses every product card, then visits each product's page to pick up brand details before writing one clean record per product.
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | No | Keyword to search in French (default: lait). Returns up to 50 results. |
categoryUrl | String | No | Full category leaf URL to scrape its entire product set. Takes priority over searchQuery. |
maxResults | Integer | No | Maximum products to return (default: 100) |
proxyConfiguration | Object | No | Apify proxy settings (default Apify proxy works) |
Example input
{"searchQuery": "lait","maxResults": 20,"proxyConfiguration": { "useApifyProxy": true }}
Output
Each result contains:
| Field | Type | Example |
|---|---|---|
productName | String | "Monoprix Lait demi-écrémé UHT 1L" |
brand | String | "Monoprix" |
price | Number | 1.19 |
currency | String | "EUR" |
pricePerUnit | String | "1,19 € par litre" |
originalPrice | Number | 1.39 |
discount | String | "-14%" |
sku | String | "MPX_54178" |
imageUrl | String | Primary product image URL |
url | String | Full product page URL |
scrapedAt | String | ISO 8601 timestamp |
originalPrice and discount are present only on promoted products.
Example output
{"productName": "Monoprix Lait demi-écrémé UHT 1L","brand": "Monoprix","price": 1.19,"currency": "EUR","pricePerUnit": "1,19 € par litre","sku": "MPX_54178","imageUrl": "https://courses.monoprix.fr/images-v3/example/500x500.jpg","url": "https://courses.monoprix.fr/products/monoprix-lait-demi-ecreme-uht-1l/MPX_54178","scrapedAt": "2026-07-13T09:00:00.000Z"}
Notes and limitations
- Prices are the current online-shop prices in EUR.
- Search caps at 50 results. Monoprix's search page ignores the
?page=parameter, same as the underlying platform's behaviour on Alcampo. To scrape more than 50 items for a topic, usecategoryUrlto target a specific leaf category page, which renders its full product set in one page. - EAN / barcode is not exposed anywhere on the Monoprix storefront (listing or product page), so it is not included in the output.
originalPriceanddiscountappear only when a product is on promotion.
Cost
Pricing is pay-per-result. A typical search or category run of 20–100 products completes in under a minute, so most runs cost only a few cents in Apify platform usage plus the per-result fee.
Related Scrapers
Build a complete view of European grocery retail with these sibling scrapers from Studio AMBA:
- Alcampo Spain Scraper — Spanish supermarket products on the same platform (alcampo.es).
- Carrefour France Scraper — French hypermarket products and prices (carrefour.fr).
- Mercadona Scraper — Spain's largest supermarket (mercadona.es).
- Dia ES Scraper — Spanish supermarket products and prices (dia.es).
- Continente PT Scraper — Portuguese groceries with EAN barcodes (continente.pt).