Labexchange Scraper — Used Lab Equipment avatar

Labexchange Scraper — Used Lab Equipment

Pricing

from $1.50 / 1,000 scraped details rows

Go to Apify Store
Labexchange Scraper — Used Lab Equipment

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

Andrej Kiva

Maintained by Community

Actor 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 contextLagergerät (warehouse), Anbieter (partner seller), or Labprocure
  • 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, IDs
Keyword search ──► details (full PDP) ──► specs, images, prices
Direct product URL ──► ──► brand, warranty, PDFs
categories[] enum
Join by brand + model ──► comps & inventory alerts

Key Features

  • Two extraction modeslistings for card-level stubs; details for 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

ParameterTypeDefaultDescription
startUrlsArraysample autoclaves categoryCategory, search, or product detail URLs.
categoriesArraylabor-und-analytikTop-level roots when startUrls is empty.
searchKeywordStringBrand/model search (e.g. Eppendorf, Agilent).
languageString"de"Storefront locale: de or en.
runModeString"details""listings" (cards) or "details" (full PDP).
deviceStatusString"all"all, Lagergerät, Anbieter, or Labprocure.
maxItemsInteger100Maximum products (0 = unlimited).
maxPagesPerUrlInteger5Pagination depth ?p=N (0 = until exhausted).
concurrencyLimitInteger5Parallel detail workers (1–20).
proxyConfigurationObjectApify ProxyRecommended 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
}
}
{
"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)

FieldDescription
objectNumber, idNumber, productIdLabexchange identifiers
url, title, brandProduct identity
categoriesCategory path / labels
priceNet, priceGross, regularPrice, currency, vatRateCommercial terms
yearOfManufacture, deviceStatus, shippingTime, availabilityCondition and logistics
description, technicalSpecs, warrantyInfoText and attribute table
thumbnail, images, pdfDownloadsMedia assets
scrapedAtScrape 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.