# Fisher Scientific Product Full Export

**Use case:** 

Full Export of Fisher Scientific Product. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "productUrls": [
    "https://www.fishersci.com/shop/products/fisherbrand-elite-adjustable-volume-pipetters-13/FBE01000"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "productName": {
    "label": "Product Name",
    "format": "string"
  },
  "catalogNumber": {
    "label": "Catalog #",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "manufacturer": {
    "label": "Manufacturer",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "productUrl": {
    "label": "URL",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "specifications": {
    "label": "Specifications",
    "format": "object"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "skuOptions": {
    "label": "SKU Options",
    "format": "array"
  },
  "regulatoryInfo": {
    "label": "Regulatory Info",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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