eBay listing detail — one listing by product id
eBay listing detail — one listing by product id: buy options & current bid, variants, shipping to a supported destination, seller reputation, item specifics, stock & watch counts as clean JSON.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://ebay.use.x402atlas.com/product
| Category | Commerce and shopping |
|---|---|
| Provider host | ebay.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"domain": "ebay.com",
"product_id": "146883055815"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"domain": {
"default": "ebay.com",
"description": "eBay regional site the listing lives on",
"type": "string"
},
"product_id": {
"description": "Numeric eBay item id, from /ebay/search or /ebay/sold items[].product_id (or an ebay.com/itm/<id> URL)",
"pattern": "^[0-9]+$",
"type": "string"
}
},
"required": [
"product_id"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"product": {
"properties": {
"buy": {
"description": "Purchase options",
"properties": {
"best_offer": {
"type": "boolean"
},
"bid": {
"properties": {
"count": {
"type": "integer"
},
"price": {
"properties": {
"extracted": {
"type": "number"
},
"raw": {
"type": "string"
}
},
"type": "object"
},
"time_left": {
"type": "string"
}
},
"type": "object"
},
"buy_it_now": {
"properties": {
"price": {
"properties": {
"extracted": {
"type": "number"
},
"raw": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"categories": {
"description": "Category breadcrumb names",
"items": {
"type": "string"
},
"type": "array"
},
"condition": {
"type": "string"
},
"coupon": {
"properties": {
"code": {
"type": "string"
},
"savings": {
"type": "string"
}
},
"type": "object"
},
"link": {
"description": "The listing's eBay page",
"type": "string"
},
"media": {
"description": "Listing image URLs",
"items": {
"type": "string"
},
"type": "array"
},
"payment_methods": {
"items": {
"type": "string"
},
"type": "array"
},
"product_id": {
"type": "string"
},
"quantity": {
"properties": {
"availability_signal": {
"type": "string"
},
"available": {
"type": "integer"
},
"sold": {
"type": "integer"
}
},
"type": "object"
},
"rating": {
"type": "number"
},
"returns": {
"properties": {
"accepted": {
"type": "boolean"
},
"period": {
"type": "string"
},
"refund_method": {
"type": "string"
}
},
"type": "object"
},
"review_count": {
"type": "integer"
},
"shipping": {
"properties": {
"destination": {
"type": "string"
},
"handling": {
"type": "string"
},
"options": {
"items": {
"properties": {
"estimated_delivery": {
"type": "string"
},
"method": {
"type": "string"
},
"price": {
"properties": {
"extracted": {
"type": "number"
},
"raw": {
"type":