# Exapro Scraper — Universal Used Machinery Extractor (`crawloop/exapro-scraper`) Actor

Scrape Exapro used machinery listings: specs, prices, descriptions, image galleries, and regional domains. Listings or details mode. Cloudflare bypass, search API, lightweight HTTP on Apify.

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

## Pricing

from $4.00 / 1,000 scraped details rows

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

## Exapro Scraper — Universal Used Machinery Extractor

> **Crawloop Used Machinery Marketplace Suite** — Structured extraction for used industrial machinery, metalworking equipment, food processing lines, and packaging systems. Built for market research, inventory monitoring, and pricing workflows.

| Exapro | Resale.info | Machineseeker | Machineryline | Troostwijk | Surplex |
| :--- | :--- | :--- | :--- | :--- | :--- |
| **Exapro Scraper** ◄── you are here | [Resale.info Scraper](https://apify.com/crawloop/resale-scraper) | [Machineseeker Scraper](https://apify.com/crawloop/machineseeker-scraper) | [Machineryline Scraper](https://apify.com/crawloop/machineryline-scraper) | [Troostwijk Scraper](https://apify.com/crawloop/troostwijk-scraper) | [Surplex Scraper](https://apify.com/crawloop/surplex-scraper) |

> **Disclaimer:** This is an unofficial integration developed independently of Exapro S.R.O. It is not affiliated with, sponsored by, or endorsed by Exapro or any of its subsidiaries.
>
> **Exapro** 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 listings from **exapro.com** and regional domains (`.fr`, `.de.com`, `.cz`, `.ru`, `.pl`, …) into clean JSON datasets on Apify. Supports category URLs, direct product pages, and text search via Exapro's Luigi's Box backend — with `listings` mode for fast catalog scans and `details` mode for technical specs, descriptions, and image galleries.

Cloudflare-protected pages are handled with `curl_cffi` Chrome 120 JA3 fingerprint emulation. No headless browser overhead — lightweight HTTP requests at high concurrency.

### When to use this Actor

Use the **Exapro Scraper** when you need European used machinery listings with deep technical specs, product descriptions, images, and multi-language regional domain support.

For Resale.info listings, use the [Resale.info Scraper](https://apify.com/crawloop/resale-scraper). For Machineseeker / Maschinensucher inventories, use the [Machineseeker Scraper](https://apify.com/crawloop/machineseeker-scraper). For excavators, trucks, and agricultural equipment, use the [Machineryline Scraper](https://apify.com/crawloop/machineryline-scraper). For industrial auctions, use [Troostwijk](https://apify.com/crawloop/troostwijk-scraper) or [Surplex](https://apify.com/crawloop/surplex-scraper).

### Key Features

- **Universal language and domain support** — Feed URLs from any regional Exapro site; localized fields, currencies, and formatting are resolved automatically.
- **Direct search API integration** — Text queries hit Exapro's Luigi's Box backend for fast, paginated, localized results without browser automation.
- **Two extraction modes** — `listings` for card-level specs, titles, pricing, and country; `details` for PDP galleries, technical spec tables, and descriptions.
- **Cloudflare WAF bypass** — `curl_cffi` Chrome 120 impersonation for reliable access at scale.
- **No headless browser overhead** — Highly concurrent, resource-friendly HTTP extraction.

### Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `startUrls` | Array | `[]` | Category, search page, or direct product detail URLs to scrape. |
| `searchQuery` | String | `""` | Optional text query (e.g. `lathe`, `milling`). Uses Exapro's search API. |
| `runMode` | String | `"listings"` | `"listings"` for card overview or `"details"` for deep PDP enrichment. |
| `maxItems` | Integer | `100` | Maximum total machinery items to scrape. |
| `maxPagesPerUrl` | Integer | `10` | Maximum pagination pages per category or search query. |
| `language` | String | `"en"` | Target language for search requests (`en`, `ru`, `de`, `fr`, `pl`, `es`, `it`, `cs`, `tr`, `pt`, `hu`). |
| `concurrencyLimit` | Integer | `5` | Parallel workers — keep low to avoid anti-bot blocks. |
| `proxyConfiguration` | Object | `{}` | Apify Residential Proxies recommended. |

#### Input Example

```json
{
  "startUrls": [
    { "url": "https://www.exapro.com/c651-pcb-pick-and-place-machines/" }
  ],
  "runMode": "details",
  "maxItems": 50,
  "maxPagesPerUrl": 3,
  "language": "en",
  "concurrencyLimit": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

### Output Format

The scraper pushes structured JSON rows to the default Apify dataset. Example from `details` mode:

```json
{
  "id": "P250306334",
  "title": "ASYS Divisio 5100 Pick-and-place machine",
  "url": "https://www.exapro.com/asys-divisio-5100-p250306334/",
  "priceFormatted": "Price on request",
  "location": "Czech Republic",
  "country": "CZ",
  "year": 2023,
  "manufacturer": "ASYS",
  "model": "Divisio 5100",
  "category": "PCB - Pick-and-place machines",
  "technicalSpecs": {
    "Length x width x height": "1200.0 × 2360.0 × 2152.0",
    "Weight": "1800 kg"
  },
  "images": [
    "https://media.exapro.com/product/2025/03/P250306334/9bba339b67630567ce3a6bf7600dc712/462x340/9bba339b67630567ce3a6bf7600dc712_462x340.jpg"
  ]
}
```

### Use cases

| Use case | What you get |
| :--- | :--- |
| **CNC / metalworking comps** | Manufacturer, model, year, specs, asking labels |
| **Category discovery** | Paste Exapro category URLs for bulk catalogs |
| **Cross-platform joins** | Brand + model joins with Machineryline / Surplex |
| **Regional market scans** | Multi-domain / multi-language Exapro sites |
| **AI / MCP workflows** | Run via Apify API, clients, or MCP and summarize inventory |

### 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/exapro-scraper').call({
  startUrls: [{ url: 'https://www.exapro.com/c651-pcb-pick-and-place-machines/' }],
  runMode: 'details',
  maxItems: 50,
  language: 'en',
  proxyConfiguration: { useApifyProxy: true },
});
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/exapro-scraper").call(
    run_input={
        "searchQuery": "milling",
        "runMode": "listings",
        "maxItems": 50,
        "language": "en",
        "proxyConfiguration": {"useApifyProxy": True},
    }
)
items = list(client.dataset(run["defaultDatasetId"]).iterate_items())
print(len(items), items[:3])
```

#### cURL

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

### 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/exapro-scraper`.

Example prompts:

- "Run Exapro Scraper for milling machines in listings mode, max 50, and return title, manufacturer, year, priceFormatted"
- "Scrape Exapro details for pick-and-place machines and summarize available years and locations"
- "Chain Exapro Scraper then Troostwijk Scraper for similar brands and compare asking vs auction prices"

### Suite next step

For heavy equipment dealer contacts, use [Machineryline Scraper](https://apify.com/crawloop/machineryline-scraper). For industrial auctions, use [Troostwijk Scraper](https://apify.com/crawloop/troostwijk-scraper) or [Surplex Scraper](https://apify.com/crawloop/surplex-scraper).

### Related Actors

| Actor | What it covers |
| :--- | :--- |
| **Exapro Scraper** ◄── you are here | European used machinery & specs |
| [Resale.info Scraper](https://apify.com/crawloop/resale-scraper) | European listings & categories |
| [Machineseeker Scraper](https://apify.com/crawloop/machineseeker-scraper) | Regional CNC & metalworking |
| [Machineryline Scraper](https://apify.com/crawloop/machineryline-scraper) | Heavy equipment & dealer contacts |
| [Troostwijk Scraper](https://apify.com/crawloop/troostwijk-scraper) | Multi-country industrial auctions |
| [Surplex Scraper](https://apify.com/crawloop/surplex-scraper) | Plant closures & Surplex lots |

# Actor input Schema

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

List of URLs to scrape. Supports category pages (e.g. /c651-pcb-pick-and-place-machines/), product search result pages (e.g. /product-search/?text=lathe), or direct product detail pages.

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

Optional search term to query directly using Exapro's backend search engine (e.g. 'lathe', 'milling machine'). If provided, startUrls is not required.

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

Choose between extracting info directly from listing cards ('listings') or crawling product detail pages for full specs, description paragraphs, and multiple images ('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 search query.

## `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.exapro.com/c651-pcb-pick-and-place-machines/"
    }
  ],
  "runMode": "listings",
  "maxItems": 100,
  "maxPagesPerUrl": 10,
  "language": "en",
  "concurrencyLimit": 5
}
```

# Actor output Schema

## `listings` (type: `string`):

Dataset of machinery items (price, specs, images, location).

# 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.exapro.com/c651-pcb-pick-and-place-machines/"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/exapro-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.exapro.com/c651-pcb-pick-and-place-machines/" }] }

# Run the Actor and wait for it to finish
run = client.actor("crawloop/exapro-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.exapro.com/c651-pcb-pick-and-place-machines/"
    }
  ]
}' |
apify call crawloop/exapro-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

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