# Our Picks Laboratory Equipment Supplier Catalogs

**Use case:** 

Extract Laboratory Equipment Supplier Catalogs data filtered by Our Picks. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "listingUrls": [
    "https://www.usascientific.com/seal-rite/c/124"
  ],
  "maxItems": 10,
  "sortBy": "our-picks",
  "pageSize": 36
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "productName": {
    "label": "Product Name",
    "format": "text"
  },
  "productCode": {
    "label": "Product Code",
    "format": "text"
  },
  "mfgPartNumber": {
    "label": "Mfg Part Number",
    "format": "text"
  },
  "supplier": {
    "label": "Supplier",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "listPrice": {
    "label": "List Price",
    "format": "number"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "priceType": {
    "label": "Price Type",
    "format": "text"
  },
  "onSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "inventoryStatus": {
    "label": "Inventory Status",
    "format": "text"
  },
  "stockAvailable": {
    "label": "Stock Available",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "material": {
    "label": "Material",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "volume": {
    "label": "Volume",
    "format": "text"
  },
  "sterility": {
    "label": "Sterility",
    "format": "text"
  },
  "variationCount": {
    "label": "Variation Count",
    "format": "number"
  },
  "volumePriceBands": {
    "label": "Volume Price Bands",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "properties": {
    "label": "Properties",
    "format": "array"
  },
  "options": {
    "label": "Options",
    "format": "array"
  },
  "relatedProductCodes": {
    "label": "Related Product Codes",
    "format": "array"
  },
  "productShortDescription": {
    "label": "Short Description",
    "format": "text"
  },
  "productFullDescription": {
    "label": "Full Description",
    "format": "text"
  },
  "packageHeight": {
    "label": "Package Height",
    "format": "number"
  },
  "packageDimensionUnit": {
    "label": "Package Dimension Unit",
    "format": "text"
  },
  "packageWidth": {
    "label": "Package Width",
    "format": "number"
  },
  "packageLength": {
    "label": "Package Length",
    "format": "number"
  },
  "packageWeight": {
    "label": "Package Weight",
    "format": "number"
  },
  "packageWeightUnit": {
    "label": "Package Weight Unit",
    "format": "text"
  },
  "isActive": {
    "label": "Is Active",
    "format": "boolean"
  },
  "isDiscontinued": {
    "label": "Is Discontinued",
    "format": "boolean"
  },
  "imageUrls": {
    "label": "Image URLs",
    "format": "array"
  },
  "categoryUrls": {
    "label": "Category URLs",
    "format": "array"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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