# Scrape Real Canadian Superstore Produce Deals & Sale Prices

**Use case:** 

Extract every fresh vegetable on sale at Real Canadian Superstore by postal code — price, was price, unit price, and PC Optimum offers. Export JSON or CSV.

## Input

```json
{
  "banner": "superstore",
  "categories": [
    "fruits-vegetables/fresh-vegetables"
  ],
  "postal_code": "V5V 4G7",
  "group_variants": false,
  "on_sale_only": true
}
```

## Output

```json
{
  "image_url": {
    "label": "Image URL",
    "format": "string"
  },
  "name": {
    "label": "Product name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "package_size": {
    "label": "Package size",
    "format": "string"
  },
  "unit_price": {
    "label": "Unit price",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "store": {
    "label": "Store",
    "format": "string"
  },
  "location": {
    "label": "Store ID",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Superstore & No Frills Grocery Price Scraper API - Canada](https://apify.com/sunny_eternity/loblaws-grocery-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sunny_eternity/loblaws-grocery-scraper) to learn more, explore other use cases, and run it yourself.