Labexchange Scraper — Used Lab Equipment
Pricing
from $1.50 / 1,000 scraped details rows
Labexchange Scraper — Used Lab Equipment
Scrape Labexchange used laboratory & analytical equipment: autoclaves, chromatographs, centrifuges, spectrometers. Net/gross prices, brand, device status, specs, full-res images, PDFs. Category crawl, search, or product URLs. Listings or details. Fast HTTP via curl_cffi.
Pricing
from $1.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
4 days ago
Last modified
Categories
Share
Labexchange Scraper — Used Lab & Analytical Equipment
Disclaimer: Unofficial tool for publicly accessible Labexchange / Laborgerätebörse catalog pages. Not affiliated with, sponsored by, or endorsed by Labexchange or Laborgerätebörse GmbH. Trademarks belong to their respective owners.
For informational and research use only (market research, dealer intelligence, inventory monitoring, pricing workflows). You are responsible for compliance with applicable laws, site terms, and your organization policies.
No warranty as to accuracy, completeness, or continued availability of third-party data.
Scrape used laboratory and analytical equipment into clean structured JSON — autoclaves, chromatographs, centrifuges, incubators, spectrometers, gas generators, and more (Thermo, Agilent, Eppendorf, Waters, Memmert, and similar brands when listed).
Built for lab equipment dealers, procurement teams, market comps, and CRM / spreadsheet enrichment. Choose listings for fast card-level catalogs or details for full product pages with specs, net/gross prices, image galleries, and warranty notes.
Lightweight HTTP extraction with Chrome TLS fingerprinting — no headless browser.
When to use this Actor
Use the Labexchange Scraper when you need:
- Catalog inventory across Labor und Analytik, Chromatographie, Life Science, Laboreinrichtung, Spektroskopie, Messgeräte, Verfahrenstechnik, and promotions
- Commercial fields — net price, gross price, VAT rate, currency, shipping lead time
- Stock context —
Lagergerät(warehouse),Anbieter(partner seller), orLabprocure - Identity & specs — object number, ID number, brand/manufacturer, year, technical attribute table
- Media — full-resolution gallery images and product PDF downloads when published
- Keyword discovery — search by brand or model without hand-building every category URL
Ideal for used-lab-equipment dealers, hospital/university buyers, and data teams tracking European secondary-market lab instruments.
Data pipeline
Input Mode Output───────────────────────── ──────────────────── ──────────────────────────Category / search URL ──► listings (fast cards) ──► title, price, status, IDsKeyword search ──► details (full PDP) ──► specs, images, pricesDirect product URL ──► ──► brand, warranty, PDFscategories[] enumJoin by brand + model ──► comps & inventory alerts
Key Features
- Two extraction modes —
listingsfor card-level stubs;detailsfor attribute table, net/gross price, gallery, warranty text. - Category shortcuts — top-level catalog roots when you do not paste filtered URLs.
- Search — Magento catalog search via
searchKeyword(brand or model). - Device status filter — keep warehouse stock, partner offers, Labprocure, or all.
- Locale — German (
de) or English (en) storefront paths. - Fast concurrent HTTP — Chrome TLS impersonation and parallel detail fetches; proxy optional for large runs.
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
startUrls | Array | sample autoclaves category | Category, search, or product detail URLs. |
categories | Array | labor-und-analytik | Top-level roots when startUrls is empty. |
searchKeyword | String | — | Brand/model search (e.g. Eppendorf, Agilent). |
language | String | "de" | Storefront locale: de or en. |
runMode | String | "details" | "listings" (cards) or "details" (full PDP). |
deviceStatus | String | "all" | all, Lagergerät, Anbieter, or Labprocure. |
maxItems | Integer | 100 | Maximum products (0 = unlimited). |
maxPagesPerUrl | Integer | 5 | Pagination depth ?p=N (0 = until exhausted). |
concurrencyLimit | Integer | 5 | Parallel detail workers (1–20). |
proxyConfiguration | Object | Apify Proxy | Recommended for large full-catalog runs. |
Input example — category details
{"startUrls": [{ "url": "https://shop.labexchange.com/de/labor-und-analytik/autoklaven.html" }],"runMode": "details","maxItems": 100,"maxPagesPerUrl": 5,"concurrencyLimit": 5,"language": "de","proxyConfiguration": {"useApifyProxy": true}}
Input example — brand search
{"searchKeyword": "Eppendorf","runMode": "details","maxItems": 50,"maxPagesPerUrl": 3,"concurrencyLimit": 4,"language": "de","proxyConfiguration": {"useApifyProxy": true}}
Output Format
Each row is pushed to the default dataset.
Details mode (enriched)
| Field | Description |
|---|---|
objectNumber, idNumber, productId | Labexchange identifiers |
url, title, brand | Product identity |
categories | Category path / labels |
priceNet, priceGross, regularPrice, currency, vatRate | Commercial terms |
yearOfManufacture, deviceStatus, shippingTime, availability | Condition and logistics |
description, technicalSpecs, warrantyInfo | Text and attribute table |
thumbnail, images, pdfDownloads | Media assets |
scrapedAt | Scrape timestamp (UTC) |
Example record
{"objectNumber": "B00049537","idNumber": "49537","title": "Belimed Vapofix 3-3-6","url": "https://shop.labexchange.com/de/belimed-vapofix-3-3-6.html","brand": "Belimed","categories": ["Autoklaven"],"priceNet": 4900.0,"priceGross": 5831.0,"currency": "EUR","vatRate": 19.0,"deviceStatus": "Anbieter","shippingTime": "4-6 Wochen","images": ["https://shop.labexchange.com/media/catalog/product/cache/.../49537.jpg"],"technicalSpecs": {"Objektnummer": "B00049537","Marke/Hersteller": "Belimed","Status": "Anbieter"},"scrapedAt": "2026-07-22T19:55:00Z"}
Storefront list prices are typically ex VAT (priceNet); priceGross is taken from the “inkl. MwSt.” line when shown.
Notes
- Catalog pages are Magento 2 server-rendered HTML — HTTP is enough; no Playwright.
- Prefer concurrency 3–8. Enable proxy for full-catalog crawls (thousands of SKUs).
- Partner listings (
Anbieter) often have longer lead times than warehouse stock (Lagergerät). - Duplicate products across overlapping categories are deduplicated by object / ID number.