eBay Search, Comps & Products
GET ebay.use.x402atlas.com/sold
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
eBay sold comps — sold & completed listings with realized prices and sold dates for pricing research and resale valuation, filterable by site, category, price band and condition, as clean JSON.
Resource: ebay.use.x402atlas.com/sold
Network: eip155:8453, eip155:137, eip155:42161 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
Payment methods: — · Last validation: 2026-09-13 23:01:11.876+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"query"
],
"properties": {
"page": {
"type": "integer",
"default": 1,
"minimum": 1,
"description": "Result page number; follow next_page from a previous response"
},
"sort": {
"enum": [
"best_match",
"ending_soonest",
"newly_listed",
"price_shipping_lowest",
"price_shipping_highest",
"distance_nearest"
],
"type": "string",
"default": "best_match",
"description": "Sort order"
},
"query": {
"type": "string",
"maxLength": 300,
"description": "Free-text query for the item to comp (e.g. \"nintendo switch oled\")"
},
"domain": {
"enum": [
"ebay.at",
"ebay.ca",
"ebay.ch",
"ebay.co.uk",
"ebay.com",
"ebay.com.au",
"ebay.com.hk",
"ebay.com.my",
"ebay.com.sg",
"ebay.de",
"ebay.es",
"ebay.fr",
"ebay.ie",
"ebay.it",
"ebay.nl",
"ebay.pl"
],
"type": "string",
"default": "ebay.com",
"description": "eBay regional site to search"
},
"per_page": {
"enum": [
25,
50,
100,
200
],
"type": "integer",
"default": 50,
"description": "Results per page"
},
"condition": {
"type": "string",
"description": "Comma-separated condition ids: 1000 New, 1500 Open box, 2000 Certified refurbished, 2500 Seller refurbished, 3000 Used, 10 Not specified"
},
"max_price": {
"type": "number",
"minimum": 0,
"description": "Maximum price filter"
},
"min_price": {
"type": "number",
"minimum": 0,
"description": "Minimum price filter"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"query",
"domain",
"page",
"per_page",
"items"
],
"properties": {
"note": {
"type": "string",
"description": "Present only on a sample response (empty/omitted query): a hint to pass real parameters. The paid request ran; no upstream call was made."
},
"page": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"bids": {
"type": "integer",
"description": "Auction bid count"
},
"link": {
"type": "string",
"description": "The listing's eBay page"
},
"price": {
"type": "object",
"properties": {
"raw": {
"type": "string"
},
"extracted": {
"type": "number"
}
},
"description": "Listing price; a from/to range flattens to the range string plus the extracted low bound"
},
"title": {
"type": "string"
},
"rating": {
"type": "number"
},
"seller": {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"review_count": {
"type": "integer"
},
"positive_feedback_percent": {
"type": "number"
}
}
},
"returns": {
"type": "string"
},
"discount": {
"type": "string",
"description": "Discount label, e.g. \"18% off\""
},
"location": {
"type": "string",
"description": "Where the item ships from"
},
"shipping": {
"type": "object",
"properties": {
"raw": {
"type": "string"
},
"free": {
"type": "boolean"
},
"extracted": {
"type": "number"
}
},
"description": "Shipping cost line"
},
"subtitle": {
"type": "string"
},
"watchers": {
"type": "integer"
},
"condition": {
"type": "string"
},
"sold_date": {
"type": "string",
"description": "Realized sale date — set on /sold results when the upstream marks it"
},
"sponsored": {
"type": "boolean"
},
"thumbnail": {
"type": "string"
},
"time_left": {
"type": "string",
"description": "Auction time remaining"
},
"extensions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Listing badges (e.g. \"Free returns\")"
},
"product_id": {
"type": "string",
"description": "eBay item id — pass to /product for the full listing"
},
"details_link": {
"type": "string",
"description": "This API's /product URL for the listing"
},
"quantity_sold": {
"type": "integer"
},
"reviews_count": {
"type": "integer"
},
"original_price": {
"type": "object",
"properties": {
"raw": {
"type": "string"
},
"extracted": {
"type": "number"
}
},
"description": "Pre-discount price, when the listing is discounted"
}
}
}
},
"query": {
"type": "string",
"description": "Echoed search query"
},
"domain": {
"type": "string",
"description": "eBay site actually searched"
},
"per_page": {
"type": "integer"
},
"next_page": {
"type": [
"integer",
"null"
],
"description": "Pass back as page= for the next page; null when this is the last page"
},
"categories": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
}
},
"description": "Category facets; pass an id back as category_id to narrow the search"
},
"total_results": {
"type": "integer",
"description": "Total listings matching the query upstream"
},
"related_searches": {
"type": "array",
"items": {
"type": "string"
},
"description": "Suggested query refinements"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "20000"
},
{
"raw": {
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
"amount": "20000",
"scheme": "exact",
"network": "eip155:137",
"maxTimeoutSeconds": 300
},
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
"scheme": "exact",
"network": "eip155:137",
"amountAtomic": "20000"
},
{
"raw": {
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
"amount": "20000",
"scheme": "exact",
"network": "eip155:42161",
"maxTimeoutSeconds": 300
},
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
"scheme": "exact",
"network": "eip155:42161",
"amountAtomic": "20000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.