Bunnings
Integuru generates a production-ready HTTP API for Bunnings, the Australian hardware and home improvement retailer. The integration covers 1 action for keyword-based product search with sorting and pagination, carrying richer docs, enabling retail and e-commerce tech teams to query Bunnings' product catalog programmatically.
Last reviewed: July 2026
Overview
Integuru's Bunnings integration provides production-ready HTTP API access to Bunnings, the Australian hardware and home improvement retailer at bunnings.com.au, covering 1 action: search_products. The action accepts a required query string and optional page and sort parameters, and carries richer documentation. Integuru connects via direct HTTP requests rather than browser automation, so calls complete in under 3 seconds with a 99.9%+ success rate.
No public developer API. Bunnings does not expose an official developer API for product catalog access. Retail tech teams and e-commerce integrators targeting the Australian hardware market have had no standard programmatic path to Bunnings product data.
Retail tech and marketplace teams use search_products to query the Bunnings catalog by keyword, with optional sort order and pagination controls for traversing large result sets. Browse the full integrations catalogue to see other retail and e-commerce integrations, including Asda and Shopline.
Use Cases
Integuru's Bunnings integration covers the product search workflow that retail tech teams need to automate.
- Keyword product search: Call
search_productswith a requiredquerystring (e.g.'drill','paint','garden hose') to retrieve matching products from the Bunnings catalog. - Sorted and paginated results: Pass optional
sort(sort order string) andpage(integer) to control result ordering and page through large result sets.
Setup Notes
Integuru's Bunnings integration authenticates against https://www.bunnings.com.au/. Configure credentials once during Integuru setup; Integuru handles session management automatically.
search_products requires query. page and sort are optional. Richer documentation is available via the Integuru dashboard after setup.