# MachineryZone Scraper — European Heavy Equipment (`rastriq/machineryzone-scraper`) Actor

Scrape used equipment listings from MachineryZone.eu, a major European marketplace for construction, agriculture, and material handling machinery. Extract price, make, model, year, hours, dealer info, and specs. Compare prices across the European equipment market.

- **URL**: https://apify.com/rastriq/machineryzone-scraper.md
- **Developed by:** [Rastriq — Structured data from the world](https://apify.com/rastriq) (community)
- **Categories:** E-commerce, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.90 / 1,000 results

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 a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

### What data can you scrape from MachineryZone — European Heavy Equipment?

Extract structured data from MachineryZone — European Heavy Equipment including listings, prices, and details.

- **Structured output** — Clean, normalized records ready for spreadsheets, BI tools or databases
- **Flexible filters** — Narrow your scrape by category, keyword, or other parameters
- **Export anywhere** — JSON, CSV, Excel, or via the Apify API and integrations

---

### Output: MachineryZone — European Heavy Equipment data structure

The Actor returns structured records with all available fields from MachineryZone — European Heavy Equipment listings.

---

### 🚀 Quick start

1. Click **Start** with the default input to test with a small sample.
2. Open the **Output** tab to preview results.
3. Export as CSV / Excel / JSON, or connect via API.

---

### How to scrape MachineryZone — European Heavy Equipment — input options

| Field | Description | Default |
|-------|-------------|---------|
| **🏗️ Equipment category** | Select the type of equipment to scrape. | `track-excavator` |
| **💯 Max results** | Maximum number of listings to collect. | `100` |
| **Max pages** | Number of result pages to go through. | `5` |
| **Proxy configuration** | Optional. Residential proxies recommended for best results. | Apify auto |
| **Max sessions (IP retries)** | Reintentos con IP fresca si DataDome quema la sesion. | `3` |
| **Pages per IP (preventive rotation)** | Paginas por IP antes de rotar preventivamente (antes del rate-limit ~p9). 0 = sesion unica larga. | `7` |
| **Max burned IPs** | IPs quemadas seguidas antes de abortar. | `4` |
| **DataDome resolve attempts** | Intentos de auto-resolve (x5s) antes de rotar. | `4` |

---

### 🔍 How it works

This Actor uses **Playwright (headless browser), TLS impersonation (curl_cffi), BeautifulSoup HTML parser** to extract data from MachineryZone — European Heavy Equipment. It navigates search results or catalog pages, extracts structured data from each listing, and normalizes the output into a consistent schema.

---

### How much does it cost to scrape MachineryZone — European Heavy Equipment?

This Actor uses **Pay-Per-Event** pricing — you pay only for results delivered, not for compute time.

| Plan | What you get |
|------|-------------|
| **Free tier** | $5/month of platform credits — enough for thousands of results |
| **Paid plans** | Scale to tens of thousands of results per run |

---

### 🔄 Integrations & scheduling

- **Schedule** daily/weekly runs from the Apify Console for automated data collection.
- Push results to **Google Sheets, Slack, Zapier, Make, webhooks** or any database.
- Fetch datasets via the **Apify REST API** or the official JavaScript/Python clients.

---

### Is it legal to scrape MachineryZone — European Heavy Equipment?

This Actor collects only **publicly available** data. It does not log in, bypass paywalls, or access private information. You are responsible for using the extracted data in compliance with the site's Terms of Service and applicable data protection laws (including GDPR where relevant).

---

### ❓ FAQ

**Can I access the data via API?**
Yes. Every run stores its dataset on Apify. Fetch it via REST API or use the official JavaScript/Python clients.

**What export formats are supported?**
JSON, CSV, Excel (XLSX), XML, and HTML table. You can also push data directly to Google Sheets or any webhook endpoint.

**Do I need proxies?**
Residential proxies are recommended for best results. The default proxy configuration is pre-set.

### Related Actors from Rastriq

- [Mascus Scraper](https://apify.com/rastriq/mascus-scraper)
- [Machinerytrader Scraper](https://apify.com/rastriq/machinerytrader-discovery)
- [Machineseeker Scraper](https://apify.com/rastriq/machineseeker-scraper)
- [Supralift Scraper](https://apify.com/rastriq/supralift-scraper)

# Actor input Schema

## `category` (type: `string`):

Select the type of equipment to scrape.
## `maxItems` (type: `integer`):

Maximum number of listings to collect.
## `maxPages` (type: `integer`):

Number of result pages to go through.
## `proxyConfiguration` (type: `object`):

<b>Residential proxy strongly recommended</b>.
## `maxSessions` (type: `integer`):

Reintentos con IP fresca si DataDome quema la sesion.
## `pagesPerSession` (type: `integer`):

Paginas por IP antes de rotar preventivamente (antes del rate-limit ~p9). 0 = sesion unica larga.
## `maxBurned` (type: `integer`):

IPs quemadas seguidas antes de abortar.
## `resolveAttempts` (type: `integer`):

Intentos de auto-resolve (x5s) antes de rotar.

## Actor input object example

```json
{
  "category": "track-excavator",
  "maxItems": 100,
  "maxPages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxSessions": 3,
  "pagesPerSession": 7,
  "maxBurned": 4,
  "resolveAttempts": 4
}
````

# Actor output Schema

## `anio` (type: `string`):

Anio

## `carga` (type: `string`):

Carga

## `categoria` (type: `string`):

Categoria

## `compania` (type: `string`):

Compania

## `correo` (type: `string`):

Correo

## `estado` (type: `string`):

Estado

## `fabric_motor` (type: `string`):

Fabric motor

## `fec_entrega` (type: `string`):

Fec entrega

## `fecha_publicacion` (type: `string`):

Fecha publicacion

## `imagenes` (type: `string`):

Imagenes

## `item_id` (type: `string`):

Item id

## `marca` (type: `string`):

Marca

## `modelo` (type: `string`):

Modelo

## `moneda` (type: `string`):

Moneda

## `num_serie` (type: `string`):

Num serie

## `pais` (type: `string`):

Pais

## `pais_fab` (type: `string`):

Pais fab

## `peso` (type: `string`):

Peso

## `pot_motor` (type: `string`):

Pot motor

## `ref_anunciante` (type: `string`):

Ref anunciante

## `ref_anuncio` (type: `string`):

Ref anuncio

## `renta_dia` (type: `string`):

Renta dia

## `snapshot_at` (type: `string`):

Snapshot at

## `source` (type: `string`):

Source

## `telefono` (type: `string`):

Telefono

## `tiempo_uso` (type: `string`):

Tiempo uso

## `tipo` (type: `string`):

Tipo

## `tipo_motor` (type: `string`):

Tipo motor

## `ubicacion` (type: `string`):

Ubicacion

## `url` (type: `string`):

Url

## `valor` (type: `string`):

Valor

# 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 = {
    "category": "track-excavator",
    "maxItems": 100,
    "maxPages": 5,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    },
    "maxSessions": 3,
    "pagesPerSession": 7,
    "maxBurned": 4,
    "resolveAttempts": 4
};

// Run the Actor and wait for it to finish
const run = await client.actor("rastriq/machineryzone-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 = {
    "category": "track-excavator",
    "maxItems": 100,
    "maxPages": 5,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
    "maxSessions": 3,
    "pagesPerSession": 7,
    "maxBurned": 4,
    "resolveAttempts": 4,
}

# Run the Actor and wait for it to finish
run = client.actor("rastriq/machineryzone-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 '{
  "category": "track-excavator",
  "maxItems": 100,
  "maxPages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxSessions": 3,
  "pagesPerSession": 7,
  "maxBurned": 4,
  "resolveAttempts": 4
}' |
apify call rastriq/machineryzone-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "MachineryZone Scraper — European Heavy Equipment",
        "description": "Scrape used equipment listings from MachineryZone.eu, a major European marketplace for construction, agriculture, and material handling machinery. Extract price, make, model, year, hours, dealer info, and specs. Compare prices across the European equipment market.",
        "version": "0.2",
        "x-build-id": "2beQjW236wViZ2Ua1"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/rastriq~machineryzone-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-rastriq-machineryzone-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/rastriq~machineryzone-scraper/runs": {
            "post": {
                "operationId": "runs-sync-rastriq-machineryzone-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/rastriq~machineryzone-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-rastriq-machineryzone-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "category": {
                        "title": "🏗️ Equipment category",
                        "enum": [
                            "track-excavator",
                            "wheel-excavator",
                            "mini-digger",
                            "backhoe-loaders",
                            "excavators-other",
                            "crane",
                            "mobile-crane",
                            "telescopic-crane",
                            "tower-crane",
                            "crawler-crane",
                            "wheel-loader",
                            "mini-loader",
                            "skid-steer-loader",
                            "bulldozer",
                            "compactor",
                            "dumper",
                            "telehandler",
                            "forklift",
                            "aerial-platform",
                            "concrete-equipment",
                            "generator"
                        ],
                        "type": "string",
                        "description": "Select the type of equipment to scrape.",
                        "default": "track-excavator"
                    },
                    "maxItems": {
                        "title": "💯 Max results",
                        "minimum": 1,
                        "maximum": 50000,
                        "type": "integer",
                        "description": "Maximum number of listings to collect.",
                        "default": 100
                    },
                    "maxPages": {
                        "title": "📄 Max pages",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Number of result pages to go through.",
                        "default": 5
                    },
                    "proxyConfiguration": {
                        "title": "🔌 Proxy",
                        "type": "object",
                        "description": "<b>Residential proxy strongly recommended</b>."
                    },
                    "maxSessions": {
                        "title": "Max sessions (IP retries)",
                        "minimum": 1,
                        "maximum": 8,
                        "type": "integer",
                        "description": "Reintentos con IP fresca si DataDome quema la sesion.",
                        "default": 3
                    },
                    "pagesPerSession": {
                        "title": "Pages per IP (preventive rotation)",
                        "minimum": 0,
                        "maximum": 50,
                        "type": "integer",
                        "description": "Paginas por IP antes de rotar preventivamente (antes del rate-limit ~p9). 0 = sesion unica larga.",
                        "default": 7
                    },
                    "maxBurned": {
                        "title": "Max burned IPs",
                        "minimum": 1,
                        "maximum": 12,
                        "type": "integer",
                        "description": "IPs quemadas seguidas antes de abortar.",
                        "default": 4
                    },
                    "resolveAttempts": {
                        "title": "DataDome resolve attempts",
                        "minimum": 1,
                        "maximum": 12,
                        "type": "integer",
                        "description": "Intentos de auto-resolve (x5s) antes de rotar.",
                        "default": 4
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
