Euro Auctions Scraper — Europe Construction Equipment
Pricing
from $1.90 / 1,000 results
Go to Apify Store

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
Rastriq — Structured data from the world
Maintained by CommunityActor 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/equipmentsearchscrapes 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:
cnfield 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
| Field | Description |
|---|---|
| item_id | Unique lot identifier |
| title | Full lot title |
| category_name | Category name from API (cn field) |
| make | Extracted brand (CAT, Komatsu, etc.) |
| model | Extracted model |
| year | Manufacturing year |
| hours / hours_type | Usage hours and type (running/crushing/meter) |
| condition | Unused, Ex-Demo, Refurbished, etc. |
| tonnage | Weight class if mentioned |
| engine_make / engine_model | Engine details from description |
| currency / floor_price / starting_bid / hammer_price | Pricing |
| current_bid | Live bid amount (when fetch_current_bids=true) |
| country / region / city | Location |
| lot_url | Direct link to listing |
| photo_url | High-res image from CDN |
Getting hammer prices
- Create an account at euroauctions.com
- Log in, open DevTools (F12) > Network
- Copy the Cookie header from any
/data/api/request - Paste into the "Session cookie" input field
- Enable "Scrape past auctions"