Machineseeker Scraper — Used Machinery & Dealer Contacts
Pricing
from $3.50 / 1,000 scraped details rows
Machineseeker Scraper — Used Machinery & Dealer Contacts
Scrape Machineseeker and Maschinensucher used machinery: deep specs, prices, unmasked seller phones, and image galleries across regional domains. Listings or details mode. Cloudflare bypass on Apify.
Pricing
from $3.50 / 1,000 scraped details rows
Rating
0.0
(0)
Developer
Andrej Kiva
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 hours ago
Last modified
Categories
Share
Machineseeker Scraper — Used Machinery Listings
Crawloop Used Machinery Marketplace Suite — Structured extraction for used industrial machinery, metalworking equipment, wood processing systems, and heavy machinery.
| Exapro | Resale.info | Machineseeker | Machineryline | Troostwijk | Surplex |
|---|---|---|---|---|---|
| Exapro Scraper | Resale.info Scraper | Machineseeker Scraper ◄── you are here | Machineryline Scraper | Troostwijk Scraper | Surplex Scraper |
Disclaimer: Unofficial integration developed independently of Maschinensucher.de GmbH. Not affiliated with or endorsed by Machineseeker / Maschinensucher. For informational and research purposes only.
Extract used machinery listings from machineseeker.com and regional domains (maschinensucher.de, machineseeker.fr, machineseeker.pl, …) into clean JSON on Apify. Supports category URLs, search queries, and direct product pages — listings for fast catalogs and details for specs, descriptions, and galleries.
Cloudflare bypass via curl_cffi Chrome fingerprint — no headless browser.
When to use this Actor
Use for broad multi-language coverage of used CNC, injection molding, sheet metal, and woodworking systems across Machineseeker's domain network.
For Resale.info, use Resale.info Scraper. For Exapro, use Exapro Scraper. For heavy equipment, use Machineryline Scraper.
Key Features
- Universal language / domain support — Regional Machineseeker / Maschinensucher sites.
- Search query support — Text queries on the selected language domain.
- Two extraction modes —
listingscards ordetailsPDP enrichment. - Cloudflare WAF bypass —
curl_cffiChrome impersonation. - Lightweight HTTP — High concurrency without a browser.
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/domain. |
concurrencyLimit | Integer | 5 | Parallel workers. |
proxyConfiguration | Object | {} | Residential recommended. |
Input Example
{"startUrls": [{ "url": "https://www.machineseeker.com/Metal-processing-machinery/ci-2" }],"runMode": "details","maxItems": 50,"language": "en","proxyConfiguration": { "useApifyProxy": true }}
Output Format
{"id": "22077098","title": "Vertical machining center DMG DMC 635 V","url": "https://www.machineseeker.com/dmg-dmc+635+v/i-22077098","price": 9000.0,"currency": "EUR","priceFormatted": "€9,000","location": "Sachsen","year": 2007,"condition": "used","specifications": {"Starting price": "€9,000","Year of construction": "2007"},"images": ["https://cdn.machineseeker.com/data/listing/img/vga/ms/75/39/22077098-01.jpg"]}
Use cases
| Use case | What you get |
|---|---|
| CNC / metalworking comps | Price, year, specs, images |
| Multi-language market scans | Regional Machineseeker domains |
| Cross-platform joins | Brand/model joins with Exapro / Resale |
| AI / MCP workflows | Apify API, clients, or MCP |
Integration examples
Node.js
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: process.env.APIFY_TOKEN });const run = await client.actor('crawloop/machineseeker-scraper').call({searchQuery: 'dmg',runMode: 'listings',maxItems: 50,language: 'en',proxyConfiguration: { useApifyProxy: true },});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items.slice(0, 5));
Python
from apify_client import ApifyClientclient = ApifyClient(token)run = client.actor("crawloop/machineseeker-scraper").call(run_input={"startUrls": [{"url": "https://www.machineseeker.com/Metal-processing-machinery/ci-2"}],"runMode": "details","maxItems": 50,"language": "en","proxyConfiguration": {"useApifyProxy": True},})items = list(client.dataset(run["defaultDatasetId"]).iterate_items())print(len(items), items[:3])
cURL
curl "https://api.apify.com/v2/acts/crawloop~machineseeker-scraper/runs?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"searchQuery":"dmg","runMode":"listings","maxItems":50,"language":"en","proxyConfiguration":{"useApifyProxy":true}}'
MCP and AI assistants
Use this Actor from AI tools via Apify MCP. Connect your Apify account, then call crawloop/machineseeker-scraper.
Example prompts:
- "Run Machineseeker Scraper for metal processing machinery, max 50, and return title, price, year, location"
- "Scrape Machineseeker details for DMG machines and summarize median asking prices"
- "Chain Machineseeker then Exapro Scraper for similar CNC models and compare prices"
Suite next step
For German metalworking depth, use Resale.info Scraper. For auctions, use Troostwijk or Surplex.
Related Actors
| Actor | What it covers |
|---|---|
| Exapro Scraper | European used machinery & specs |
| Resale.info Scraper | European listings & categories |
| Machineseeker Scraper ◄── you are here | Regional CNC & metalworking |
| Machineryline Scraper | Heavy equipment & dealer contacts |
| Troostwijk Scraper | Industrial auctions |
| Surplex Scraper | Plant closures & Surplex lots |