Autowini Cars Search Scraper
Pricing
from $2.00 / 1,000 results
Autowini Cars Search Scraper
Scrape structured car listing data from Autowini.com search results. Collect 45+ fields per vehicle including price, specs, condition, seller info, and media — perfect for dealers, researchers, and automotive data platforms.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Stealth mode
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Autowini.com Car Search Scraper: Extract Used Car Listings at Scale
What Is Autowini.com?
Autowini.com is a global used car trading platform, primarily serving the Korean automotive export market. It connects international buyers with verified dealers offering used and new vehicles across a wide range of makes, models, and conditions. The platform lists thousands of vehicles with detailed specs, pricing, and multimedia content.
Manually extracting this data for market analysis, price comparison, or inventory tracking is impractical at scale. The Autowini.com Car Search Scraper automates collection from search result pages, returning clean, structured records ready for immediate use.
Overview
The Autowini Cars Scraper targets Autowini's search listing pages and extracts comprehensive vehicle records. It is built for:
- Auto dealers monitoring pricing and inventory trends
- Market researchers analyzing used car export data
- Aggregator platforms syndicating vehicle listings
- Data engineers building automotive datasets
Input Format
{"urls": ["https://www.autowini.com/search/items?itemType=cars&condition=C020&pageOffset=2"],"ignore_url_failures": true,"max_items_per_url": 50}
| Field | Type | Description |
|---|---|---|
urls | array | One or more Autowini search result page URLs to scrape. Use query parameters (e.g., condition, pageOffset) to target specific segments. Add multiple URLs for bulk collection. |
ignore_url_failures | boolean | If true, the scraper continues when a URL fails instead of stopping the entire run. Recommended for bulk jobs. Default: true. |
max_items_per_url | integer | Maximum number of vehicle records collected per URL. Default: 20. Increase up to your needs for deeper pagination coverage. |
Tip: Use
pageOffsetin the URL to paginate through results. Combine multiple paginated URLs in theurlsarray for full dataset collection.
Output Format
{"code": "CI202604300004861261","listing_id": "IC5054979","detail_url": "/items/Used-2009-Kia-Sportage-IC5054979","item_name": "2009 Kia New Sportage SUNROOF GOOD CONDITION","content": "IC5054979 · Diesel · 1,998cc · AT · Front 2WD · 5seats · LHD","seller": {"super_photo_right": false,"super_member": false,"expert_member": false,"power_member": false,"prime_member": false},"hotmarks": [],"condition": "Used","make_name": "Kia","sub_model_name": "Sportage","model_name": "New Sportage","model_year": 2009,"model_class": "SUNROOF GOOD CONDITION","vin": "KNAJE55539K556709","location_code": "C1570","location_name": "S.Korea","vehicle_type": "SUV","steering_type": "LHD","transmission_type": "AT","drivetrain_type": "Front 2WD","fuel_type": "Diesel","engine_volume": 1998,"number_of_passenger": 5,"passenger_capacity": 5,"price": 2893,"discount_price": null,"thumbnails": ["https://imagebox.autowini.com/upload/U2016060558168/car/CI202604300004861261/41450657-679c-4d89-be59-0fd7b9e70bfe_720.jpg","https://imagebox.autowini.com/upload/U2016060558168/car/CI202604300004861261/cb5a1676-7a12-4c96-b4c1-0bc743165241_720.jpg","https://imagebox.autowini.com/upload/U2016060558168/car/CI202604300004861261/4c78c237-514d-4064-905b-6c5e68bae301_720.jpg","https://imagebox.autowini.com/upload/U2016060558168/car/CI202604300004861261/5c7ecdd6-8c83-4c40-908f-5ca65f30d3ca_720.jpg","https://imagebox.autowini.com/upload/U2016060558168/car/CI202604300004861261/a8dc1c83-2068-4318-908a-06bb5251ecaf_720.jpg"],"main_thumbnail_path": "https://imagebox.autowini.com/upload/U2016060558168/car/CI202604300004861261/41450657-679c-4d89-be59-0fd7b9e70bfe_720.jpg","sub_thumbnail1_path": "https://imagebox.autowini.com/upload/U2016060558168/car/CI202604300004861261/cb5a1676-7a12-4c96-b4c1-0bc743165241_720.jpg","sub_thumbnail2_path": "https://imagebox.autowini.com/upload/U2016060558168/car/CI202604300004861261/4c78c237-514d-4064-905b-6c5e68bae301_720.jpg","photo_count": 60,"wish_by_user": false,"wish_count": 4,"mileage": 195000,"odometer_check": false,"new_item": true,"photographed_by_wini": false,"has_insurance_history": false,"has_guarantee": false,"has_video": true,"fresh_stock": false,"almost_sold_out": false,"clearance_sale": false,"promotions": {"benefits": {"badges": {}}},"fast_shipping": true,"inspection_report_uploaded": false}
Each vehicle record returns up to 45 fields:
Identification
| Field | Meaning |
|---|---|
Code | Internal Autowini vehicle code |
Listing ID | Unique listing identifier |
Detail URL | Direct link to the full vehicle detail page |
Item Name | Display name of the listing |
Content | Additional listing description or notes |
Vehicle Specifications
| Field | Meaning |
|---|---|
Make Name | Manufacturer (e.g., Toyota, Hyundai) |
Model Name | Model line (e.g., Camry, Tucson) |
Sub Model Name | Variant or trim level |
Model Year | Year of manufacture |
Model Class | Vehicle segment/class (e.g., sedan, SUV) |
Vehicle Type | Body type classification |
VIN | Vehicle Identification Number (when available) |
Engine Volume | Engine displacement (cc or L) |
Fuel Type | Petrol, diesel, hybrid, electric, etc. |
Transmission Type | Automatic, manual, CVT, etc. |
Drivetrain Type | FWD, RWD, AWD, 4WD |
Steering Type | LHD or RHD |
Number Of Passenger | Seating configuration |
Passenger Capacity | Maximum passenger count |
Condition & Mileage
| Field | Meaning |
|---|---|
Condition | Vehicle condition code (e.g., C020 = used) |
Mileage | Odometer reading |
Odometer Check | Whether odometer has been verified |
Pricing
| Field | Meaning |
|---|---|
Price | Standard listing price |
Discount Price | Promotional/discounted price (if applicable) |
Location & Seller
| Field | Meaning |
|---|---|
Seller | Seller/dealer information |
Location Code | Internal location identifier |
Location Name | Human-readable location (city/country) |
Media
| Field | Meaning |
|---|---|
Thumbnails | Array of all thumbnail image URLs |
Main Thumbnail Path | Primary listing image |
Sub Thumbnail1 Path | Secondary image |
Sub Thumbnail2 Path | Tertiary image |
Photo Count | Total number of photos available |
Has Video | Whether a video is attached to the listing |
Trust & Quality Signals
| Field | Meaning |
|---|---|
Photographed By Wini | Photos taken by Autowini's own team |
Has Insurance History | Insurance history documentation available |
Has Guarantee | Guarantee/warranty offered |
Inspection Report Uploaded | Third-party inspection report available |
Odometer Check | Verified odometer reading |
Listing Status & Promotions
| Field | Meaning |
|---|---|
Hotmarks | Special badge flags on the listing |
New Item | Recently added to the platform |
Fresh Stock | Recently sourced inventory |
Almost Sold Out | Low stock alert |
Clearance Sale | Marked for clearance |
Fast Shipping | Expedited shipping available |
Promotions | Active promotional tags |
Wish By User | Whether wishlisted by the current user |
Wish Count | Total number of user wishlists |
How to Use
- Build your search URL — Use Autowini's search filters (condition, make, model, location) and copy the result page URL.
- Paginate — Adjust
pageOffsetto cover multiple pages; add each to theurlsarray. - Configure limits — Set
max_items_per_urlbased on how many records per page you need. - Run and export — Download results as JSON, CSV, or Excel for analysis.
Best practices:
- Start with
max_items_per_url: 20to validate output before scaling. - Set
ignore_url_failures: truefor multi-URL runs to prevent single failures from halting collection. - Filter by
conditionin the URL (e.g.,C020for used) to segment datasets cleanly.
Use Cases & Business Value
- Price intelligence: Track market pricing across makes, models, and regions
- Inventory monitoring: Watch competitor stock levels and turnover signals (
Almost Sold Out,Fresh Stock) - Quality filtering: Filter listings by trust signals like
Photographed By Wini,Has Guarantee, orInspection Report Uploaded - Export market research: Analyze Korean used car export availability and demand patterns
Conclusion
The Autowini.com Car Search Scraper delivers production-ready vehicle data with minimal setup. With 45+ structured fields covering specs, pricing, media, and trust signals, it provides everything needed for serious automotive data workflows. Configure your search URL, set your limits, and start extracting.