Discover/ozbargain.com.au API
live

ozbargain.com.au APIozbargain.com.au

Access current OzBargain deals by category or fetch top upvoted bargains site-wide. Returns price, store, votes, expiry, and more via two endpoints.

Endpoints
2
Updated
3mo ago
Try it
Maximum number of deals to return.
api.parse.bot/scraper/9da4a0cf-f11f-47a5-b74d-5fedcff931d1/<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/9da4a0cf-f11f-47a5-b74d-5fedcff931d1/get_computer_deals?limit=5' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Fetch current deals from a specified category on OzBargain. Returns deals with title, price, store, votes, and other metadata. Paginates automatically to fill the requested limit.

Input
ParamTypeDescription
limitintegerMaximum number of deals to return.
Response
{
  "type": "object",
  "fields": {
    "count": "integer total number of deals returned",
    "deals": "array of deal objects with title, url, price, description, store, upvotes, downvotes, expiry, and category"
  },
  "sample": {
    "data": {
      "count": 1,
      "deals": [
        {
          "url": "https://www.ozbargain.com.au/node/959247",
          "price": "$139, $229, $0",
          "store": "umart.com.au",
          "title": "Logitech MX Keys S Wireless Keyboard $139 (RRP $229) + Delivery ($0 C&C) @ Umart",
          "expiry": "14 May Today",
          "upvotes": 36,
          "category": "Computing",
          "downvotes": 0,
          "description": "Thought I'd post this as I saw the Amazon deal posted earlier..."
        }
      ]
    },
    "status": "success"
  }
}

About the ozbargain.com.au API

The OzBargain API exposes two endpoints that return structured deal data from OzBargain.com.au, covering up to 8 fields per deal including title, price, store, upvotes, downvotes, expiry, and category. The get_computer_deals endpoint retrieves deals from a specific category with optional pagination via the limit parameter, while get_top_deals surfaces the most upvoted active deals across the entire site sorted by community votes descending.

What the API Returns

Both endpoints return a count integer and a deals array. Each deal object includes title, url, price, description, store, upvotes, downvotes, expiry, and category. The upvotes and downvotes fields reflect live community voting, giving a real-time signal of deal quality as judged by the OzBargain community.

Endpoints and Parameters

get_computer_deals accepts an optional limit integer and paginates automatically to fulfill it — useful when you need a fixed-size batch of deals from a single category. get_top_deals also accepts a limit parameter and returns deals ranked by upvotes descending, pulling from across all categories on the OzBargain front page. Neither endpoint requires authentication.

Data Shape and Freshness

The expiry field indicates when a deal closes, which lets you filter out stale listings on the client side. The store field names the retailer, enabling per-retailer aggregation. The price field is a string as posted by the deal submitter, so it may include qualifiers like "free" or percentage discounts rather than always being a numeric value. Both endpoints reflect current live data from OzBargain.

Common use cases
  • Build a deal alert system that monitors upvote counts and notifies users when a deal surpasses a threshold
  • Aggregate deals by store using the store field to compare which retailers post the most active bargains
  • Filter deals by expiry to display only deals still active in a browser extension or app
  • Display a live trending-deals widget sorted by upvotes using the get_top_deals endpoint
  • Track price patterns across categories by logging the price and category fields over time
  • Build a comparison tool that shows upvotes vs downvotes ratios to surface genuinely popular deals
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 OzBargain have an official developer API?+
OzBargain does not publish an official developer API or documented public REST API for deal data. This Parse API provides structured access to deal listings and voting data that the site exposes publicly.
What does `get_top_deals` return and how is it sorted?+
get_top_deals returns deals from across all OzBargain categories, sorted by upvotes in descending order. Each result includes upvotes, downvotes, title, price, store, expiry, url, and category. You can control how many results come back using the optional limit parameter.
Can I retrieve deals from a specific category other than the default?+
The current get_computer_deals endpoint is scoped to a single category. If you need deals from a different category — such as groceries, travel, or gaming — you can fork this API on Parse and revise the endpoint to target the category of your choice.
Does the API include deal comments, vote history, or user profile data?+
Not currently. The API covers deal metadata: title, price, store, description, upvotes, downvotes, expiry, category, and URL. Comment threads, per-user vote history, and member profiles are not included. You can fork it on Parse and revise to add an endpoint targeting those data surfaces.
How fresh is the deal data returned by the API?+
Both endpoints reflect the current state of live OzBargain listings at request time. The expiry field on each deal indicates when the deal is set to close, but deals marked as expired may still appear if they haven't been removed from the source listings. Checking expiry client-side is the reliable way to filter stale results.
Page content last updated . Spec covers 2 endpoints from ozbargain.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.
OzBargain API – Deals & Top Bargains · Parse