Euro Auctions Scraper — Europe Construction Equipment​‌​ avatar

Euro Auctions Scraper — Europe Construction Equipment​‌​

Pricing

from $1.90 / 1,000 results

Go to Apify Store
Euro Auctions Scraper — Europe Construction Equipment​‌​

Euro Auctions Scraper — Europe Construction Equipment​‌​

Turn euroauctions.com into a recurring source of construction-equipment leads and resale benchmarks. Capture hammer prices, hours and full specs to qualify buyers, sellers and undervalued lots across the European auction circuit.

Pricing

from $1.90 / 1,000 results

Rating

0.0

(0)

Developer

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Euro Auctions Construction Equipment Scraper

Scrapes construction equipment listings from euroauctions.com via their internal JSON API.

What's new in v0.4

  • Global endpoint mode: /data/api/equipmentsearch scrapes the entire inventory in one pass (~585 pages) instead of 29 category passes
  • Current bids: live bid amounts for active auction items via /data/api/search/currentbids
  • Category name from API: cn field captured directly from the response
  • Updated image CDN: high-quality images from images.euroauctionslive.com
  • curl_cffi TLS impersonation: bypasses Azure WAF + Akamai without browser

Features

  • 35 equipment categories via mc= codes (29 default construction/industrial)
  • Two scraping modes: per-category (mc=) or global endpoint (equipmentsearch)
  • Structured field extraction: make, model, year, hours, condition, tonnage, engine
  • Live current bids for auction items
  • Past auction results with hammer prices (requires authenticated cookie)
  • Anti-detection: TLS fingerprint rotation via curl_cffi, randomized delays
  • Proxy support via Apify proxy configuration

Output fields

FieldDescription
item_idUnique lot identifier
titleFull lot title
category_nameCategory name from API (cn field)
makeExtracted brand (CAT, Komatsu, etc.)
modelExtracted model
yearManufacturing year
hours / hours_typeUsage hours and type (running/crushing/meter)
conditionUnused, Ex-Demo, Refurbished, etc.
tonnageWeight class if mentioned
engine_make / engine_modelEngine details from description
currency / floor_price / starting_bid / hammer_pricePricing
current_bidLive bid amount (when fetch_current_bids=true)
country / region / cityLocation
lot_urlDirect link to listing
photo_urlHigh-res image from CDN

Getting hammer prices

  1. Create an account at euroauctions.com
  2. Log in, open DevTools (F12) > Network
  3. Copy the Cookie header from any /data/api/ request
  4. Paste into the "Session cookie" input field
  5. Enable "Scrape past auctions"