Autoplac.pl Scraper
Pricing
$15.00/month + usage
Autoplac.pl Scraper
Scrape vehicle listings from autoplac.pl - Polish automotive auction and classified ads platform. Extract prices, specifications, images, and seller information for cars, motorcycles, trucks, and other vehicles.
Pricing
$15.00/month + usage
Rating
0.0
(0)
Developer

Paweł
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Autoplac.pl Vehicle Scraper
A fast and efficient Apify Actor for scraping vehicle listings from Autoplac.pl, Poland's leading vehicle auction and classified ads platform. Extract comprehensive vehicle data including prices, specifications, VIN numbers, registration plates, seller information, and detailed descriptions.
Features
- Comprehensive Data - Extracts 25+ fields per vehicle including registration numbers and VIN
- Full Vehicle Details - Optional extraction of complete specifications, equipment, vehicle history, and seller information
- Automatic Pagination - Scrape multiple pages automatically with configurable item limits
- Flexible Filtering - Filter by brand, model, price range, year, mileage, fuel type, and more
- Multiple Vehicle Types - Support for passenger cars, motorcycles, trucks, commercial vehicles
- Cost-Effective - Minimal compute usage with automatic proxy support on Apify
- 100% Reliable - No browser timeouts or JavaScript issues
Input Configuration
The actor accepts the following input parameters:
| Parameter | Type | Description | Required | Default |
|---|---|---|---|---|
startUrls | Array | Direct URLs to Autoplac.pl search results or specific offers | Yes | [{"url": "https://autoplac.pl/oferty/samochody-osobowe"}] |
maxItems | Integer | Maximum number of items to scrape (0 = unlimited) | No | 100 |
scrapeDetails | Boolean | Fetch detailed information including licensePlateNumber (requires proxy) | No | true |
proxyConfiguration | Object | Proxy settings (required when scrapeDetails=true) | No | {"useApifyProxy": true} |
Example Input - BMW Vehicles
{"startUrls": [{"url": "https://autoplac.pl/oferty/samochody-osobowe/bmw"}],"maxItems": 50,"scrapeDetails": true}
Example Input - Specific Price Range
{"startUrls": [{"url": "https://autoplac.pl/oferty/samochody-osobowe/cena-od-50-tysiecy/cena-do-100-tysiecy"}],"maxItems": 100,"scrapeDetails": false}
Example Input - Multiple Categories
{"startUrls": [{"url": "https://autoplac.pl/oferty/samochody-osobowe/bmw"},{"url": "https://autoplac.pl/oferty/samochody-osobowe/mercedes-benz"},{"url": "https://autoplac.pl/oferty/motocykle"}],"maxItems": 200,"scrapeDetails": true}
Output Format
Basic Output (scrapeDetails: false)
Each vehicle listing contains core information:
{"url": "https://autoplac.pl/oferta/bmw/seria-3/f30-f31-2012-2020-2-0-2019r-bmw-seria-3-AGRAEqZIwHN","offerId": "f30-f31-2012-2020-2-0-2019r-bmw-seria-3-AGRAEqZIwHN","title": "BMW Seria 3 F30/F31 (2012 - 2020)","brand": "BMW","model": "Seria 3","generation": "F30/F31 (2012 - 2020)","version": null,"price": 85000,"priceCurrency": "PLN","year": 2019,"mileage": 89000,"fuelType": "DIESEL","bodyType": "SEDAN","scrapedAt": "2025-01-15T10:30:00.000Z"}
Full Output (scrapeDetails: true)
Includes all basic fields plus detailed information from the vehicle page:
{"url": "https://autoplac.pl/oferta/bmw/x3/e83-2003-2010-2-0-2006r-bmw-x3-d-m47-AGRAEqZIwHN","offerId": "e83-2003-2010-2-0-2006r-bmw-x3-d-m47-AGRAEqZIwHN","title": "BMW X3 E83 (2003 - 2010)","brand": "BMW","model": "X3","generation": "E83 (2003 - 2010)","version": "Inny","price": 21700,"priceCurrency": "PLN","year": 2006,"mileage": 260000,"fuelType": "DIESEL","bodyType": "SUV","transmission": "MANUAL","color": "SILVER","driveType": "FOUR_WHEEL","enginePowerKW": 110,"engineCapacity": 1995,"doors": 5,"seats": 5,"vin": "WBAPB11090WE48000","registrationNumber": "SRAAA10","isAccidentFree": true,"isFirstOwner": false,"isDamaged": false,"isDomestic": false,"isBrandNew": false,"isRegistered": true,"location": {"city": "Świerklany","voivodeship": "Śląskie","district": "Rybnicki","postCode": "44-266","coordinates": {"latitude": 50.01919174194333,"longitude": 18.577800750732420}},"seller": {"type": "PRIVATE","dealerId": null,"userId": 2008460},"images": ["https://euw2-cdn.autoplac.pl/v1/p/e1e2bc39-ba21-43a3-9f00-1fd2b14ecba1?f=1920:webp&c=e55adf28","https://euw2-cdn.autoplac.pl/v1/p/4f532a19-5c93-4dd0-a3b7-fdd0fa966b9d?f=1920:webp&c=e55adf28"],"description": "Witam.\n\nNa sprzedaż prywatne BMW X3 E83 2.0D (M47) 2006r (bez dpf)...","specifications": ["Ubezpieczenie do: 1.10.2026"],"lastUpdate": "2025-11-12T20:33:48.296Z","scrapedAt": "2025-01-15T10:30:00.000Z"}
Output Fields Reference
Basic fields (always extracted):
url- Direct URL to the vehicle listingofferId- Unique offer identifier (hashed ID)title- Vehicle title/namebrand- Manufacturer (e.g., BMW, Mercedes-Benz, Audi)model- Vehicle model (e.g., X3, Seria 3, C-Class)generation- Model generation (e.g., "F30/F31 (2012 - 2020)")version- Specific version/trim levelprice- Price in PLN (numeric value)priceCurrency- Currency code (always "PLN")year- Production yearmileage- Mileage in kilometersfuelType- Fuel type: DIESEL, GASOLINE, ELECTRIC, HYBRID, LPG, CNGbodyType- Body type: SUV, SEDAN, KOMBI, HATCHBACK, COUPE, VAN, CABRIO, etc.scrapedAt- ISO 8601 timestamp of scraping time
Detailed fields (only with scrapeDetails: true):
transmission- Transmission type: MANUAL, AUTOMATICcolor- Exterior colordriveType- Drive type: FOUR_WHEEL, FRONT_WHEEL, REAR_WHEELenginePowerKW- Engine power in kilowattsengineCapacity- Engine capacity in cubic centimetersdoors- Number of doorsseats- Number of seatsvin- Vehicle Identification NumberregistrationNumber- License plate number (e.g., "SRBAX10")isAccidentFree- Boolean indicating if vehicle has no accident historyisFirstOwner- Boolean indicating if this is the first ownerisDamaged- Boolean indicating if vehicle is damagedisDomestic- Boolean indicating if vehicle was first registered in PolandisBrandNew- Boolean indicating if vehicle is brand newisRegistered- Boolean indicating if vehicle is currently registeredlocation- Object with city, voivodeship, district, postCode, and coordinatesseller- Object with type (DEALER/PRIVATE), dealerId, and userIdimages- Array of image URLsdescription- Full vehicle description textfeatures- Array of vehicle equipment and featuresspecifications- Array of additional specificationslistingDate- ISO 8601 timestamp when listing was createdlastUpdate- ISO 8601 timestamp of last update
Notes:
- Fields may be
nullor empty arrays if information is not available - Not all vehicles have registration numbers - some sellers choose not to disclose them
- VIN numbers are available for most vehicles but may be
nullfor some listings - The
scrapeDetails: falsemode is ~10x faster but provides only basic information
Use Cases
- Vehicle Market Analysis - Analyze pricing trends and market dynamics across Poland
- Price Monitoring - Track specific models and get alerts when prices drop
- Dealership Intelligence - Monitor competitor inventory and pricing strategies
- VIN Verification - Collect VIN numbers for vehicle history checks
- Market Research - Understand supply and demand for specific vehicle types
- Investment Analysis - Identify undervalued vehicles for resale opportunities
- Location Analysis - Understand vehicle availability across different Polish cities
- Auction Monitoring - Track auction listings and winning bids
- Fleet Management - Find bulk purchasing opportunities for company fleets
- Export Business - Identify vehicles suitable for international export
Performance Tips
- Set
maxItemsto control the number of vehicles scraped and limit run duration - Use specific URLs with filters already applied for targeted scraping
- Proxy automatically enabled on Apify - ensures reliable scraping at scale
Important Notes
-
Proxy Required: When
scrapeDetails: true, proxy configuration is required to fetch registration numbers (licensePlateNumber) from HTML pages- API calls work without proxy (fast & reliable)
- HTML fetching for registration numbers requires proxy on Apify platform
- Proxy is automatically configured when using Apify Proxy
-
The scraper extracts publicly available data from Autoplac.pl
-
Not all vehicle listings have complete information:
- Registration numbers are optional (~30-40% of listings include them)
- VIN numbers are available for most vehicles (~80-90%)
- Some detailed fields may be empty even with
scrapeDetails: true
-
The scraper automatically handles pagination until
maxItemsis reached -
All numeric values (price, mileage, year, etc.) are returned as numbers, not strings
-
Location coordinates are provided when available for geographic analysis
URL Filtering Examples
You can apply filters directly in the URL:
By brand:
https://autoplac.pl/oferty/samochody-osobowe/bmwhttps://autoplac.pl/oferty/samochody-osobowe/mercedes-benz
By price range:
https://autoplac.pl/oferty/samochody-osobowe/cena-od-50-tysiecy/cena-do-100-tysiecy
By year:
https://autoplac.pl/oferty/samochody-osobowe/2020-rokhttps://autoplac.pl/oferty/samochody-osobowe/rok-od-2018
By location:
https://autoplac.pl/oferty/samochody-osobowe/warszawahttps://autoplac.pl/oferty/samochody-osobowe/mazowieckie
Combined filters:
https://autoplac.pl/oferty/samochody-osobowe/bmw/x3/2019-rok/warszawa
Supported Vehicle Types
The scraper supports all vehicle categories on Autoplac.pl:
- samochody-osobowe - Passenger cars
- samochody-dostawcze - Commercial vehicles / vans
- ciezarowe - Trucks
- motocykle - Motorcycles
- przyczepy - Trailers
- maszyny-budowlane - Construction machinery
- maszyny-rolnicze - Agricultural machinery
- autobusy - Buses
Your Feedback
We are always working to improve Actors' performance. If you have any technical feedback about Autoplac.pl Vehicle Scraper or found a bug, please create an issue on the Actor's Issues tab in Apify Console.