---
title: "Get Item Detail"
method: GET
path: "/v1/ebay/items/{item_id}"
tags: ["eBay Items"]
---

# Get Item Detail

`GET /v1/ebay/items/{item_id}`

Get a single eBay listing's full detail.

## Path parameters

- `item_id` string, required

## Query parameters

- `domain` string

## Response `200`

Item detail

- object
  - `domain` string
  - `item` object
    - `item_id` string
    - `product_id` string, nullable
    - `legacy_item_id` string, nullable
    - `title` string, nullable
    - `subtitle` string, nullable
    - `url` string, nullable
    - `condition` string, nullable
    - `condition_id` string, nullable
    - `condition_description` string, nullable
    - `price` object
      - `value` number, nullable
      - `currency` string, nullable
      - `symbol` string, nullable
      - `raw` string, nullable
    - `original_price` object
      - `value` number, nullable
      - `currency` string, nullable
      - `symbol` string, nullable
      - `raw` string, nullable
    - `discount_percent` number, nullable
    - `currency` string, nullable
    - `availability` string, nullable
    - `quantity_available` integer, nullable
    - `quantity_sold` integer, nullable
    - `watchers` integer, nullable
    - `buying_format` string, nullable
    - `is_auction` boolean
    - `bids` integer, nullable
    - `time_left` string, nullable
    - `current_bid` object, nullable — Current high bid for auction listings; mirrors `price`. Null for non-auction (fixed-price) listings.
      - `value` number, nullable
      - `currency` string, nullable
      - `symbol` string, nullable
      - `raw` string, nullable
    - `is_ended` boolean — True when the listing has closed (sold or ended), any buying format. Defaults to false.
    - `end_time_utc` number, nullable — Listing end time as a Unix timestamp (float seconds): the auction close time, or the exact sold/ended time for ended listings of any format. Null for active fixed-price listings.
    - `end_time_at` string, nullable — Listing end time as an ISO-8601 UTC string (e.g. "2026-06-22T19:50:51Z"): the auction close time, or the exact sold/ended time for ended listings of any format. Null for active fixed-price listings.
    - `buy_it_now_price` object, nullable — Buy It Now price for fixed-price listings (mirrors `price`) or auction-with-Buy-It-Now listings. Null for pure auctions.
      - `value` number, nullable
      - `currency` string, nullable
      - `symbol` string, nullable
      - `raw` string, nullable
    - `best_offer_enabled` boolean, nullable
    - `brand` string, nullable
    - `mpn` string, nullable
    - `model` string, nullable
    - `color` string, nullable
    - `gtin` string, nullable
    - `main_image` string, nullable
    - `images` object[]
      - `url` string
      - `width` integer, nullable
      - `height` integer, nullable
    - `images_count` integer
    - `description` string, nullable
    - `seller_notes` string, nullable
    - `item_specifics` object
    - `categories` string[]
    - `category_id` string, nullable
    - `shipping_options` object[]
      - `cost` object
        - `value` number, nullable
        - `currency` string, nullable
        - `symbol` string, nullable
        - `raw` string, nullable
      - `is_free` boolean, nullable
      - `service` string, nullable
      - `destination_country` string, nullable
      - `delivery_estimate` string, nullable
    - `shipping_cost` object
      - `value` number, nullable
      - `currency` string, nullable
      - `symbol` string, nullable
      - `raw` string, nullable
    - `free_shipping` boolean, nullable
    - `item_location` string, nullable
    - `ships_to` string[]
    - `returns` object
      - `accepted` boolean, nullable
      - `period` string, nullable
      - `cost_paid_by` string, nullable
      - `raw` string, nullable
    - `seller` object
      - `username` string, nullable
      - `url` string, nullable
      - `feedback_score` integer, nullable
      - `feedback_percent` number, nullable
      - `store_name` string, nullable
      - `store_url` string, nullable
    - `rating` number, nullable
    - `ratings_total` integer, nullable
    - `date_modified_utc` number, nullable
    - `date_modified_at` string, nullable
    - `scraped_utc` number, nullable
    - `scraped_at` string, nullable

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
