# Vintage Cars of Europe Scraper — European Classics (`rastriq/vintagecarsofeurope-scraper`) Actor

Scrape vintage and classic car listings from European Vintage Cars. Extract price, make, model, year, location, and images. Currently in development -- awaiting JS rendering upgrade.

- **URL**: https://apify.com/rastriq/vintagecarsofeurope-scraper.md
- **Developed by:** [Rastriq — Structured data from the world](https://apify.com/rastriq) (community)
- **Categories:** E-commerce, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.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.

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

## Vintage Cars of Europe Scraper — European Classics

> **Development Status:** This scraper is currently a placeholder. React SPA (Single Page Application) requires Playwright browser automation or API interception to render listings. The input/output schemas are finalized -- once the scraping engine is upgraded, the actor will produce the documented output format without breaking changes.

Scrape car listings from [European Vintage Cars](https://european-vintage-cars.racingedge.com) on the Apify platform. Extract structured data including price, make, model, year and location, and images.

### What data can you scrape from European Vintage Cars?

This actor extracts the following data from every listing:

| Field | Description |
|-------|-------------|
| `id` | Id |
| `url` | Url |
| `title` | Title |
| `brand` | Brand |
| `model` | Model |
| `model_year` | Model Year |
| `price` | Price |
| `price_currency` | Price Currency |
| `location` | Location |
| `image_url` | Image Url |
| `scraped_at` | Scraped At |

### Output: European Vintage Cars data structure

Each listing is returned as a JSON object:

```json
{
  "id": "vce-789",
  "url": "https://european-vintage-cars.racingedge.com/listing/789",
  "title": "1967 Alfa Romeo Spider 1600 Duetto",
  "brand": "Alfa Romeo",
  "model": "Spider 1600 Duetto",
  "model_year": 1967,
  "price": 89000,
  "price_currency": "EUR",
  "location": "Milan, Italy",
  "image_url": "https://european-vintage-cars.racingedge.com/images/example.jpg",
  "scraped_at": "2025-02-10T12:00:00Z"
}
```

### Quick start

1. Go to the [vintagecarsofeurope-scraper](https://apify.com/rastriq/vintagecarsofeurope-scraper) actor page on Apify.
2. Click **Try for free** to open the input form.
3. Set a **make** (e.g. `alfa-romeo`) and keep **max results** at 20 for a test run.
4. Click **Save & Run** and wait for the results.
5. Download your data as JSON, CSV, or Excel, or connect via API.

### Input options

| Parameter | Description | Default |
|-----------|-------------|---------|
| `make` | Brand/make filter | `""` (all) |
| `year_min` | Earliest model year | (none) |
| `year_max` | Latest model year | (none) |
| `max_items` | Maximum results to return | `200` |
| `max_pages` | Maximum pages to process | (unlimited) |
| `proxyConfiguration` | Apify proxy settings | Residential |

### How it works

The scraper uses PLACEHOLDER -- React SPA needs Playwright/API interception to extract car listings from European Vintage Cars. It respects rate limits and uses proxy rotation to ensure reliable data collection.

**Listing data:** The scraper captures active listings with current asking prices, vehicle details, and seller information.

### Cost of usage

\~$2.00 per 100 listings (estimated, residential proxy + browser). A typical run extracting 100 listings takes under 60 seconds and costs a few cents in Apify platform credits.

**Tip:** Start with `max_items: 20` for testing. Scale up once you have confirmed the output meets your needs.

### Integrations & scheduling

- **API access:** Retrieve results programmatically via the [Apify API](https://docs.apify.com/api/v2).
- **Webhooks:** Get notified when a run completes.
- **Scheduling:** Set up recurring runs (daily, weekly) from the Apify console.
- **Integrations:** Connect to Google Sheets, Slack, Zapier, Make, and more.

### Legal disclaimer

This actor is provided for **personal and research use**. Scraping is subject to the target website's Terms of Service. The user is solely responsible for ensuring compliance with applicable laws and the website's robots.txt and ToS. Rastriq does not endorse scraping for purposes that violate any website's terms.

### FAQ

**Q: How often is the data updated?**
A: The actor scrapes live data on every run. Schedule runs as frequently as you need.

**Q: Can I filter by specific models?**
A: Currently the actor supports make-level filtering. Model-level filtering can be done post-scrape by filtering the output dataset.

**Q: What proxy should I use?**
A: Residential proxies are recommended for best reliability. The default configuration uses Apify's residential proxy pool.

### Related Actors from Rastriq

- [Car and Classic Scraper](https://apify.com/rastriq/carandclassic-scraper) - Europe's largest classic car marketplace
- [Classic-Trader Scraper](https://apify.com/rastriq/classic-trader-scraper) - Premium European collector vehicles
- [Collecting Cars Scraper](https://apify.com/rastriq/collecting-cars-scraper) - Online classic car auctions
- [Autoscout24 Scraper](https://apify.com/rastriq/autoscout24-scraper) - Europe's largest car marketplace
- [Wallapop Cars Scraper](https://apify.com/rastriq/wallapop-cars-scraper) - Spanish secondhand car marketplace

# Actor input Schema

## `make` (type: `string`):

Car make to search for (e.g. <code>alfa-romeo</code>). Leave empty to scrape all makes.

## `year_min` (type: `integer`):

<b>Earliest model year</b> to include. Leave empty for no lower bound.

## `year_max` (type: `integer`):

<b>Latest model year</b> to include. Leave empty for no upper bound.

## `max_items` (type: `integer`):

Maximum total items to return. Start with <b>20</b> for testing.

## `max_pages` (type: `integer`):

Maximum pages to process. Leave empty for unlimited.

## `proxyConfiguration` (type: `object`):

HTTP proxy. <b>Residential proxies</b> recommended.

## Actor input object example

```json
{
  "make": "alfa-romeo",
  "max_items": 20,
  "max_pages": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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 = {
    "make": "alfa-romeo",
    "max_items": 20,
    "max_pages": 3,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rastriq/vintagecarsofeurope-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 = {
    "make": "alfa-romeo",
    "max_items": 20,
    "max_pages": 3,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("rastriq/vintagecarsofeurope-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 '{
  "make": "alfa-romeo",
  "max_items": 20,
  "max_pages": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call rastriq/vintagecarsofeurope-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/ZwwSujuEZLfM46O8D/builds/ESch5IXd4szYEfZGk/openapi.json
