Mister-Auto Scraper — Car Parts, Prices & OEM References
Pricing
from $1.20 / 1,000 result scrapeds
Mister-Auto Scraper — Car Parts, Prices & OEM References
Scrape car parts from mister-auto.com: names, brands, prices, manufacturer part numbers, OEM/equivalence cross-reference numbers, vehicle fitment, ratings, images and specs. Queries the site's own product search index directly, so no login or cookies required.
Pricing
from $1.20 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
14 days ago
Last modified
Categories
Share
Search Mister-Auto's full car-parts catalogue and get back names, brands, prices, manufacturer part numbers, OEM/equivalence cross-reference numbers, vehicle fitment, ratings, images and technical specs — without touching the site's anti-bot wall. No login or cookies required.
What is Mister-Auto Scraper?
Mister-Auto (mister-auto.com) is the Stellantis Group's French online car-parts retailer, selling millions of aftermarket parts — brake pads, filters, suspension, batteries, timing kits — across every major vehicle brand. Its product data is the same kind of data that makes Autodoc valuable to garages, resellers, and parts marketplaces: manufacturer part numbers cross-referenced against OEM and competitor equivalence numbers, so an aftermarket part can be matched to the exact original part it replaces.
This actor queries Mister-Auto's own product search directly with your keywords and returns structured product records — the same data the site's search results page shows, in clean JSON.
- Part cross-referencing — Match aftermarket parts to OEM and cross-brand equivalence numbers
- Price monitoring — Track French aftermarket car-parts pricing over time or against your own catalog
- Catalog enrichment — Pull manufacturer part numbers, spec tables, and images to enrich a parts database or marketplace listing
- Assortment analysis — See which brands and product lines Mister-Auto carries per part category
- Sibling coverage — Complements our
autodoc-scraperfor cross-retailer price and assortment comparison in the EU car-parts vertical
How to scrape Mister Auto data
- Provide one or more French search keywords in
searchQueries(e.g."plaquette de frein","filtre a huile","amortisseur","courroie de distribution","bougie d'allumage","batterie voiture","disque de frein","kit d'embrayage") — these are the same terms a shopper would type into the site's own search box. - Set
maxResultsto the number of unique products you want back. - Run the actor. Each search query fans out over the catalogue's paginated result set until
maxResultsis reached or the query is exhausted, and results are deduplicated by SKU. - Read the results from the dataset — one row per product, ready to export as JSON, CSV, or Excel.
No proxy, login, or cookie banner handling is needed: the actor talks to the same JSON search endpoint the Mister-Auto website itself calls from the browser, which sits outside the Cloudflare/DataDome wall that protects the HTML pages.
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQueries | Array of strings | No | French car-parts keywords to search for. Defaults to ["plaquette de frein"] when omitted. |
maxResults | Integer | No | Maximum number of unique products to return across all queries (default: 100) |
proxyConfiguration | Object | No | Optional Apify proxy. Not required for correctness — the search endpoint carries no anti-bot wall — but useful for IP diversity on very large runs. |
Output
Each result contains:
| Field | Type | Example |
|---|---|---|
name | String | "Jeu de plaquettes de frein avant" |
brand | String | "QUINTON HAZELL" |
price | Number | 15.42 |
currency | String | "EUR" |
sku | String | "057BP750" |
mpn | String | "BP750" |
oemNumbers | Array | [{"oemNumber": "0392146304"}, ...] |
compatibility | Array | ["RENAULT TWINGO TWINGO II (CN0_) 1.2 16V (75Ch)"] |
rating | Number | 5 |
reviewCount | Number | 2 |
imageUrl | String | Primary product image URL |
imageUrls | Array | All product image URLs |
specs | Object | {"Largeur [mm]": "100", "Hauteur [mm]": "65", ...} |
articleId | String | "057BP750" |
category | String | "Freinage > Frein à disque > Jeu de plaquettes de frein avant" |
url | String | Full product page URL |
scrapedAt | String | ISO timestamp |
Mister-Auto's search index does not expose a live stock/availability flag, so inStock is intentionally left absent rather than guessed — never coerced to false.
Example output
{"name": "Jeu de plaquettes de frein avant","brand": "QUINTON HAZELL","price": 15.42,"currency": "EUR","sku": "057BP750","mpn": "BP750","oemNumbers": [{ "oemNumber": "00313.0460-2834.2" },{ "oemNumber": "0392146304" },{ "oemNumber": "048571526D" },{ "oemNumber": "161GDB1332" }],"compatibility": ["RENAULT TWINGO TWINGO II (CN0_) 1.2 16V (75Ch)"],"rating": 5,"reviewCount": 2,"imageUrl": "https://dam-media.mister-auto.com/quinton-hazell/jeu-de-plaquettes-de-frein-avant/bp750/600x600/057BP750-8-1.JPG","imageUrls": ["https://dam-media.mister-auto.com/quinton-hazell/jeu-de-plaquettes-de-frein-avant/bp750/600x600/057BP750-8-1.JPG","https://dam-media.mister-auto.com/quinton-hazell/jeu-de-plaquettes-de-frein-avant/bp750/600x600/057BP750-8-2.JPG"],"specs": {"Largeur [mm]": "100","Hauteur [mm]": "65","Épaisseur [mm]": "18","Indicateur d'usure": "Avec témoin d'usure"},"articleId": "057BP750","category": "Freinage > Frein à disque > Jeu de plaquettes de frein avant","url": "https://www.mister-auto.com/plaquette-de-frein-quinton-hazell-057-bp750-p/","scrapedAt": "2026-08-05T09:13:02.420Z"}
Cost estimate
Each search request returns up to 100 products, so a 1,000-result run is roughly 10 requests. This actor uses well under 0.01 compute units per 1,000 results — a full 1,000-product run finishes in seconds and costs a fraction of a cent in platform compute. Usage cost only settles once a run reports SUCCEEDED — reading the dataset mid-run will undercount what you're billed.
Limitations
- Coverage depends on your search keywords matching the catalogue's own terminology; very narrow or misspelled queries can return few or no results
- Stock/availability is not exposed by the underlying data source and is never included as a guessed value
- Vehicle compatibility shows the vehicle association carried on each catalogue record, not a de-duplicated full fitment list (Mister-Auto does not expose the latter through this data source)
- Data is scraped from the public website and may change without notice
- Respect the website's terms of service and use responsibly
Related scrapers
autodoc-scraper— Europe's largest online car-parts retailer, same vertical, ~27 country storefrontsback-market-scraper— Refurbished electronics marketplacemanomano-scraper— DIY, garden & auto tools marketplaceleboncoin-scraper— France's largest classifieds marketplace, incl. spare-parts listings
Need this data on a schedule, or a custom version?
We run this scraper as a managed service for businesses: scheduled runs, deduplication, delta detection, and delivery to your inbox, Google Sheets, or API — maintenance included. We can also build a custom version with your exact fields and filters, or combine multiple sources into one feed.
See studioamba.dev/services or email hello@studioamba.dev for a free data sample. We maintain 300+ European web scrapers and answer within one business day.