# Autowini Cars Search Scraper (`stealth_mode/autowini-cars-search-scraper`) Actor

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.

- **URL**: https://apify.com/stealth\_mode/autowini-cars-search-scraper.md
- **Developed by:** [Stealth mode](https://apify.com/stealth_mode) (community)
- **Categories:** Automation, Developer tools, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 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

```json
{
  "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 `pageOffset` in the URL to paginate through results. Combine multiple paginated URLs in the `urls` array for full dataset collection.

***

### Output Format

```json
{
  "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

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.

# Actor input Schema

## `urls` (type: `array`):

Add the URLs of the Cars list urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.

## `ignore_url_failures` (type: `boolean`):

If true, the scraper will continue running even if some URLs fail to be scraped.

## `max_items_per_url` (type: `integer`):

The maximum number of items to scrape per URL.

## Actor input object example

```json
{
  "urls": [
    "https://www.autowini.com/search/items?itemType=cars&condition=C020&pageOffset=2"
  ],
  "ignore_url_failures": true,
  "max_items_per_url": 20
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "urls": [
        "https://www.autowini.com/search/items?itemType=cars&condition=C020&pageOffset=2"
    ],
    "ignore_url_failures": true,
    "max_items_per_url": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("stealth_mode/autowini-cars-search-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "urls": ["https://www.autowini.com/search/items?itemType=cars&condition=C020&pageOffset=2"],
    "ignore_url_failures": True,
    "max_items_per_url": 20,
}

# Run the Actor and wait for it to finish
run = client.actor("stealth_mode/autowini-cars-search-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "urls": [
    "https://www.autowini.com/search/items?itemType=cars&condition=C020&pageOffset=2"
  ],
  "ignore_url_failures": true,
  "max_items_per_url": 20
}' |
apify call stealth_mode/autowini-cars-search-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=stealth_mode/autowini-cars-search-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Autowini Cars Search Scraper",
        "description": "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.",
        "version": "0.0",
        "x-build-id": "GWWTFoP5jtFlfzPxT"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/stealth_mode~autowini-cars-search-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-stealth_mode-autowini-cars-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/stealth_mode~autowini-cars-search-scraper/runs": {
            "post": {
                "operationId": "runs-sync-stealth_mode-autowini-cars-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/stealth_mode~autowini-cars-search-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-stealth_mode-autowini-cars-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "urls": {
                        "title": "URLs of the Cars list urls to scrape",
                        "type": "array",
                        "description": "Add the URLs of the Cars list urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "ignore_url_failures": {
                        "title": "Continue running even if some URLs fail to be scraped",
                        "type": "boolean",
                        "description": "If true, the scraper will continue running even if some URLs fail to be scraped."
                    },
                    "max_items_per_url": {
                        "title": "Max items per URL",
                        "type": "integer",
                        "description": "The maximum number of items to scrape per URL."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
