# Resale.info Scraper — Used Machinery & Dealer Contacts (`crawloop/resale-scraper`) Actor

Scrape Resale.info used machinery listings: deep specs, prices, dealer profiles, and unmasked phone numbers. Listings or details mode. Cloudflare bypass, search API, lightweight HTTP on Apify.

- **URL**: https://apify.com/crawloop/resale-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 $3.50 / 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

## Resale.info Scraper — Used Machinery Listings

> **Crawloop Used Machinery Marketplace Suite** — Structured extraction for used industrial machinery, metalworking equipment, food processing lines, and packaging systems.

| Exapro | Resale.info | Machineseeker | Machineryline | Troostwijk | Surplex |
| :--- | :--- | :--- | :--- | :--- | :--- |
| [Exapro Scraper](https://apify.com/crawloop/exapro-scraper) | **Resale.info Scraper** ◄── you are here | [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:** Unofficial integration developed independently of RESALE. Not affiliated with or endorsed by RESALE. For informational and research purposes only.

Extract used machinery listings from **resale.info** and regional domains into clean JSON on Apify. Supports category URLs, direct product pages, and text search — `listings` for fast catalogs and `details` for product/company context.

Category pagination via Resale's search proxy API. Cloudflare bypass with `curl_cffi` — no headless browser.

### When to use this Actor

Use for strong coverage of German and European used metalworking inventories with pricing, categories, images, country context, and company-level seller names.

For Exapro, use [Exapro Scraper](https://apify.com/crawloop/exapro-scraper). For Machineseeker regional TLDs, use [Machineseeker Scraper](https://apify.com/crawloop/machineseeker-scraper). For heavy equipment, use [Machineryline Scraper](https://apify.com/crawloop/machineryline-scraper).

### Key Features

- **Universal language / domain support** — Regional Resale sites.
- **Direct search API** — Text queries and category IDs via Resale search proxy.
- **Smart category pagination** — Backend API pages when HTML pagination is thin.
- **Company-level context** — Dealer/company names and country when available.
- **Two extraction modes** — `listings` or `details`.
- **Cloudflare WAF bypass** — `curl_cffi` Chrome impersonation.

### Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `startUrls` | Array | `[]` | Category, search, or product URLs. |
| `searchQuery` | String | `""` | Optional text query. |
| `runMode` | String | `"listings"` | `listings` or `details`. |
| `maxItems` | Integer | `100` | Max items. |
| `maxPagesPerUrl` | Integer | `10` | Pagination depth. |
| `language` | String | `"en"` | Target language. |
| `concurrencyLimit` | Integer | `5` | Parallel workers. |
| `proxyConfiguration` | Object | `{}` | Residential recommended. |

#### Input Example

```json
{
  "startUrls": [
    { "url": "https://www.resale.info/en/metal-working-machines/rs-1/" }
  ],
  "runMode": "details",
  "maxItems": 50,
  "language": "en",
  "proxyConfiguration": { "useApifyProxy": true }
}
```

### Output Format

```json
{
  "id": 169744792,
  "title": "SUPFINA Spiro F7 Honing, Finishing, Lapping And Polishing Machines",
  "url": "https://www.resale.info/en/supfina-spiro-f7-honing-finishing-lapping-and-polishing-machines/No-169744792",
  "manufacturer": "SUPFINA",
  "model": "Spiro F7",
  "categoryPath": "metal working machines > grinding machines > Honing, Finishing, Lapping And Polishing Machines",
  "year": 2022,
  "priceFormatted": "Price on request",
  "locationCountry": "DE",
  "images": ["https://images.resale.de/uploads/169744792_a_360034-a.jpg"],
  "dealerName": "Supfina Grieshaber GmbH & Co. KG",
  "dealerCountry": "Germany"
}
```

### Use cases

| Use case | What you get |
| :--- | :--- |
| **Metalworking comps** | Manufacturer, model, year, price labels |
| **Dealer context** | Company-level seller names / country |
| **Category crawls** | Paste Resale category URLs |
| **Cross-platform joins** | Brand/model joins with Exapro / Machineseeker |
| **AI / MCP workflows** | Apify API, clients, or MCP |

### 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/resale-scraper').call({
  startUrls: [{ url: 'https://www.resale.info/en/metal-working-machines/rs-1/' }],
  runMode: 'listings',
  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/resale-scraper").call(
    run_input={
        "searchQuery": "milling",
        "runMode": "details",
        "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~resale-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/resale-scraper`.

Example prompts:

- "Run Resale.info Scraper for metal working machines, max 50, and return title, manufacturer, year, priceFormatted"
- "Scrape Resale details for SUPFINA machines and summarize dealer countries"
- "Chain Resale.info then Machineseeker Scraper for milling machines and compare prices"

### Suite next step

For regional CNC coverage, use [Machineseeker Scraper](https://apify.com/crawloop/machineseeker-scraper). For auctions, use [Troostwijk](https://apify.com/crawloop/troostwijk-scraper) or [Surplex](https://apify.com/crawloop/surplex-scraper).

### Related Actors

| Actor | What it covers |
| :--- | :--- |
| [Exapro Scraper](https://apify.com/crawloop/exapro-scraper) | European used machinery & specs |
| **Resale.info Scraper** ◄── you are here | 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) | 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. /en/metal-working-machines/rs-1/), search result pages, or direct product detail pages.

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

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

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

Choose between extracting info directly from search API ('listings') or crawling product detail pages for non-contact product and company context ('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, descriptions, 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.resale.info/en/metal-working-machines/rs-1/"
    }
  ],
  "runMode": "listings",
  "maxItems": 100,
  "maxPagesPerUrl": 10,
  "language": "en",
  "concurrencyLimit": 5
}
```

# Actor output Schema

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

Default dataset items.

# 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.resale.info/en/metal-working-machines/rs-1/"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/resale-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.resale.info/en/metal-working-machines/rs-1/" }] }

# Run the Actor and wait for it to finish
run = client.actor("crawloop/resale-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.resale.info/en/metal-working-machines/rs-1/"
    }
  ]
}' |
apify call crawloop/resale-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/NfHeva0x2uBAPld5M/builds/OucWdxl5zxDE2Hsm7/openapi.json
