Autowini Cars Search Scraper avatar

Autowini Cars Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Autowini Cars Search Scraper

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

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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
}
FieldTypeDescription
urlsarrayOne 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_failuresbooleanIf true, the scraper continues when a URL fails instead of stopping the entire run. Recommended for bulk jobs. Default: true.
max_items_per_urlintegerMaximum number of vehicle records collected per URL. Default: 20. Increase up to your needs for deeper pagination coverage.

Tip: Use pageOffset in the URL to paginate through results. Combine multiple paginated URLs in the urls array 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

FieldMeaning
CodeInternal Autowini vehicle code
Listing IDUnique listing identifier
Detail URLDirect link to the full vehicle detail page
Item NameDisplay name of the listing
ContentAdditional listing description or notes

Vehicle Specifications

FieldMeaning
Make NameManufacturer (e.g., Toyota, Hyundai)
Model NameModel line (e.g., Camry, Tucson)
Sub Model NameVariant or trim level
Model YearYear of manufacture
Model ClassVehicle segment/class (e.g., sedan, SUV)
Vehicle TypeBody type classification
VINVehicle Identification Number (when available)
Engine VolumeEngine displacement (cc or L)
Fuel TypePetrol, diesel, hybrid, electric, etc.
Transmission TypeAutomatic, manual, CVT, etc.
Drivetrain TypeFWD, RWD, AWD, 4WD
Steering TypeLHD or RHD
Number Of PassengerSeating configuration
Passenger CapacityMaximum passenger count

Condition & Mileage

FieldMeaning
ConditionVehicle condition code (e.g., C020 = used)
MileageOdometer reading
Odometer CheckWhether odometer has been verified

Pricing

FieldMeaning
PriceStandard listing price
Discount PricePromotional/discounted price (if applicable)

Location & Seller

FieldMeaning
SellerSeller/dealer information
Location CodeInternal location identifier
Location NameHuman-readable location (city/country)

Media

FieldMeaning
ThumbnailsArray of all thumbnail image URLs
Main Thumbnail PathPrimary listing image
Sub Thumbnail1 PathSecondary image
Sub Thumbnail2 PathTertiary image
Photo CountTotal number of photos available
Has VideoWhether a video is attached to the listing

Trust & Quality Signals

FieldMeaning
Photographed By WiniPhotos taken by Autowini's own team
Has Insurance HistoryInsurance history documentation available
Has GuaranteeGuarantee/warranty offered
Inspection Report UploadedThird-party inspection report available
Odometer CheckVerified odometer reading

Listing Status & Promotions

FieldMeaning
HotmarksSpecial badge flags on the listing
New ItemRecently added to the platform
Fresh StockRecently sourced inventory
Almost Sold OutLow stock alert
Clearance SaleMarked for clearance
Fast ShippingExpedited shipping available
PromotionsActive promotional tags
Wish By UserWhether wishlisted by the current user
Wish CountTotal number of user wishlists

How to Use

  1. Build your search URL — Use Autowini's search filters (condition, make, model, location) and copy the result page URL.
  2. Paginate — Adjust pageOffset to cover multiple pages; add each to the urls array.
  3. Configure limits — Set max_items_per_url based on how many records per page you need.
  4. Run and export — Download results as JSON, CSV, or Excel for analysis.

Best practices:

  • Start with max_items_per_url: 20 to validate output before scaling.
  • Set ignore_url_failures: true for multi-URL runs to prevent single failures from halting collection.
  • Filter by condition in the URL (e.g., C020 for 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, or Inspection 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.