# Machineryline Scraper — Heavy Equipment & Dealer Contacts (`crawloop/machineryline-scraper`) Actor

Scrape Machineryline, Autoline, and Agroline heavy equipment: specs, prices, dealer phones, WhatsApp, addresses, and geo-coordinates. Listings or details mode. Lightweight HTTP on Apify.

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

## Pricing

from $3.00 / 1,000 scraped machinery full details

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

## Machineryline Scraper — Heavy Equipment & Dealer Contacts

> **Crawloop Used Machinery Marketplace Suite** — Structured extraction for heavy machinery, commercial vehicles, and agricultural equipment. Built for B2B lead generation, dealer intelligence, and geospatial inventory workflows.
>
> Product site: [crawloop.com/used-machinery](https://crawloop.com/used-machinery.html)

| Exapro | Resale.info | Machineseeker | Machineryline |
| :--- | :--- | :--- | :--- |
| [Exapro Scraper](https://crawloop.com/products/exapro-scraper.html) | [Resale.info Scraper](https://crawloop.com/products/resale-scraper.html) | [Machineseeker Scraper](https://crawloop.com/products/machineseeker-scraper.html) | **Machineryline Scraper** ◄── you are here |

> **Disclaimer:** This is an unofficial integration developed independently of Linemedia Sp. z o.o. It is not affiliated with, sponsored by, or endorsed by Machineryline, Autoline, Agroline, or any of their subsidiaries.
>
> **Machineryline**, **Autoline**, **Agroline**, 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 heavy equipment listings from **machineryline.info** and regional sister domains (`.de`, `.pl`, `.ua`, `.ro`, …) into clean JSON datasets on Apify. Also works on **Autoline** (trucks) and **Agroline** (agriculture) via the same layout engine — no code changes required.

Supports category URLs, dealer pages, and direct product pages with `listings` mode for fast catalog scans and `details` mode for full PDP enrichment including dealer phone numbers, WhatsApp links, addresses, and latitude/longitude coordinates. Lightweight HTTP extraction — no headless browser overhead.

### When to use this Actor

Use the **Machineryline Scraper** when you need excavators, loaders, cranes, trucks, or agricultural equipment with dealer contacts, verified-seller flags, and geo-coordinates for mapping dashboards.

For used CNC and metalworking machine tools on Exapro with seller activity stats, use the [Exapro Scraper](https://crawloop.com/products/exapro-scraper.html). For unmasked dealer phones on Resale.info listings, use the [Resale.info Scraper](https://crawloop.com/products/resale-scraper.html). For Machineseeker / Maschinensucher inventories across 10+ regional TLDs, use the [Machineseeker Scraper](https://crawloop.com/products/machineseeker-scraper.html).

### Used Machinery Marketplace Workflow

````

Multi-platform intelligence          Per-platform enrichment
──────────────────────────          ─────────────────────────

Exapro Scraper        ──────────────────► seller stats & European listings
Resale.info Scraper   ──────────────────► dealer phones & profiles
Machineseeker Scraper ──────────────────► regional CNC & metalworking
Machineryline Scraper ◄── you are here ──► heavy equipment & coordinates

Join datasets by manufacturer + model ──► price comparison & lead routing

````

### Key Features

- **Regional domains and sister platforms** — Any Machineryline TLD plus Autoline and Agroline URLs in `startUrls`; currency and formatting follow the local site.
- **Two extraction modes** — `listings` for card-level specs and pricing; `details` for per-PDP phones, coordinates, images, and full spec tables.
- **Dealer contact enrichment** — Phone numbers, WhatsApp links, addresses, and verified-seller status from detail pages.
- **Geospatial coordinates** — Latitude and longitude for equipment location dashboards and map overlays.
- **Lightweight and fast** — HTTP-based extraction with `curl_cffi`; high concurrency for large catalogs.
- **Residential proxy support** — Apify Residential Proxies recommended for stable runs at scale.

### Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `startUrls` | Array | `[]` | Category, search, dealer, or direct product page URLs. |
| `runMode` | String | `"listings"` | `"listings"` for catalog cards or `"details"` for PDP enrichment. |
| `maxItems` | Integer | `100` | Maximum equipment items to scrape. |
| `maxPagesPerUrl` | Integer | `10` | Pagination depth per start URL. |
| `concurrencyLimit` | Integer | `5` | Parallel request workers. |
| `proxyConfiguration` | Object | `{}` | Apify Proxy settings (residential recommended). |

#### Input Example

```json
{
  "startUrls": [
    { "url": "https://machineryline.info/-/crawler-cranes--c123" }
  ],
  "runMode": "details",
  "maxItems": 50,
  "maxPagesPerUrl": 3,
  "concurrencyLimit": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
````

### Output Format

Schema depends on `runMode`. Details mode merges listing cards with PDP fields (phones, coordinates, `technicalSpecs`, images).

```json
{
  "id": "26011312032678569900",
  "title": "Liebherr HS 842 HD crawler crane",
  "url": "https://machineryline.info/-/sale/crawler-cranes/Liebherr/HS-842-HD--26011312032678569900",
  "brand": "Liebherr",
  "category": "Crawler crane",
  "price": 41900.0,
  "currency": "EUR",
  "priceFormatted": "€41,900",
  "year": "1994",
  "runningHours": "24,000 m/h",
  "location": "Germany, Saarlouis",
  "country": "DE",
  "sellerName": "M.O. Baumaschinen & Nutzfahrzeughandel GmbH & CO.",
  "isVerifiedSeller": true,
  "phones": ["+4968315014540", "+491728275019"],
  "latitude": 49.310242,
  "longitude": 6.73235,
  "technicalSpecs": {
    "Fuel": "diesel",
    "Load cap.": "50,000 kg",
    "Condition": "used"
  }
}
```

### Typical Workflow

1. Filter or search on Machineryline in your browser (year, country, price, category).
2. Copy the resulting URL into `startUrls`.
3. Set `runMode` to `listings` (bulk index) or `details` (phones + full specs).
4. Export the Apify dataset as JSON, CSV, or Excel.

***

**Learn more:** [Product page](https://crawloop.com/products/machineryline-scraper.html) · [Suite hub](https://crawloop.com/used-machinery.html)

**Also from Crawloop Used Machinery:** [Exapro Scraper](https://crawloop.com/products/exapro-scraper.html) · [Resale.info Scraper](https://crawloop.com/products/resale-scraper.html) · [Machineseeker Scraper](https://crawloop.com/products/machineseeker-scraper.html)

**Also from Crawloop Industrial:** [Siemens Automation Suite](https://crawloop.com/siemens-automation.html) · [Rockwell Automation Suite](https://crawloop.com/rockwell-automation.html)

# Actor input Schema

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

List of URLs to scrape. Supports category pages, search results, dealer profile lists, or direct product detail pages.

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

Choose between extracting info directly from the listing cards ('listings') or fetching deep product pages for full specs, phones, and geo-coords ('details').

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

Maximum number of equipment items to scrape in total.

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

Maximum number of pagination pages to crawl per category or search URL.

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

Proxy settings. Apify Residential Proxies are recommended for stable runs at scale.

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

Maximum number of concurrent requests to make to Machineryline. Keep low to avoid rate limits.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://machineryline.info/-/crawler-cranes--c123"
    }
  ],
  "runMode": "listings",
  "maxItems": 100,
  "maxPagesPerUrl": 10,
  "concurrencyLimit": 5
}
```

# 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://machineryline.info/-/crawler-cranes--c123"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/machineryline-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://machineryline.info/-/crawler-cranes--c123" }] }

# Run the Actor and wait for it to finish
run = client.actor("crawloop/machineryline-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://machineryline.info/-/crawler-cranes--c123"
    }
  ]
}' |
apify call crawloop/machineryline-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Machineryline Scraper — Heavy Equipment & Dealer Contacts",
        "description": "Scrape Machineryline, Autoline, and Agroline heavy equipment: specs, prices, dealer phones, WhatsApp, addresses, and geo-coordinates. Listings or details mode. Lightweight HTTP on Apify.",
        "version": "0.1",
        "x-build-id": "Ubs0C3ZNrBMzT3dfU"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/crawloop~machineryline-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-crawloop-machineryline-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/crawloop~machineryline-scraper/runs": {
            "post": {
                "operationId": "runs-sync-crawloop-machineryline-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/crawloop~machineryline-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-crawloop-machineryline-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",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "List of URLs to scrape. Supports category pages, search results, dealer profile lists, or direct product detail pages.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "runMode": {
                        "title": "Run Mode",
                        "enum": [
                            "listings",
                            "details"
                        ],
                        "type": "string",
                        "description": "Choose between extracting info directly from the listing cards ('listings') or fetching deep product pages for full specs, phones, and geo-coords ('details').",
                        "default": "listings"
                    },
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of equipment items to scrape in total.",
                        "default": 100
                    },
                    "maxPagesPerUrl": {
                        "title": "Max Pages per Start URL",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of pagination pages to crawl per category or search URL.",
                        "default": 10
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. Apify Residential Proxies are recommended for stable runs at scale."
                    },
                    "concurrencyLimit": {
                        "title": "Max Concurrency Limit",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Maximum number of concurrent requests to make to Machineryline. Keep low to avoid rate limits.",
                        "default": 5
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
