Skip to main content
GET
Get Item Detail

Path Parameters

item_id
string
required
The eBay listing item id. You can find this in search results or extract it from a listing URL (/itm/{item_id}).

Query Parameters

domain
string
default:"com"
eBay marketplace domain where the listing lives.Examples: com, co.uk, de, fr

Response

domain
string
Marketplace domain the item was fetched from.
item
object
Full item object.

Example Response

Auction data

Auction listings are fully supported. For auctions, is_auction is true and the auction-specific fields are populated: bids (bid count), time_left (relative remaining time), current_bid (the current high bid, mirroring price), and the absolute end time as both end_time_utc (Unix timestamp) and end_time_at (ISO-8601 Z string). For pure auctions buy_it_now_price is null; for fixed-price or auction-with-Buy-It-Now listings it carries the BIN price. For listings that have closed (sold or ended) — any buying format, not just auctions — is_ended is true and end_time_utc / end_time_at carry the exact sold/ended time. For active fixed-price listings all three stay at their defaults (false / null / null).
Each item-detail request costs 5 credits. Failed requests are not charged.

Authorizations

x-api-key
string
header
required

Path Parameters

item_id
string
required

The eBay listing item id.

Query Parameters

domain
string
default:com

eBay marketplace domain TLD or alias (com, co.uk, de, fr, ...).

Response

200 - application/json

Item detail

domain
string
item
object