Mazda Configurator Scraper avatar

Mazda Configurator Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Mazda Configurator Scraper

Mazda Configurator Scraper

Extract the full vehicle catalog from Mazda European configurator websites — models, grades, engines, prices, configuration options (colours, wheels, trims, accessories), and technical specifications across 11 countries. No API key needed.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Mazda Configurator Scraper - Mazda Europe Vehicle Catalog Extractor

Extract the complete vehicle catalog from Mazda European configurator websites - models, grades, engines, prices, configuration options, and technical specifications - without an API key. Mazda Configurator Scraper covers 11 European countries and exports structured data in JSON, CSV, or Excel.

Try it free - your first $5 of usage is on Apify. No credit card required.

What is Mazda Configurator Scraper?

Mazda Configurator Scraper is an automated data extraction tool that pulls the full vehicle catalog directly from official Mazda European websites. It captures every model, grade, engine variant, and MSC code available in each country's configurator, along with pricing, configuration options, and detailed technical specifications.

Use Mazda Configurator Scraper to:

  • Monitor Mazda pricing across Europe - track base prices, rebates, and option costs across 11 markets simultaneously
  • Analyze the full vehicle lineup - compare grades, engines, and equipment levels across countries
  • Extract configuration options - get every available colour, wheel, trim, and accessory with prices
  • Collect technical specifications - detailed specs by category (engine, dimensions, safety, connectivity)
  • Automate recurring data collection - schedule runs, set up webhooks, and keep your datasets fresh

What data does Mazda Configurator Scraper extract?

Mazda Configurator Scraper returns structured data with the following fields:

Model name and IDGrade/trim level
Engine name and codeDrive type (2WD, AWD)
MSC code (unique variant ID)Base price in local currency
Formatted price with currencyRebate/promotional price
Fuel consumptionElectric consumption (EV/PHEV)
Battery range (EV/PHEV)Model year
Exterior colours with pricesWheel options with prices
Interior trims with pricesAccessories with prices
Full technical specs by categoryEmbedded basic specs
Country and currencyScrape timestamp

Fields like colours, wheels, trims, accessories, and full specs are optional - enable or disable them in the input to control run time and cost.

How to use Mazda Configurator Scraper

Extracting Mazda catalog data takes under two minutes:

  1. Create a free Apify account at apify.com - your first $5 is free
  2. Open Mazda Configurator Scraper in Apify Console or click Try for free on this page
  3. Select countries - pick one or more of the 11 European markets, or leave empty for all
  4. Choose data options - toggle configuration options and/or technical specs on or off
  5. Click Start and wait for results (typically 20-60 seconds per country with 1 model)
  6. Download your results in JSON, CSV, Excel, or XML - or access them via the Apify API

Input parameters

ParameterTypeRequiredDefaultDescription
countriesarrayNoAllSelect one or more countries to scrape
maxModelsPerCountryintegerNoAllLimit models per country (use 1 for quick tests)
includeConfigurationbooleanNotrueFetch colours, trims, wheels, and accessories
includeSpecsbooleanNotrueFetch detailed technical specifications
includeFinancebooleanNofalseFetch financing data (where available)
requestDelaynumberNo1.0Seconds between requests (rate limiting)
maxConcurrencyintegerNo3Countries to scrape in parallel
proxyConfigurationobjectNoApify proxyProxy settings

Supported countries: Spain, Germany, France, United Kingdom, Italy, Netherlands, Austria, Portugal, Poland, Sweden, Belgium.

Example input:

{
"countries": ["es", "de"],
"maxModelsPerCountry": 2,
"includeConfiguration": true,
"includeSpecs": true,
"proxyConfiguration": { "useApifyProxy": true }
}

Output example

Each result is a structured JSON object representing one vehicle variant (model + grade + engine combination). Here is a sample from a real run:

{
"country": "es",
"country_label": "Spain",
"currency": "EUR",
"model_name": "MAZDA CX-6e",
"grade_name": "Takumi",
"engine_name": "EV",
"drive_type": "2WD",
"msc_code": "GJGFEAA",
"base_price": 46200,
"formatted_price": "46.200,00 ?",
"electric_consumption": "18.9 kWh/100km",
"battery_range": "484 km",
"year": 2026,
"colours": [
{
"name": "Multi-tone Crystal White Pearl - Black",
"price": null,
"formatted_price": "0,00 ?",
"is_standard": true
}
],
"full_specs": {
"interior": [
{
"category": "Interior",
"name": "Auto Hold",
"value": "Standard"
}
],
"tipo de motor": [
{
"category": "Engine type",
"name": "Battery capacity",
"value": "68.8 kWh"
}
]
},
"scraped_at": "2026-07-04T06:37:07Z"
}

Download results in JSON, CSV, Excel, XML, or HTML from the Output tab, or pull them programmatically using the Apify API.

Frequently Asked Questions

Mazda Configurator Scraper only accesses publicly available data on official Mazda websites - the same information visible to any visitor using the online car configurator. The scraper respects rate limiting to avoid overloading servers.

As with any data collection activity, you are responsible for ensuring your use case complies with applicable laws and Mazda's Terms of Service. For guidance, see Apify's blog on the legality of web scraping.

Does Mazda Configurator Scraper require a Mazda account?

No. Mazda Configurator Scraper works entirely with public data from the Mazda configurator pages and does not require any account, login, or API credentials.

Which Mazda models are covered?

Mazda Configurator Scraper extracts every model available in each country's official configurator - typically 8-12 models including CX-5, CX-30, CX-60, CX-80, Mazda2, Mazda3, MX-5, MX-30, and newer electric models like the CX-6e. The exact lineup varies by country.

What proxy configuration should I use?

Mazda websites have minimal anti-bot protection. Apify datacenter proxies (the default) work well. No residential proxies needed.

How do I integrate Mazda Configurator Scraper with my workflow?

Mazda Configurator Scraper integrates natively with Make (Integromat), Zapier, Google Sheets, webhooks, and the Apify API. See the API tab for ready-to-use code snippets in Python, Node.js, and more.

I found a bug or my run failed. Where do I report it?

Please open an issue in the Issues tab on this page. Include your input configuration and the run ID so we can investigate quickly.