bunnings

Retrieve live Bunnings NZ/AU product search results, details, store listings, and specials via public JSON endpoints.

24|6|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/thecolab-ai/.skills --skill bunnings
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bunnings
Source: https://github.com/thecolab-ai/.skills/tree/main/skills/bunnings
Command: npx skills add https://github.com/thecolab-ai/.skills --skill bunnings

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of turning Bunnings NZ/AU product pages into usable product, price, stock, and store information for AI agents without brittle scraping.

Core Features & Use Cases

  • Product search with live pricing and SKUs: Find products by keyword and return structured results suitable for comparisons.
  • Product detail by SKU or URL: Fetch name, brand, price, ratings, key features, store availability, and aisle/bay location data when present.
  • Store and category browsing: List stores (optionally region-scoped) and browse known category paths, plus redemption/promotion specials.
  • Use Case: Ask for the best match for “drill bits” and get a short list of live-priced options with structured fields and store context.

Quick Start

Run the CLI to search Bunnings NZ for a product like drill bits with live prices and JSON output for chaining into an agent workflow.

Frequently Asked Questions about bunnings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get live Bunnings product data like prices and SKUs without web scraping?▼

You can retrieve live Bunnings product data by using a JSON API wrapper that queries public endpoints for product search, pricing, and SKU lookup. This approach returns structured results directly, avoiding brittle web scraping.

Can I search Bunnings NZ and AU product catalogs using the same interface?▼

Yes, you can search both Bunnings NZ and AU product catalogs using the same interface. It supports region-scoped queries, returning localized product details, store listings, and pricing in NZD or AUD based on your requested region.

How do I find Bunnings redemption specials and store details programmatically?▼

To find Bunnings redemption specials and store details programmatically, use a JSON API to call public endpoints for promotion discovery and region-scoped store queries. This returns structured data on current specials and store locations.

What product details can I retrieve using a Bunnings SKU lookup?▼

A Bunnings SKU lookup retrieves structured product details including name, brand, live price, ratings, key features, store availability, and aisle or bay location data when present, providing comprehensive context for AI agent workflows.

Does the Bunnings JSON API wrapper support adding items to the cart or authenticated actions?▼

No, the Bunnings JSON API wrapper does not support cart actions or authenticated requests. It uses a read-only guest token bootstrap to access public endpoints for search, product detail, and pricing data only.

What is the best way to integrate live Bunnings pricing into an AI agent workflow?▼

The best way to integrate live Bunnings pricing into an AI agent workflow is using a JSON API wrapper to fetch structured product search results. This provides live prices and SKUs suitable for direct comparison and chaining.