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
4mo 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 →
wine.com API
Search and browse wines on Wine.com to discover detailed information including pricing, ratings, and product metadata across thousands of selections. Find top-rated wines, browse current sales, and access comprehensive details on any wine to make informed purchasing decisions.
systembolaget.se API
Search and browse Systembolaget's complete beverage catalog to discover wines, spirits, and other drinks with detailed information like taste profiles, producer details, vintage year, and pricing. Find exactly what you're looking for by filtering products by type, region, and other characteristics to make informed purchasing decisions.
getfpv.com API
Search and browse products from GetFPV's catalog of FPV drone components and accessories. Retrieve listings by keyword or category, view detailed product specifications, pricing, and stock status, and explore new arrivals and current sales.
mediamarkt.be API
Search and browse MediaMarkt Belgium's product catalog to find electronics with detailed specifications, pricing, and available variants across all categories. Get comprehensive product information including descriptions and technical details to compare items before purchase.
coles.com.au API
Search and browse Coles supermarket products by category, view detailed product information, and discover current specials all in one place. Find exactly what you're looking for with powerful search functionality and organized category navigation.
bluebottlecoffee.com API
Browse Blue Bottle Coffee's complete product catalog, including roast levels, tasting notes, pricing, and customer reviews. List products by category, retrieve full details for any item, and explore cafe locations across all supported regions.
abercrombie.com API
Search and browse Abercrombie & Fitch products across categories, new arrivals, and clearance items while retrieving detailed product information like pricing and availability. Access curated collections and find exactly what you're looking for with powerful search capabilities.
gamma.be API
Search and browse products from Gamma.be to find home improvement items with real-time pricing and detailed specifications. Get category listings and search suggestions to easily discover what you need at Belgium's leading home improvement store.