# AutoScout24 Underpriced Cars — Discount vs Model Median (`jpmarketdata/autoscout24-underpriced-deals`) Actor

Type a make/model and get the cheapest AutoScout24 listings measured against every car of that model, not one page. Returns each deal's price, % under the model's median, how many cars are cheaper, mileage and year. $0.02 per make/model, +$0.002 per deal; unmeasurable search = free. Unofficial.

- **URL**: https://apify.com/jpmarketdata/autoscout24-underpriced-deals.md
- **Developed by:** [h ichi](https://apify.com/jpmarketdata) (community)
- **Categories:** E-commerce, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $20.00 / 1,000 model scanned against its populations

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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

## AutoScout24 Underpriced Cars — Discount vs Model Median

**What it does:** Counts the whole AutoScout24 stock of a make/model to find its median asking price, then lists the cheapest cars with how far under that median each sits.

**You enter:** Make/model slugs, e.g. `bmw/3er`, a country (default de) and a deal threshold (default: 20% under the median).

**You get:** One row per make/model: median asking price and price range across the whole stock. One row per deal: price, % under the median, how many cars are cheaper and dearer, mileage, registration year, dealer or private.

**Price:** $0.02 per make/model. +$0.002 per deal found (on by default; turn "Include individual deals" off for the summary only). A search that can't be measured = no charge.

**Example:** one deal row: price €7,900 · model median €15,450 · 48.9% under the median · cheaper than at least 1,204 and at most 1,890 of the cars listed

> Unofficial — not affiliated with AutoScout24. Reads public pages only.

### How a car gets placed

`priceto=X` is a search filter, and the site reports the exact hit count for any filter. A ladder of price ceilings therefore returns the true population CDF — not a sample, an enumeration. Each of the cheapest listings is then placed against it:

```json
{
  "price": 7900,
  "populationMedian": 15450,
  "discountVsMedianPct": 48.9,
  "pricePercentile": {
    "minPct": 10.9,
    "maxPct": 17.2,
    "cheaperThanAtLeast": 1204,
    "cheaperThanAtMost": 1890,
    "withinLadder": true
  }
}
```

**Bounded, never interpolated.** 1,204 cars are priced at or below €7,500 and 1,890 at or below €8,000 — both counts came from the site. This car is somewhere between them, and the output says exactly that rather than inventing a point estimate inside the band.

### When it refuses

If the ladder does not produce a population CDF for a search — too few cars, or a filter the site will not separate — the run returns `basisUsable: false` with the reason and **is not charged**. A "deal" measured against page one is the product this one exists to replace.

`priceBasis` is always stated (`population` or `sample`) so a 11,008-car median can never be mistaken for a 20-car page median.

### Pricing

From **$0.02** per model scanned, $0.002 per individual deal.

Only `/lst/{make}[/{model}]?` is fetched; detail pages are never requested (robots.txt forbids `/angebote/`). Sellers are never emitted. Nothing is stored between runs.

### If something goes wrong

- **Wrong number or a failed run?** Open a ticket on the **Issues** tab. I read every one and reply within 2 business days (Japan time).
- **You never get a fake "empty" result.** If the site can't be read, the run fails and says so.
- **No results = no charge.** You only pay for results you actually get.
- **Checked every week.** An automatic test runs this tool weekly; if the site changes, I fix it.
- **Public pages only.** No login, no personal data, and it goes easy on the site.

### More tools by the same author

- [AutoScout24 Listings — One Row per Car, $0.0006 Each](https://apify.com/jpmarketdata/autoscout24-listings)
- [AutoScout24 Used Car Prices by Model — Median & Range](https://apify.com/jpmarketdata/autoscout24-price-market-checker)
- [Vinted Prices by Country — Cheapest vs Priciest Site](https://apify.com/jpmarketdata/vinted-cross-country-price-gap)
- [Vinted Listings — One Row per Item, $0.0008 Each](https://apify.com/jpmarketdata/vinted-listings)
- [Vinted Asking Prices — Median, Range & Favourites](https://apify.com/jpmarketdata/vinted-price-checker)
- [Vinted Underpriced Listings — Cheap and Most Favourited](https://apify.com/jpmarketdata/vinted-underpriced-deals)

All tools (Japan marketplaces, real estate, jobs, racing, prediction markets): <https://apify.com/jpmarketdata>

### Disclaimer

Unofficial, independent tool — **not affiliated with, endorsed by, or sponsored by AutoScout24**. Product names and logos belong to their owners and only say where the data comes from. Data is read from public pages, for market research; check before you act on it.

# Actor input Schema

## `models` (type: `array`):

e.g. "bmw/3er", "volkswagen/golf", or just "bmw". A narrower search gives a tighter population and a more meaningful percentile.

## `country` (type: `string`):

AutoScout24 domain to search. The population, the currency and the model slugs are all country-specific.

## `dealThresholdPct` (type: `integer`):

A listing counts as a deal at or below this share of the population median. 80 means "20% under the market".

## `maxCandidates` (type: `integer`):

How many of the cheapest listings to fetch and position. Sorted by price ascending, ~18 per page.

## `firstRegistrationFrom` (type: `integer`):

Applied to the population and the candidates alike.

## `mileageMaxKm` (type: `integer`):

Applied to the population and the candidates alike, so the percentile stays a like-for-like comparison.

## `maxPopulationSpread` (type: `string`):

Comparability ceiling. A search whose population spans more than this from p10 to p90 is mixing model years and conditions, so a discount against its median compares unlike cars — it is refused rather than scored.

## `implausibleBelowPct` (type: `string`):

Listings under this share of the median are placeholders, not prices — dealers use EUR 1 for price-on-request, deposits and parts cars. They are counted in implausibleExcluded and kept out of the deal list.

## `ladderSteps` (type: `integer`):

Rungs in the count ladder that builds the population CDF. More rungs mean tighter percentile bounds and more requests.

## `refineSteps` (type: `integer`):

Extra rungs placed around the median to sharpen the middle of the distribution.

## `includeIndividualDeals` (type: `boolean`):

Return each matching listing with its placement (charged per deal).

## `convertToUsd` (type: `boolean`):

Add USD figures alongside the local currency.

## Actor input object example

```json
{
  "models": [
    "bmw/3er"
  ],
  "country": "de",
  "dealThresholdPct": 80,
  "maxCandidates": 40,
  "maxPopulationSpread": "4.0",
  "implausibleBelowPct": "5.0",
  "ladderSteps": 9,
  "refineSteps": 3,
  "includeIndividualDeals": true,
  "convertToUsd": true
}
```

# 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 = {
    "models": [
        "bmw/3er"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("jpmarketdata/autoscout24-underpriced-deals").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 = { "models": ["bmw/3er"] }

# Run the Actor and wait for it to finish
run = client.actor("jpmarketdata/autoscout24-underpriced-deals").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "models": [
    "bmw/3er"
  ]
}' |
apify call jpmarketdata/autoscout24-underpriced-deals --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,jpmarketdata/autoscout24-underpriced-deals"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/8UR7SYG81sEP6vaXX/builds/cdRdWx0ZJjm0QRq3r/openapi.json
