LabX Lab Equipment Scraper
Pricing
from $3.00 / 1,000 results
LabX Lab Equipment Scraper
Scrape used, new, and refurbished lab equipment listings from LabX.com - chromatography, centrifuges, microscopes, spectrometers, freezers, PCR systems, and more. Get title, manufacturer, model, category, condition, price, seller/location, and images.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Scrape used, new, and refurbished lab equipment listings from LabX.com — chromatography systems, centrifuges, microscopes, mass spectrometers, freezers, PCR/thermal cyclers, balances, and more. Get title, manufacturer, model, category, condition, price, seller name/location, and images for market research, procurement, and inventory tracking. No login, no cookies, no paid proxy required.
What this actor does
- Keyword search across LabX's full lab-equipment marketplace
- Browse by category — the full LabX taxonomy of 469 lab-equipment categories (Centrifuges, Chromatography, Microscopes, Mass Spectrometer, Freezers, PCR/Thermal Cycler, Balances, Autoclaves/Sterilizers, Process Equipment, Biological Safety Cabinets, Medical Equipment, and more)
- Filter by manufacturer — curated dropdown of 40 major lab-equipment brands (Thermo Fisher Scientific, Agilent, Beckman Coulter, Eppendorf, Waters, Shimadzu, and more), plus a free-text override for any manufacturer
- Filter by condition (New / Used / Refurbished / For Parts / Not Specified) and price range
- Filter by listing type — Buy Now / Request a Quote / Click to Buy (external link)
- Seller location enrichment — optionally fetches each listing's detail page for the seller's city/region/country
- Empty fields are omitted — every record only contains fields the source actually provided
Output per listing
listingId,sku,title,manufacturer,modelcondition,category,categories(if listed under multiple categories)price,currency(omitted for "Request a Quote" listings)listingType(Buy Now / Request a Quote / External Link)sellerId,sellerName,sellerLocation,city,state,country,postalCode,sellerPhoneimageUrl,description(truncated to 2000 characters)listingDetailUrl,sourceUrl,postedDate,updatedDaterecordType: "labEquipmentListing",scrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
searchQuery | string | – | Free-text keyword search (e.g. centrifuge, HPLC) |
category | string (select) | – | Restrict to a lab-equipment category |
customCategory | string | – | Raw LabX category url-key override, for categories not in the dropdown |
manufacturer | string (select) | – | Filter to a specific manufacturer |
customManufacturer | string | – | Manufacturer name override, for brands not in the dropdown |
condition | string (select) | any | any / new / used / refurbished / forPartsNotWorking / notSpecified |
listingType | string (select) | – | buyNow / requestAQuote / clickToBuy |
priceMin / priceMax | integer | – | Price range in USD (listings without a public price always pass through) |
includeSellerLocation | boolean | true | Fetch each listing's detail page for seller city/region/country (capped at 200 listings/run) |
maxItems | integer | 25 | Hard cap on emitted records (1–2000) |
Example: used Eppendorf centrifuges under $5,000
{"searchQuery": "centrifuge","manufacturer": "Eppendorf","condition": "used","priceMax": 5000,"maxItems": 50}
Example: browse the Mass Spectrometer category
{"searchQuery": "","category": "mass-spectrometer","maxItems": 30}
Example: new Thermo Fisher freezers
{"searchQuery": "freezer","manufacturer": "Thermo Fisher Scientific","condition": "new"}
Use cases
- Procurement research — compare asking prices for a specific instrument model across sellers
- Market monitoring — track new listings in a category (chromatography, centrifuges, microscopy) over time
- Reseller/dealer discovery — identify which sellers list a given manufacturer's equipment
- Asset recovery / decommissioning research — benchmark resale value for lab equipment being retired
- Competitive intelligence — monitor a manufacturer's used-equipment footprint on the secondary market
FAQ
What's LabX? A marketplace for new, used, and refurbished laboratory, scientific, and clinical equipment, listing inventory from equipment dealers, manufacturers, and private sellers worldwide.
Why is price sometimes missing? Many high-value instruments are listed as "Request a Quote" rather than a fixed price. The actor never fabricates a price; it omits the field instead.
What if my manufacturer isn't in the dropdown? Use customManufacturer with the exact brand name as it appears on LabX (e.g. Bio-Rad, PerkinElmer). The actor resolves it to LabX's internal filter automatically; if no exact/partial match is found it falls back to folding the name into the keyword search.
What if my category isn't in the dropdown? Use customCategory with the category's LabX URL slug (visible in the site's category-page URL, e.g. nmr, endoscopy).
How fresh is the data? Listings are scraped live on every run — LabX's marketplace inventory updates continuously as sellers list and sell equipment.