Iconic Auctioneers Scraper — UK Car Auction Results avatar

Iconic Auctioneers Scraper — UK Car Auction Results

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Iconic Auctioneers Scraper — UK Car Auction Results

Iconic Auctioneers Scraper — UK Car Auction Results

Scrape classic car auction results from Iconic Auctioneers, a leading UK auction house at Silverstone and NEC. Extract lot details, hammer prices, estimates, brand, model, year, and images.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Scrape auction results from Iconic Auctioneers on the Apify platform. Extract structured data including price, make, model, year, estimates, lot details, and sale status.

What data can you scrape from Iconic Auctioneers?

This actor extracts the following data from every lot:

FieldDescription
idId
urlUrl
titleTitle
brandBrand
modelModel
model_yearModel Year
pricePrice
price_currencyPrice Currency
estimate_lowEstimate Low
estimate_highEstimate High
auction_nameAuction Name
lot_numberLot Number
soldSold
image_urlImage Url
scraped_atScraped At

Output: Iconic Auctioneers data structure

Each lot is returned as a JSON object:

{
"id": "iconic-2345",
"url": "https://www.iconicauctioneers.com/lot/2345",
"title": "1965 Jaguar E-Type 4.2 Roadster",
"brand": "Jaguar",
"model": "E-Type 4.2 Roadster",
"model_year": 1965,
"price": 125000,
"price_currency": "GBP",
"estimate_low": 110000,
"estimate_high": 140000,
"auction_name": "The Silverstone Classic Sale",
"lot_number": "45",
"sold": true,
"image_url": "https://www.iconicauctioneers.com/media/example.jpg",
"scraped_at": "2025-03-10T16:00:00Z"
}

Quick start

  1. Go to the iconic-auctioneers-scraper actor page on Apify.
  2. Click Try for free to open the input form.
  3. Set a make (e.g. jaguar) 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 HTML SSR parsing to extract auction results from Iconic Auctioneers. It respects rate limits and uses proxy rotation to ensure reliable data collection.

Auction data: The scraper captures both upcoming lots (with estimates) and past results (with hammer prices and sold/unsold status).

Cost of usage

~$0.30 per 100 lots using datacenter proxy. A typical run extracting 100 lots 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.