ConsoleCatalog
Sign in
Ebay Canada logo

Ebay Canada

ebay.caMarketplaceno auth

eBay Canada marketplace - keyword search, category browse, filters, and deals.

Category Filter Facets

ASYNCWRITENo auth

Returns filter facets and sort options for a category, with values and result counts.

ParametersFormJSON

URL slug for the eBay category (e.g. Home-Improvement, Computers-Tablets-Network-Hardware)

Numeric eBay category ID for the browse page

Browse node ID used in the category entity context for facet filtering

Item condition filter code (e.g. 1000 for New)

Sort order code for the category listing (e.g. 15 for price + shipping lowest first)

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": "act_ebay_ca_category_filter_facets",
    "params": {
      "category_slug": "Home-Improvement",
      "category_id": "159907",
      "browse_node_id": "1851980",
      "condition": "1000",
      "sort_order": "15"
    }
  }'