# Woolworths Product Nutrition & Barcode Data Extraction

**Use case:** 

Retrieve detailed nutrition information and barcode data for Woolworths product. Access essential data for grocery analysis.

## Input

```json
{
  "operation": "item",
  "query": "milk",
  "page": 1,
  "productId": "888140",
  "includeRaw": false
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Regular price",
    "format": "number"
  },
  "discount_price": {
    "label": "Current special price",
    "format": "number"
  },
  "unit_price": {
    "label": "Unit price",
    "format": "text"
  },
  "size": {
    "label": "Pack size",
    "format": "text"
  },
  "stock_status": {
    "label": "Stock",
    "format": "text"
  },
  "is_available": {
    "label": "Available",
    "format": "boolean"
  },
  "barcode": {
    "label": "Barcode",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "source_url": {
    "label": "Woolworths page",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Woolworths AU Product Scraper](https://apify.com/dromb/woolworths-au-product-search-catalog-unofficial) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dromb/woolworths-au-product-search-catalog-unofficial) to learn more, explore other use cases, and run it yourself.