Picard Scraper — French Frozen Food & Ready Meals avatar

Picard Scraper — French Frozen Food & Ready Meals

Pricing

Pay per event

Go to Apify Store
Picard Scraper — French Frozen Food & Ready Meals

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

Studio Amba

Maintained by Community

Actor 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 searchQuery like "pizza" or "bio"
  • Category: pass a categoryUrl like https://www.picard.fr/rayons/plats-cuisines
  • Full catalog: leave both empty and it crawls all 10 top-level categories

Input

FieldTypeDescription
searchQuerystringKeyword search (e.g., "saumon")
categoryUrlstringPicard category page URL
maxResultsintegerMax products (default: 100)
proxyConfigurationobjectProxy settings

Output

FieldTypeExample
namestring"Pizza 4 Fromages"
brandstring"Picard"
pricenumber4.50
currencystring"EUR"
productIdstring"00012345"
inStockbooleantrue
nutriscorestring"B"
planetscorestring"C"
ratingnumber4.2
reviewCountnumber38
originstring"France"
formatstring"400g (4 parts)"
pricePerUnitstring"11,25 EUR/kg"
categorystring"Pizzas et tartes"
categoriesarray["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 cgid values. The scraper handles known mismatches (e.g., /aperitifs-et-entrees maps to cgid aperitif-et-traiteur)
  • All data is in French
  • Nutri-Score ranges from A to E; Planet-Score likewise