Materiel.net Scraper — French PC & Electronics Products & Price
Pricing
Pay per event
Go to Apify Store

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
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
| Field | Type | Required | Description |
|---|---|---|---|
categoryUrls | Array | No | Category page URLs from materiel.net |
searchQuery | String | No | Search term (default: "carte graphique" -- graphics cards) |
maxResults | Integer | No | Product limit (default: 100) |
proxyConfiguration | Object | No | Proxy settings |
Output
| Field | Type | Example |
|---|---|---|
name | String | "MSI GeForce RTX 4070 VENTUS 2X 12G OC" |
brand | String | "MSI" |
price | Number | 549.90 |
originalPrice | Number | 599.90 |
currency | String | "EUR" |
sku | String | Product reference |
inStock | Boolean | true |
rating | Number | 4.6 |
reviewCount | Number | 78 |
imageUrl | String | Product image |
description | String | Product description |
category | String | Last 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
itempropcoverage - Product cards on listing pages use the class
c-products-list__item