Discover/danmurphys.com.au API
live

danmurphys.com.au APIdanmurphys.com.au

Retrieve beer product listings from Dan Murphy's including product name, price, volume, and alcohol percentage. Paginated results via a single endpoint.

Endpoints
1
Updated
3mo ago
Try it
Maximum number of products to return.
api.parse.bot/scraper/7ee393f9-76bc-4423-95ac-a172a7d99aba/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/7ee393f9-76bc-4423-95ac-a172a7d99aba/get_beer_products?limit=10' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Extract beer products listed on Dan Murphy's beer category. Returns paginated results with product name, price, volume, and alcohol percentage. Products are sorted by relevance and fetched in pages of 24 from the upstream API until the limit is reached.

Input
ParamTypeDescription
limitintegerMaximum number of products to return.
Response
{
  "type": "object",
  "fields": {
    "total": "integer - number of products returned in this response",
    "products": "array of beer product objects each containing name, price, volume, and alcohol_percentage"
  },
  "sample": {
    "data": {
      "total": 2,
      "products": [
        {
          "name": "Peroni Nastro Azzurro Bottles 330mL",
          "price": 56.95,
          "volume": "330ML",
          "alcohol_percentage": "5%"
        },
        {
          "name": "Great Northern Brewing Co. Super Crisp Lager Bottles 330mLx6",
          "price": 49.95,
          "volume": "330ML",
          "alcohol_percentage": "3.5%"
        }
      ]
    },
    "status": "success"
  }
}

About the danmurphys.com.au API

The Dan Murphy's Beer API provides access to beer product listings from danmurphys.com.au through a single endpoint, get_beer_products, returning up to four data fields per product: name, price, volume, and alcohol percentage. Each call delivers a paginated set of results drawn from the Dan Murphy's beer category, making it straightforward to collect and compare beer inventory data at scale.

What the API Returns

The get_beer_products endpoint returns an array of beer product objects sourced from Dan Murphy's beer category listings. Each product object includes four fields: name (the product title as listed on the site), price (the current listed price), volume (the package size, e.g. 375ml can or 750ml bottle), and alcohol_percentage (the ABV value). The response also includes a total field indicating how many products were returned in that particular response.

Pagination and the limit Parameter

Results are fetched in pages of 24 products and sorted by relevance, matching the default sort order on Dan Murphy's beer category. The optional limit integer parameter controls how many products are returned in total. If you omit limit, the endpoint returns its default set. Setting a higher limit causes the API to continue fetching additional pages internally until the requested number of products is reached or the category is exhausted.

Coverage and Scope

The endpoint covers the beer category on danmurphys.com.au specifically. Data includes all beer sub-styles surfaced in that category — lagers, ales, stouts, IPAs, and imported beers — as long as they appear in the relevance-sorted results. Fields like stock availability, product descriptions, ratings, or promotional pricing are not part of the current response shape.

Common use cases
  • Track price changes across Dan Murphy's beer range by polling get_beer_products and storing the price field over time.
  • Build an ABV filter tool by sorting or filtering results on the alcohol_percentage field.
  • Compare package sizes and per-unit pricing by combining the volume and price fields.
  • Populate a beer comparison app with product names and pricing sourced directly from a major Australian retailer.
  • Research product range breadth by counting distinct beer products returned across paginated requests.
  • Feed a price monitoring alert system that notifies when specific beer products drop in price.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Dan Murphy's have an official public developer API?+
Dan Murphy's does not publish a public developer API or documented data feed for third-party use. This Parse API provides structured access to the beer product data available on their site.
What does the `get_beer_products` endpoint actually return for each product?+
Each product object in the products array contains four fields: name (the listing title), price (the current price), volume (package size), and alcohol_percentage (ABV). The top-level total field tells you how many products are in the response.
Does the API cover wine, spirits, or other categories beyond beer?+
Not currently. The API covers only the beer category on danmurphys.com.au. You can fork this API on Parse and revise it to add endpoints targeting wine, spirits, or other Dan Murphy's categories.
Are product reviews, stock levels, or promotional flags included in the response?+
Not currently. The response shape covers name, price, volume, and alcohol percentage only. Stock availability, user ratings, and promotional tags are not exposed. You can fork this API on Parse and revise it to add those fields if they are present on the product listings.
How does pagination work and is there a way to fetch a specific page?+
The endpoint fetches pages of 24 products internally, sorted by relevance, and aggregates them until the limit you specify is reached. There is no parameter to target a specific page offset directly; controlling the total number of results is done through the limit parameter.
Page content last updated . Spec covers 1 endpoint from danmurphys.com.au.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.