Bunnings Scraper - Products, Reviews & Q&A avatar

Bunnings Scraper - Products, Reviews & Q&A

Pricing

from $1.50 / 1,000 product results

Go to Apify Store
Bunnings Scraper - Products, Reviews & Q&A

Bunnings Scraper - Products, Reviews & Q&A

Scrape bunnings.com.au products with full specifications, price, brand, stock, image gallery, warranty, customer reviews, rating stats and Q&A. Search by keyword with brand, price, rating and sort filters, or paste product / category / search URLs.

Pricing

from $1.50 / 1,000 product results

Rating

0.0

(0)

Developer

Abot API

Abot API

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

7 days ago

Last modified

Share

Bunnings Scraper - Products & Reviews from bunnings.com.au

Extract structured product data from Bunnings Warehouse (bunnings.com.au), Australia's largest hardware and home-improvement retailer. Search by keyword with brand, price, rating and sort filters, or paste product, category and search URLs - and get clean JSON with full specifications, pricing, image galleries, warranty, and customer reviews with rating statistics.

Running on the Apify platform gives you API access, scheduling, integrations (Google Sheets, Zapier, webhooks), automatic proxy rotation and full run monitoring out of the box.

What it does

Give it a keyword (or a list of Bunnings URLs) and it returns one structured record per product. Category and search results are collected across multiple pages, so you can gather hundreds of drills, mowers, paints or fasteners in a single run.

Fields per product

FieldDescription
code, itemNumberBunnings product code / item number
nameProduct name
brand, brandCode, brandUrlBrand name, code and brand page
isLeadingBrand, isTradeBrandBrand flags
price, currency, formattedPricePrice, currency and formatted price
priceType, priceAvailablePrice type (e.g. FROM) and availability flag
paymentOptionsInstalment options (Afterpay, PayPal, Zip)
unitOfPriceUnit-of-measure price where shown
rating, ratingCountAverage star rating and number of ratings
reviewStatsAggregate rating stats + star distribution
reviews[]Review text, star rating, author, date, recommended flag, helpful votes
specificationsFlattened spec name to value map
features[]Full feature list (name, code, value)
summaryProduct summary
warrantyWarranty & returns text
weight, dimensionWeight and packaged / product dimensions
images[], imageUrl, thumbnailUrlFull image gallery and primary image
categories, superCategories, categoryPathCategory taxonomy
keySellingPointsKey selling points
availableForDelivery, inStorePickup, purchasableAvailability flags
fulfilmentDelivery / click-and-collect fulfilment detail
isTradeOnly, isSpecialProduct, isDangerousGood, customMadeProduct flags
bestSeller, newArrival, forHire, ageRestrictedMerchandising flags
variantCount, size, productRangesVariant and range info
url, source, searchModeCanonical URL and provenance

Input

Configure the run in the Input tab.

Search mode

{
"mode": "search",
"queries": ["cordless drill", "exterior paint"],
"brand": "Ryobi",
"sortBy": "ratingDesc",
"minPrice": 20,
"maxPrice": 500,
"minRating": 4,
"fetchDetails": true,
"fetchReviews": true,
"maxItems": 50
}

URL mode

{
"mode": "url",
"urls": [
"https://www.bunnings.com.au/our-range/tools/power-tools/drills",
"https://www.bunnings.com.au/search/products?q=hammer",
"https://www.bunnings.com.au/ryobi-18v-one-drill-driver-starter-kit-r18dd22_p0715241"
],
"fetchDetails": true,
"fetchReviews": true
}

Options

  • mode - search (keyword + filters) or url (paste links). Product URLs (ending in _p<id>) return a single product; category and search URLs return multiple pages of results.
  • queries - one or more search keywords (search mode).
  • brand - keep only products whose brand contains this text.
  • sortBy - relevance, priceAsc, priceDesc, ratingDesc, reviewsDesc, nameAsc.
  • minPrice / maxPrice / minRating - result filters.
  • fetchDetails - open each product page for full specifications, warranty, dimensions, gallery and price breakdown (default on).
  • fetchReviews - collect customer reviews + rating statistics.
  • maxReviewsPerProduct - cap reviews per product (0 = all).
  • maxItems / maxPages - run-size caps.
  • proxy - Apify Proxy with residential access in Australia is recommended for reliable results.

Pricing

You are billed for the results you actually collect: a small charge per product returned, plus optional charges only when detail extraction or reviews are enabled. See the actor's Pricing tab for current rates.

Send results into your apps (MCP connectors)

Optionally pipe results into the apps you already use via Model Context Protocol (MCP) connectors - Notion, Linear, Airtable or Apify. Authorize a connector under Apify, Settings, API & Integrations, then select it in the input. This never changes the dataset output.

Notes

  • Review availability varies per product; products with no reviews return an empty array.
  • Plan Requirement: runs on any Apify plan. On the free plan, proxy coverage may be limited and some runs may return fewer results.