Materiel.net Scraper — French PC & Electronics Products & Price avatar

Materiel.net Scraper — French PC & Electronics Products & Price

Pricing

Pay per event

Go to Apify Store
Materiel.net Scraper — French PC & Electronics Products & Price

Materiel.net Scraper — French PC & Electronics Products & Price

Scrape products, prices, and availability from materiel.net. Export to JSON, CSV, or Excel.

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

Materiel.net Scraper

Scrapes computer hardware and electronics from Materiel.net, a French online retailer specializing in PC components, peripherals, and consumer electronics.

Input

FieldTypeRequiredDescription
categoryUrlsArrayNoCategory page URLs from materiel.net
searchQueryStringNoSearch term (default: "carte graphique" -- graphics cards)
maxResultsIntegerNoProduct limit (default: 100)
proxyConfigurationObjectNoProxy settings

Output

FieldTypeExample
nameString"MSI GeForce RTX 4070 VENTUS 2X 12G OC"
brandString"MSI"
priceNumber549.90
originalPriceNumber599.90
currencyString"EUR"
skuStringProduct reference
inStockBooleantrue
ratingNumber4.6
reviewCountNumber78
imageUrlStringProduct image
descriptionStringProduct description
categoryStringLast breadcrumb segment
{
"name": "MSI GeForce RTX 4070 VENTUS 2X 12G OC",
"brand": "MSI",
"price": 549.90,
"currency": "EUR",
"inStock": true,
"rating": 4.6,
"category": "Carte graphique",
"url": "https://www.materiel.net/produit/msi-geforce-rtx-4070-ventus-2x-12g-oc.html",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

How it works

CheerioCrawler visits listing pages, finds product cards using common CSS selectors (.c-products-list__item and similar), then visits each product detail page. Data is extracted from itemprop microdata attributes. Search URLs use the pattern /recherche/{query}/.

Notes

  • French-only site
  • Materiel.net has a clean HTML structure with good itemprop coverage
  • Product cards on listing pages use the class c-products-list__item