# LabX Laboratory Equipment Latest Results

**Use case:** 

Latest Results of LabX Laboratory Equipment. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "categoryUrl": "https://www.labx.com/categories/centrifuges",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "productName": {
    "label": "Product Name",
    "format": "string"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "productUrl": {
    "label": "URL",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LabX Laboratory Equipment Scraper](https://apify.com/parseforge/labx-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/labx-com-scraper) to learn more, explore other use cases, and run it yourself.