Discover/ebay.com.au API
live

ebay.com.au APIebay.com.au

Search active and sold eBay Australia listings, fetch full listing details, and compute market metrics including sell-through ratio and average sold price.

Endpoints
4
Updated
3mo ago
Try it
Search keyword (e.g. 'iphone case')
Maximum price in AUD to filter results
Minimum price in AUD to filter results
eBay category ID to narrow search scope
api.parse.bot/scraper/ed1da096-4b00-49a3-8179-b9e1d6d0faa5/<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/ed1da096-4b00-49a3-8179-b9e1d6d0faa5/search_active_listings?keyword=iphone+case' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for active listings on eBay Australia with optional price and category filters. Returns up to 60 items per request.

Input
ParamTypeDescription
keywordrequiredstringSearch keyword (e.g. 'iphone case')
price_maxnumberMaximum price in AUD to filter results
price_minnumberMinimum price in AUD to filter results
category_idintegereBay category ID to narrow search scope
Response
{
  "type": "object",
  "fields": {
    "items": "array of listing objects with ebay_item_id, ebay_title, ebay_item_url, item_price, shipping_price_ebay, total_ebay_price, seller_username, location, image_link, sold_date, is_sold",
    "total_results": "integer total number of matching listings"
  },
  "sample": {
    "data": {
      "items": [
        {
          "is_sold": false,
          "location": "N/A",
          "sold_date": "N/A",
          "ebay_title": "For iPhone 17 16 15 14 13 12 11 Pro Max Plus Shockproof Silicone Case Cover oz",
          "image_link": "https://i.ebayimg.com/images/g/dwMAAeSwuIZob20k/s-l500.webp",
          "item_price": 7.95,
          "ebay_item_id": "326679165661",
          "ebay_item_url": "https://www.ebay.com.au/itm/326679165661",
          "seller_username": "N/A",
          "total_ebay_price": 7.95,
          "shipping_price_ebay": 0
        }
      ],
      "total_results": 640000
    },
    "status": "success"
  }
}

About the ebay.com.au API

This API exposes 4 endpoints covering eBay Australia listing data — active search, sold listings, full listing details, and computed market metrics. The compute_market_metrics endpoint calculates sell-through ratio, 30-day sold count, and average sold price for any keyword. Each endpoint targets the ebay.com.au marketplace specifically, returning AUD-denominated pricing and Australian seller data.

Search and Filter Listings

The search_active_listings endpoint accepts a required keyword and optional price_min, price_max (both in AUD), and category_id parameters. It returns up to 60 items per request, each with ebay_item_id, ebay_title, item_price, shipping_price_ebay, total_ebay_price, seller_username, and a direct ebay_item_url. The search_sold_completed_listings endpoint takes only a keyword and returns recently sold items sorted by end date, using the same response shape — useful for validating actual transaction prices against active listing prices.

Listing Detail and Item Specifics

The get_listing_details endpoint takes a single item_id (the numeric eBay item ID as a string) and returns a richer response: condition, location, quantity_sold, an array of image_links, and an item_specifics object containing the key-value pairs the seller entered — things like brand, model, colour, or compatibility. This is the right endpoint for building product catalogues or enriching competitor research with structured attribute data.

Market Metrics Computation

The compute_market_metrics endpoint aggregates data for a keyword into four derived figures: active_count, sold_count_30d, avg_sold_price, and sell_through_ratio. It supports the same price_min and price_max filters as the active search. The sell-through ratio (sold listings divided by active listings) is a standard eBay research metric for gauging demand relative to supply. The response also echoes back the keyword so results are easy to batch and compare across multiple terms.

Common use cases
  • Calculate sell-through ratios for potential product categories before sourcing inventory
  • Track competitor active listing prices on ebay.com.au using search_active_listings with a brand keyword
  • Verify realistic sale prices by comparing avg_sold_price from sold listings against current active prices
  • Extract item_specifics from get_listing_details to build structured product attribute datasets
  • Monitor how quickly a keyword's sold_count_30d changes over time as a demand signal
  • Filter active listings by price_min and price_max to analyse a specific price tier on the AU market
  • Pull image_links and listing metadata for a set of item IDs to build a product comparison tool
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 eBay have an official developer API?+
Yes. eBay operates the eBay Developers Program with a suite of REST and Trading APIs, documented at developer.ebay.com. However, the official APIs require application registration, OAuth credentials, and are subject to separate call limits and approval processes. They also cover global eBay sites rather than targeting ebay.com.au specifically.
What does `search_sold_completed_listings` return that `search_active_listings` doesn't?+
search_sold_completed_listings returns items that have already transacted, sorted by end date. Both endpoints share the same core fields (ebay_item_id, item_price, shipping_price_ebay, total_ebay_price, seller_username), but the sold endpoint reflects final transaction prices rather than asking prices, and it does not accept price or category filters — only a keyword.
How many listings does `compute_market_metrics` analyse?+
The endpoint fetches up to 2 pages of active listings and 1 page of sold listings to compute its metrics. For high-volume keywords this means the active_count and sold_count_30d figures represent a sample rather than the full marketplace population. For niche keywords with fewer total results the sample is likely to be complete.
Does the API return seller feedback scores or detailed seller ratings?+
Not currently. The API returns seller_username across all listing endpoints but does not expose feedback scores, positive feedback percentages, or seller rating breakdowns. You can fork this API on Parse and revise it to add a seller detail endpoint covering those fields.
Can I retrieve bid history or auction-specific data for eBay AU listings?+
Not currently. The API covers buy-it-now and sold listing prices but does not expose bid counts, current bid amounts, or auction end times as distinct fields. You can fork this API on Parse and revise it to add auction-focused fields to the listing detail or search responses.
Page content last updated . Spec covers 4 endpoints from ebay.com.au.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
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.
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.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
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.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
eBay Australia API – Listings & Market Data · Parse