Picard Scraper — French Frozen Food & Ready Meals
Pricing
Pay per event
Picard Scraper — French Frozen Food & Ready Meals
Scrape products, prices, ratings, Nutri-Score, and nutritional info from Picard.fr. France's leading frozen food retailer with 1000+ products. Supports category browsing, keyword search, and full catalog scraping.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Picard Scraper
Scrape the full product catalog from picard.fr, France's biggest frozen food retailer. The scraper taps into Picard's internal Demandware search API, which means it pulls clean, structured data including Nutri-Score, Planet-Score, and per-kilo pricing -- things you won't easily get from other sources.
How it works
Picard runs on Salesforce Commerce Cloud (Demandware). The scraper calls the Search-UpdateGrid endpoint directly with large page sizes (up to 500 items per request), extracting product data from the GTM data-gtm attributes embedded in each product tile. No browser needed.
Three modes:
- Search: pass a
searchQuerylike"pizza"or"bio" - Category: pass a
categoryUrllikehttps://www.picard.fr/rayons/plats-cuisines - Full catalog: leave both empty and it crawls all 10 top-level categories
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Keyword search (e.g., "saumon") |
categoryUrl | string | Picard category page URL |
maxResults | integer | Max products (default: 100) |
proxyConfiguration | object | Proxy settings |
Output
| Field | Type | Example |
|---|---|---|
name | string | "Pizza 4 Fromages" |
brand | string | "Picard" |
price | number | 4.50 |
currency | string | "EUR" |
productId | string | "00012345" |
inStock | boolean | true |
nutriscore | string | "B" |
planetscore | string | "C" |
rating | number | 4.2 |
reviewCount | number | 38 |
origin | string | "France" |
format | string | "400g (4 parts)" |
pricePerUnit | string | "11,25 EUR/kg" |
category | string | "Pizzas et tartes" |
categories | array | ["Pizzas et tartes", "Pizzas", "Pizzas classiques"] |
{"name": "Pizza 4 Fromages","brand": "Picard","price": 4.50,"currency": "EUR","inStock": true,"nutriscore": "B","planetscore": "C","rating": 4.2,"reviewCount": 38,"category": "Pizzas et tartes","url": "https://www.picard.fr/produits/pizza-4-fromages-00012345","scrapedAt": "2026-03-14T11:00:00.000Z"}
Cost
Very efficient -- the API returns up to 500 products per request. Full catalog (~1,500 products) costs about $0.50.
Notes
- Category URL slugs don't always match the internal
cgidvalues. The scraper handles known mismatches (e.g.,/aperitifs-et-entreesmaps to cgidaperitif-et-traiteur) - All data is in French
- Nutri-Score ranges from A to E; Planet-Score likewise