Vehis.pl Vehicle Details Scraper avatar
Vehis.pl Vehicle Details Scraper

Pricing

$15.00/month + usage

Go to Apify Store
Vehis.pl Vehicle Details Scraper

Vehis.pl Vehicle Details Scraper

Developed by

Paweł

Paweł

Maintained by Community

Professional scraper for extracting comprehensive vehicle information from Vehis.pl offer pages. Retrieves detailed specifications, pricing, lease configuration, equipment lists, image galleries, and dealer information from /oferta/ URLs.

0.0 (0)

Pricing

$15.00/month + usage

0

2

1

Last modified

8 days ago

Vehis Vehicle Details Scraper

Comprehensive scraper for extracting detailed vehicle information from Vehis.pl offer pages. This Actor specializes in scraping individual vehicle offer pages to retrieve complete specifications, pricing details, lease configurations, equipment lists, and dealer information.

Features

  • Comprehensive Data Extraction - Captures all vehicle details from offer pages
  • Rich Specifications - Extracts technical specs, equipment, and features
  • Complete Pricing - Catalog price, discounted price, and monthly lease rates
  • Lease Configuration - Period, initial payment, and buyout values
  • Image Gallery - Multiple vehicle images from different angles
  • Dealer Information - Dealer name and location details
  • Reliable - Built with Playwright for accurate rendering of dynamic content

What does this scraper extract?

The scraper extracts comprehensive vehicle information including:

  • Basic Information: Offer ID, vehicle title, year, mileage, vehicle state, registration status
  • Pricing: Catalog price, discounted price (purchase prices)
  • Lease Configuration: Lease period, monthly rate, initial payment, buyout value, financing form
  • Specifications: Technical details as key-value pairs
  • Equipment: List of features and equipment (up to 30 items)
  • Images: Vehicle gallery with multiple images (up to 10 images)
  • Dealer: Dealer/seller company name

Input

The scraper accepts the following input parameters:

{
"urls": [
"https://vehis.pl/oferta/AUA52BPPZJ5"
],
"max_retries_per_url": 2,
"proxy": {
"useApifyProxy": false
}
}

Input Parameters

  • urls (required) - Array of Vehis.pl offer URLs in format https://vehis.pl/oferta/{offerId}
  • max_retries_per_url (optional) - Maximum retry attempts for failed requests (default: 2, range: 0-10)
  • proxy (optional) - Proxy configuration object. Set useApifyProxy: true to use Apify Proxy

Supported URL Format

Only vehicle offer URLs are supported:

  • https://vehis.pl/oferta/AUA52BPPZJ5
  • https://vehis.pl/wybierz/audi/a5 (use vehis-vehicle-scraper instead)
  • https://vehis.pl/samochody (use vehis-vehicle-scraper instead)

Output

The scraper returns structured data for each vehicle:

{
"offerId": "AUA52BPPZJ5",
"url": "https://vehis.pl/oferta/AUA52BPPZJ5",
"title": "AUDI A5 A5 TFSI 110 kW S tronic",
"year": 2025,
"mileage": 0,
"vehicleState": "Nowy",
"isRegistered": false,
"image": "https://images.vehistools.pl/imagin/?make=audi&modelFamily=a5...",
"images": [
"https://images.vehistools.pl/imagin/?angle=28...",
"https://images.vehistools.pl/imagin/?angle=29..."
],
"pricing": {
"catalogPrice": 163100,
"priceForYou": 144000,
"currency": "PLN"
},
"leaseConfiguration": {
"leasePeriod": 60,
"monthlyRate": 1590,
"initialPayment": 36000,
"buyoutValue": 50400,
"financingForm": "leasing operacyjny",
"currency": "PLN"
},
"specifications": {
"ID samochodu": "AUA52BPPZJ5"
},
"equipment": [
"Czujnik ciśnienia w oponach",
"Poduszki powietrzne czołowe z funkcją dezaktywacji poduszki pasażera",
"System rozpoznawania znaków drogowych współpracujący z kamerą",
"Światła tylne LED",
"Klimatyzacja automatyczna"
],
"dealerName": "VEHIS sp. z o.o."
}

Use Cases

This scraper is ideal for:

  • Price Monitoring - Track pricing changes for specific vehicles
  • Market Research - Analyze vehicle specifications and equipment
  • Inventory Management - Monitor dealer inventory and availability
  • Competitive Analysis - Compare lease configurations and pricing
  • Data Collection - Build databases of vehicle offers
  • Lead Generation - Identify vehicles matching specific criteria

Running Locally

To run the Actor locally:

$apify run

Deploy to Apify

Via Git Repository

  1. Go to Actor creation page
  2. Click on Link Git Repository button

Via CLI

apify login
apify push
  • vehis-vehicle-scraper - For scraping vehicle listings and model data from search pages

Performance

  • Average processing time: 2-3 seconds per vehicle offer page
  • Recommended concurrency: 5-10 parallel requests
  • Memory usage: ~512 MB per instance

Support

For issues or questions:

  • Create an issue in the Actor's Issues tab in Apify Console
  • Check the logs for detailed error messages

License

Apache-2.0