Marketplace - listing search, details, categories, sold prices, and seller profiles.
Category Browse
ASYNCREADNo auth
Returns listings within a specific category, requiring a keyword to get results.
ParametersFormJSON
eBay category ID (from eb_category_sitemap)
Keyword filter within the category - required (eBay renders pure category pages with JS)
1-based page number
Results per page. One of 25, 60, or 120
Sort order: best_match, ending_soonest, newly_listed, price_low, price_high
Minimum price filter (USD)
Maximum price filter (USD)
Item condition: new, used, refurbished, not_specified
Listing type: all, buy_it_now, auction
Item location: worldwide, us_only, north_america
If true, only listings with free shipping
cost: 2 credits · 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": "eb_category_browse", "params": { "category_id": "9355", "query": "iphone", "page": 1, "page_size": 60, "sort_by": "best_match", "listing_type": "all", "location": "worldwide", "free_shipping": false } }'