Vintage Cars of Europe Scraper — European Classics avatar

Vintage Cars of Europe Scraper — European Classics

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Vintage Cars of Europe Scraper — European Classics

Vintage Cars of Europe Scraper — European Classics

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.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

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 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:

FieldDescription
idId
urlUrl
titleTitle
brandBrand
modelModel
model_yearModel Year
pricePrice
price_currencyPrice Currency
locationLocation
image_urlImage Url
scraped_atScraped At

Output: European Vintage Cars data structure

Each listing is returned as a JSON object:

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

ParameterDescriptionDefault
makeBrand/make filter"" (all)
year_minEarliest model year(none)
year_maxLatest model year(none)
max_itemsMaximum results to return200
max_pagesMaximum pages to process(unlimited)
proxyConfigurationApify proxy settingsResidential

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.
  • 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.

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.