AutoScout24 Scraper Pro | Dealer & Finance Data avatar

AutoScout24 Scraper Pro | Dealer & Finance Data

Pricing

from $2.50 / 1,000 results

Go to Apify Store
AutoScout24 Scraper Pro | Dealer & Finance Data

AutoScout24 Scraper Pro | Dealer & Finance Data

Extract complete vehicle listings, dealer contact information, and hidden finance/leasing rates from AutoScout24 across 7 European markets. Perfect for price intelligence, inventory tracking, and B2B lead generation. Bypasses standard limits using advanced internal API extraction.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Bas Bijkerk

Bas Bijkerk

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share

AutoScout24 Scraper Pro | Pricing, Dealer & Finance Data API

Extract high-quality automotive market data, exact dealer contact information, and hidden financial metrics from Europe's largest used car marketplace.

The AutoScout24 Scraper Pro bypasses traditional HTML scraping limits by hooking directly into AutoScout24’s backend data structures and internal Direct Finance APIs. It delivers 100% accurate, highly enriched vehicle datasets across 7 major European markets.

🚀 Key Features

  • Pan-European Coverage: Native routing and data extraction for Germany (DE), Netherlands (NL), France (FR), Italy (IT), Spain (ES), Austria (AT), and Luxembourg (LU).
  • Dealer Lead Generation: Pulls the exact dealerName, dealerCity, and dealerZipCode directly from the backend, bypassing hidden or dynamically rendered frontend blocks.
  • Hidden Finance & Leasing API: Automatically queries AutoScout24's internal funnel API to extract monthly lease rates, monthly finance rates, and exact partner sales prices.
  • Precision URL & Image Extraction: Outputs verified, localized SEO-friendly offer URLs and high-resolution WebP image links.
  • Pricing Intelligence: Calculates real-time pricePerKm ratios and extracts AutoScout24's internal priceEvaluation metrics.
  • Resilient Architecture: Powered by Crawlee and Puppeteer, parsing the Next.js __NEXT_DATA__ state to guarantee immunity against minor website CSS updates.

💼 Primary Use Cases

  • Automotive Market Research: Track cross-border vehicle valuations and identify price arbitrage opportunities between European countries.
  • B2B Lead Generation: Build massive, highly targeted lists of active car dealerships, complete with their current inventory and city locations.
  • Competitor & Inventory Tracking: Monitor stock levels, average days-on-market, and dynamic pricing strategies for specific brands or body types.
  • Financial & Leasing Analysis: Benchmark monthly leasing and financing rates offered by regional automotive partners.

🛠️ Input Configuration

Configure your extraction via the Apify UI or pass a JSON payload.

ParameterTypeDefaultDescription
countryString"NL"Target marketplace domain (NL, DE, FR, IT, ES, AT, LU).
categoriesArray["suv-pick-up"]Vehicle body styles (e.g., sedan, stationwagon, hatchback, cabrio).
brandString""Optional specific manufacturer filter. Leave blank for all.
maxResultsInteger100Maximum number of vehicle records to extract.
startUrlsArray[]Optional array of direct AutoScout24 search URLs to bypass standard filters.

⚙️ Usage & Optimization Tips

  • Memory Allocation: This actor runs a full headless browser via Puppeteer. For optimal concurrency and speed, an Apify container with 8GB RAM is highly recommended if you are scraping thousands of listings.
  • Proxies: Using Apify Datacenter or Residential Proxies is required to bypass regional blocking.

✉️ Support & Custom Integration

If you discover a bug, need help scaling your runs, or require a custom data pipeline integration, please reach out.

Contact: basbijkerkje@gmail.com

📊 Output Data Format

The scraper exports standardized JSON/CSV datasets, perfectly formatted for immediate database ingestion or spreadsheet analysis.

{
"listingId": "9fbc254e-b68a-4e54-988d-03a1cb03d383",
"market": "FR",
"make": "Renault",
"model": "Clio",
"title": "Renault Clio",
"priceEur": 3490,
"priceEvaluation": "toolow-price",
"monthlyLeaseEur": null,
"monthlyFinanceEur": null,
"licensePlate": null,
"mileageKm": 220000,
"firstRegistration": "06-2014",
"fuelType": "Diesel",
"sellerType": "Dealer",
"dealerName": "Transakauto Dieppe",
"dealerCity": "DIEPPE",
"dealerZipCode": "76200",
"dealerId": "52733425",
"pricePerKm": 0.015,
"imageUrl": "https://prod.pictures.autoscout24.net/sample.webp",
"url": "https://www.autoscout24.fr/offres/renault-clio",
"scrapedAt": "2026-08-29T12:21:46.223Z"
}```