Browse a Category
Categories
Browse a Category
List active listings within an eBay category.
GET
Browse a Category
Path Parameters
string
required
The eBay category id to browse. Use
/v1/ebay/categories to look up ids.Query Parameters
string
default:"com"
eBay marketplace domain to browse.Examples:
com, co.uk, de, frinteger
default:1
Page number for paginated results. Range:
1 - 100.integer
Results per page. Clamped to one of
60, 120, or 240.string
default:"best_match"
Sort order for results.
number
Minimum price filter in the marketplace’s local currency.
number
Maximum price filter in the marketplace’s local currency.
Response
string
Marketplace domain that was browsed.
string
The category id that was browsed.
object
Available filter facets keyed by name.
object
Pagination metadata with
current_page, per_page, total_pages, total_results.string
ISO 8601 timestamp when the results were scraped.
Example Response
Each category-browse request costs 5 credits. Failed requests are not charged.
Authorizations
Path Parameters
The eBay category id.
Query Parameters
eBay marketplace domain TLD or alias (com, co.uk, de, fr, ...).
Page number for paginated results.
Required range:
1 <= x <= 100Results per page. Clamped to 60, 120 or 240.
Required range:
1 <= x <= 240Sort order for results.
Available options:
best_match, ending_soonest, newly_listed, price_low_to_high, price_high_to_low Minimum price filter in the marketplace's local currency.
Required range:
x >= 0Maximum price filter in the marketplace's local currency.
Required range:
x >= 0
