# Check Argos Stock by Product and Postcode

**Use case:** 

Check Argos stock by product and postcode and export nearby stores, Click & Collect quantities, delivery status, and opening hours.

## Input

```json
{
  "products": [
    "4257419"
  ],
  "postcodes": [
    "M15"
  ],
  "maxResults": 10,
  "maxDistance": 20
}
```

## Output

```json
{
  "sku": {
    "label": "Product",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "storeCount": {
    "label": "Stores",
    "format": "number"
  },
  "inStockStoreCount": {
    "label": "In Stock",
    "format": "number"
  },
  "delivery": {
    "label": "Delivery",
    "format": "object"
  },
  "stores": {
    "label": "Stores",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Argos Stock & Availability Scraper](https://apify.com/muhammetakkurtt/argos-stock-availability-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/muhammetakkurtt/argos-stock-availability-scraper) to learn more, explore other use cases, and run it yourself.