# United Kingdom Avantor VWR Product Search

**Use case:** 

Extract Avantor VWR Product Search data filtered by United Kingdom. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchQuery": "beaker",
  "inStockOnly": false,
  "onSaleOnly": false,
  "clearanceOnly": false,
  "country": "uk",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "productName": {
    "label": "Product",
    "format": "string"
  },
  "catalogNumber": {
    "label": "Catalog #",
    "format": "string"
  },
  "vwrArticleNumber": {
    "label": "Article #",
    "format": "string"
  },
  "supplierName": {
    "label": "Supplier",
    "format": "string"
  },
  "primaryPrice": {
    "label": "Price",
    "format": "string"
  },
  "primaryUnitOfMeasure": {
    "label": "UOM",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "stockStatus": {
    "label": "Stock",
    "format": "string"
  },
  "stockLevel": {
    "label": "Stock Level",
    "format": "number"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "salesStatusCode": {
    "label": "Sale Status",
    "format": "string"
  },
  "licenseRequired": {
    "label": "License Required",
    "format": "boolean"
  },
  "msdsAvailable": {
    "label": "MSDS",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "productUrl": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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