# InStock Hospital Equipment

**Use case:** 

Extract Hospital Equipment data filtered by inStock. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchKeyword": "centrifuge",
  "suppliers": [
    "vwr"
  ],
  "stockFilter": "inStock",
  "sortBy": "relevance",
  "includeDiscontinued": true,
  "maxItems": 10
}
```

## Output

```json
{
  "productUrl": {
    "label": "Product url"
  },
  "productName": {
    "label": "Product Name",
    "format": "text"
  },
  "productCode": {
    "label": "Product code"
  },
  "catalogNumber": {
    "label": "Catalog number"
  },
  "supplier": {
    "label": "Supplier",
    "format": "text"
  },
  "vendorName": {
    "label": "Vendor name"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency"
  },
  "unitOfMeasure": {
    "label": "Unit of measure"
  },
  "description": {
    "label": "Description"
  },
  "category": {
    "label": "Category"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "stockStatus": {
    "label": "Stock",
    "format": "text"
  },
  "stockLevel": {
    "label": "Stock level"
  },
  "discontinued": {
    "label": "Discontinued"
  },
  "newProduct": {
    "label": "New product"
  },
  "onSale": {
    "label": "On sale"
  },
  "certificatesAvailable": {
    "label": "Certificates available"
  },
  "msdsAvailable": {
    "label": "Msds available"
  },
  "licenseRequired": {
    "label": "License required"
  },
  "chemical": {
    "label": "Chemical"
  },
  "restricted": {
    "label": "Restricted"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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