# Troostwijk Auctions Scraper - Used Machinery Lot Data (`crawloop/troostwijk-scraper`) Actor

Scrape Troostwijk Auctions used machinery lots: current bids, technical specs, images, location, PDF documents, and auction metadata. Sitemap search, 7 languages, listings or details mode. Cloudflare bypass via curl\_cffi on Apify.

- **URL**: https://apify.com/crawloop/troostwijk-scraper.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, Automation, Developer tools
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 listing row scrapeds

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

## Troostwijk Auctions Scraper - Used Machinery Lot Extractor

> **Disclaimer:** This is an unofficial integration developed independently of TBAuctions. It is not affiliated with, sponsored by, or endorsed by Troostwijk Auctions, TBAuctions, or any of its subsidiaries.
>
> **Troostwijk Auctions** and related names are trademarks of their respective owners. Listing data is read from publicly accessible web sources only; no proprietary databases are redistributed.
>
> This Actor is provided **for informational and research purposes only** (e.g. market research, dealer outreach, inventory monitoring). You are solely responsible for ensuring your use complies with applicable laws, platform terms of use, and your organization's policies.
>
> No warranty is given as to accuracy, completeness, or continued availability of third-party data. Use at your own risk.

Extract **used machinery**, **industrial equipment**, and **auction lot** data from Troostwijk Auctions into structured JSON on Apify. Built for European B2B workflows: auction monitoring, bid intelligence, resale pricing, and equipment sourcing across forklifts, earthmoving, metalworking, transport, agriculture, and hospitality liquidations.

Supports **auction listing pages**, **category URLs**, **direct lot detail pages**, and **keyword search** via sitemap scanning. Choose `listings` mode for fast catalog cards or `details` mode for full lot pages with technical specification tables, image galleries, and PDF documents.

Cloudflare-protected pages are handled with `curl_cffi` Chrome 120 fingerprint emulation — lightweight HTTP extraction without headless browser overhead.

### When to use this Actor

Use the **Troostwijk Auctions Scraper** when you need:

- **Current bid prices** and reserve status for industrial auction lots
- **Technical specifications** (brand, model, year, serial number, capacity, hours)
- **Auction metadata** — lot count, start/end dates, buyer premium (BSC), sale terms
- **Location context** — city and country for logistics and territory analysis
- **Multi-language catalogs** — English, Dutch, French, Polish, German, Italian, Romanian
- **Bulk lot discovery** — scan sitemaps by keyword (`forklift`, `CNC`, `excavator`, `Linde`, etc.)

Ideal for machinery dealers, auction analysts, asset recovery teams, and market researchers tracking European industrial disposals.

### Used Machinery Data Pipeline

```
Input sources                    Extraction modes              Output
─────────────────────           ─────────────────────         ──────────────────

  Auction URL  (/a/...)    ──►   listings  (fast cards)   ──►  price, bids, dates
  Category URL (/c/...)    ──►   details   (full PDP)    ──►  specs, images, docs
  Lot URL      (/l/...)    ──►                             ──►  auction context
  searchQuery  (sitemap)

  Join with manufacturer + model ──► price benchmarking & inventory alerts
```

### Key Features

- **Auction & category crawling** — Paginate auction and category pages; collect lot cards with bid count, end date, and thumbnail image.
- **Deep lot enrichment** — In `details` mode, visit each product detail page for full descriptions, specification tables, multi-image galleries, and downloadable documents.
- **Sitemap keyword search** — Text queries scan Troostwijk lot sitemaps to find matching slugs without relying on client-side search UI.
- **Seven languages** — Localized titles, URLs, and formatting for `en`, `nl`, `fr`, `pl`, `de`, `it`, `ro`.
- **Cloudflare WAF bypass** — Chrome 120 JA3 impersonation via `curl_cffi` for reliable access at scale.
- **Residential proxy support** — Apify Proxy recommended for stable production runs.
- **Pay-per-result billing** — Charges only for successfully scraped rows (`scraped-listings-row` or `scraped-details-row`).

### Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `startUrls` | Array | `[]` | Auction pages (`/a/…`), category pages (`/c/…`), or lot detail pages (`/l/…`). |
| `searchQuery` | String | `""` | Optional keyword (e.g. `forklift`, `linde`). Scans lot sitemaps. Alternative to `startUrls`. |
| `runMode` | String | `"listings"` | `"listings"` for card overview or `"details"` for full PDP enrichment. |
| `maxItems` | Integer | `100` | Maximum total lots to scrape across all inputs. |
| `maxPagesPerUrl` | Integer | `10` | Maximum pagination pages per auction or category URL. |
| `language` | String | `"en"` | Target language: `en`, `nl`, `fr`, `pl`, `de`, `it`, `ro`. |
| `concurrencyLimit` | Integer | `5` | Parallel workers — keep low to reduce anti-bot blocks. |
| `proxyConfiguration` | Object | `{}` | Apify Proxy settings (residential recommended). |

#### Input Example

```json
{
  "startUrls": [
    { "url": "https://www.troostwijkauctions.com/en/a/earthmoving-equipment-internal-transport-machinery-and-vehicles-A1-40510" }
  ],
  "runMode": "details",
  "maxItems": 50,
  "maxPagesPerUrl": 3,
  "language": "en",
  "concurrencyLimit": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

### Output Format

Each row is pushed to the default Apify dataset.

#### Listings mode (card-level)

| Field | Description |
| :--- | :--- |
| `id`, `uuid`, `itemId` | Lot identifiers |
| `title`, `url` | Lot title and canonical URL |
| `image` | Thumbnail image URL |
| `price`, `currency`, `priceFormatted` | Current bid amount |
| `city`, `country` | Lot location |
| `biddingStatus`, `bidsCount` | Auction state and bid activity |
| `startDate`, `endDate` | Lot timing (ISO 8601) |
| `followersCount`, `saleTerm` | Engagement and sale type |

#### Details mode (full lot page)

All listing fields plus:

| Field | Description |
| :--- | :--- |
| `description`, `additionalInformation` | Full lot text |
| `specifications` | Key-value technical specs (Brand, Model, Year, Serial number, etc.) |
| `images` | Array of high-resolution image URLs |
| `documents` | PDF and attachment links with names |
| `initialPrice`, `condition`, `hasWarranty` | Pricing and condition context |
| `bsc`, `marginGood`, `minimumBidAmountMet` | Buyer premium and VAT scheme flags |
| `auction` | Parent auction id, name, dates, lot count, and auction documents |

#### Output Example (details mode)

```json
{
  "id": "A1-40510-34",
  "uuid": "000206e2-c409-4f3a-9814-b578a1009cfc",
  "itemId": "aec8a3ac-7fcc-45bf-8756-7d0d0e4f31cd",
  "title": "2004 Linde E20P-02 Forklift Truck Defective",
  "url": "https://www.troostwijkauctions.com/en/l/2004-linde-e20p-02-forklift-truck-defective-A1-40510-34",
  "description": "48V battery pack missing, operation unknown, Forks 1200mm, max lifting capacity 2000kg",
  "images": [
    "https://media.tbauctions.com/image-media/0d7f9639-2298-4760-9a64-9c9db99ca74c/file"
  ],
  "price": 250.0,
  "currency": "EUR",
  "priceFormatted": "250.0 EUR",
  "initialPrice": 250.0,
  "city": "Budel",
  "country": "nl",
  "specifications": {
    "Brand": "Linde",
    "Model": "E20P-02",
    "Year": "2004",
    "Serial number": "H2X386R04456",
    "Lifting capacity": "2000 kg"
  },
  "biddingStatus": "BIDDING_OPEN",
  "startDate": "2026-06-18T10:00:00Z",
  "auction": {
    "id": "A1-40510",
    "name": "Earthmoving equipment, internal transport, machinery and vehicles",
    "lotCount": 94
  }
}
```

### Typical Workflow

1. Paste an **auction URL** or **category URL** into `startUrls`, or set a **`searchQuery`** for keyword-based lot discovery.
2. Choose **`listings`** for a quick price and availability scan, or **`details`** for full specs and documents.
3. Set **`maxItems`** and enable **Apify Residential Proxy** for production volumes.
4. Export the dataset as JSON, CSV, or Excel — or connect via API to your ERP, BI dashboard, or alerting pipeline.

### Use cases

| Use case | What you get |
| :--- | :--- |
| **Live bid monitoring** | Current bids, status, followers across open auctions |
| **Asset valuation** | Specs, images, PDFs for machinery lots |
| **Keyword discovery** | Sitemap / searchQuery lot finding |
| **Cross-platform comps** | Join with Surplex / Machineryline by brand + model |
| **AI / MCP workflows** | Run via Apify API, clients, or MCP and summarize auction lots |

### Integration examples

#### Node.js

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('crawloop/troostwijk-scraper').call({
  startUrls: [{ url: 'https://www.troostwijkauctions.com/en/a/earthmoving-equipment-A1-40510' }],
  runMode: 'details',
  maxItems: 50,
  language: 'en',
  proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ['RESIDENTIAL'] },
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.slice(0, 5));
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient(token)
run = client.actor("crawloop/troostwijk-scraper").call(
    run_input={
        "runMode": "listings",
        "searchQuery": "forklift",
        "maxItems": 50,
        "language": "en",
        "proxyConfiguration": {
            "useApifyProxy": True,
            "apifyProxyGroups": ["RESIDENTIAL"],
        },
    }
)
items = list(client.dataset(run["defaultDatasetId"]).iterate_items())
print(len(items), items[:3])
```

#### cURL

```bash
curl "https://api.apify.com/v2/acts/crawloop~troostwijk-scraper/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "runMode": "listings",
    "searchQuery": "forklift",
    "maxItems": 50,
    "language": "en",
    "proxyConfiguration": {
      "useApifyProxy": true,
      "apifyProxyGroups": ["RESIDENTIAL"]
    }
  }'
```

### MCP and AI assistants

Use this Actor from AI tools via [Apify MCP](https://docs.apify.com/platform/integrations/mcp). Connect your Apify account, then call `crawloop/troostwijk-scraper`.

Example prompts:

- "Run Troostwijk Scraper for forklift lots in listings mode, max 50, and return title, price, city, biddingStatus"
- "Scrape Troostwijk auction details and summarize median current bids by country"
- "Chain Troostwijk Scraper then Surplex Scraper for similar industrial lots and compare starting prices"

### Suite next step

For plant-closure auctions, use [Surplex Scraper](https://apify.com/crawloop/surplex-scraper). For dealer asking prices, use [Machineryline Scraper](https://apify.com/crawloop/machineryline-scraper).

### Related Actors — Industrial Auctions

| Platform focus | Actor |
| :--- | :--- |
| **Multi-country auction house & live bids (Troostwijk)** | **Troostwijk Scraper** ◄── you are here |
| Plant closures & industrial lots across EU | [Surplex Scraper](https://apify.com/crawloop/surplex-scraper) |
| Heavy equipment dealer stock & contacts | [Machineryline Scraper](https://apify.com/crawloop/machineryline-scraper) |
| European CNC & metalworking listings | [Exapro Scraper](https://apify.com/crawloop/exapro-scraper) |

# Actor input Schema

## `startUrls` (type: `array`):

List of URLs to scrape. Supports category pages (e.g. /en/c/transport-and-logistics/22430513-5e00-4758-9889-a4e52c0bb221), auction listing pages (e.g. /en/a/earthmoving-equipment-internal-transport-machinery-and-vehicles-A1-40510), or direct lot detail pages (e.g. /en/l/2004-linde-e20p-02-forklift-truck-defective-A1-40510-34).

## `searchQuery` (type: `string`):

Optional search term to scan via Troostwijk's sitemaps (e.g. 'forklift', 'linde'). If provided, startUrls is not required.

## `runMode` (type: `string`):

Choose between extracting info directly from listing cards ('listings') or crawling deep product detail pages for full specs, multiple images, and documents ('details').

## `maxItems` (type: `integer`):

Maximum number of items to scrape in total.

## `maxPagesPerUrl` (type: `integer`):

Maximum number of pages to paginate for each category or auction.

## `language` (type: `string`):

Select the target language for search queries and listing links. Used to extract localized titles and URLs.

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

Proxy settings. It is recommended to use Apify Proxy to bypass Cloudflare protection.

## `concurrencyLimit` (type: `integer`):

Maximum number of concurrent requests to make. Keep low to avoid hitting anti-bot blocks.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.troostwijkauctions.com/en/a/earthmoving-equipment-internal-transport-machinery-and-vehicles-A1-40510"
    }
  ],
  "runMode": "listings",
  "maxItems": 100,
  "maxPagesPerUrl": 10,
  "language": "en",
  "concurrencyLimit": 5
}
```

# Actor output Schema

## `lots` (type: `string`):

Dataset of auction lots (bids, specs, images, auction context).

# 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 = {
    "startUrls": [
        {
            "url": "https://www.troostwijkauctions.com/en/a/earthmoving-equipment-internal-transport-machinery-and-vehicles-A1-40510"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/troostwijk-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 = { "startUrls": [{ "url": "https://www.troostwijkauctions.com/en/a/earthmoving-equipment-internal-transport-machinery-and-vehicles-A1-40510" }] }

# Run the Actor and wait for it to finish
run = client.actor("crawloop/troostwijk-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 '{
  "startUrls": [
    {
      "url": "https://www.troostwijkauctions.com/en/a/earthmoving-equipment-internal-transport-machinery-and-vehicles-A1-40510"
    }
  ]
}' |
apify call crawloop/troostwijk-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

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