ebay.com
eBay Browse API provider for marketplace item search and item detail retrieval.
Search eBay marketplace inventory and fetch full item details over plain HTTP with OAuth bearer authentication. Focuses on item-summary search and item lookup, returning buyer-facing commerce data such as item id, title, price, currency, condition, and seller.
Searches marketplace inventory and returns lightweight item summaries for a query. Use query, filter, limit, and offset to control scope and pagination. Backed by the eBay Browse API.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Free-text search term used to match listings.
wireless headphones
Browse API filter expression for narrowing results.
conditions:{NEW|USED}
Maximum number of item summaries to return.
20
Zero-based result offset for pagination.
0
Auth required for this operation.
Fetches the full item resource for one marketplace listing by item_id and returns the detailed Browse API item shape. Backed by the eBay Browse API.
The eBay item identifier from search results or a stored listing reference.
v1|123456789012|0
Coordinates limit and offset handling for item summary search so callers can page through marketplace results deterministically. Uses the same browse search contract. Backed by the eBay Browse API.
Page size to request from the search endpoint.
50
Starting offset for the next page of results.
100
Auth required for this operation.
Auth required for this operation.