ConsoleCatalog
Sign in
Ebay Australia logo

Ebay Australia

ebay.com.auMarketplaceno auth

eBay Australia marketplace - category browse, item details, pricing, and seller info.

Category Listing

ASYNCREADNo auth

Returns category listings with titles, prices, images, and item URLs.

ParametersFormJSON

URL slug segment for the category path (e.g. Mobile-Phones)

Numeric eBay category id in the browse URL path

Browse node id (bn_ segment) for the category listing page

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_ebay_com_au_category_listing_ssr",
    "params": {
      "category_slug": "Mobile-Phones",
      "category_id": "9355",
      "browse_node_id": "504059"
    }
  }'