# How to scrape bunnings warehouse products fast

**Use case:** 

Bunnings warehouse products scraper API. Fast, stable and reliable API. Multiple filters options, GTIN available for 99% of produts.

## Input

```json
{
  "mode": "category",
  "store": "6425",
  "query": "cordless drill",
  "categoryUrl": "https://www.bunnings.com.au/products/paint-decorating/paint/exterior",
  "maxPages": 20,
  "sortOrder": "BoostOrder",
  "productIdsOrUrls": [
    "https://www.bunnings.com.au/_p0665251",
    "0665098",
    "https://www.bunnings.com.au/_p0665104",
    "0990556"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "product_image": {
    "label": "Image",
    "format": "string"
  },
  "product_id": {
    "label": "Product ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "integer"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "isInStore": {
    "label": "In Store",
    "format": "boolean"
  },
  "isSpecialOrder": {
    "label": "Special Order",
    "format": "boolean"
  },
  "isNewArrival": {
    "label": "New Arrival",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "specifications": {
    "label": "Specifications",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Bunnings Products Scraper, All in one](https://apify.com/mof1re/bunnings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mof1re/bunnings-scraper) to learn more, explore other use cases, and run it yourself.