ToolAssay

eBay sold comps — sold & completed listings with realized prices and sold dates

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
605 msmedian answer time
$0.02listed price per call
$0.02price 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/sold

CategoryCommerce and shopping
Provider hostebay.use.x402atlas.com
Networkseip155:137, eip155:42161, eip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 605 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "condition": "3000",
    "domain": "ebay.com",
    "max_price": 400,
    "min_price": 50,
    "page": 1,
    "per_page": 50,
    "query": "nintendo switch oled",
    "sort": "best_match"
  },
  "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": {
            "condition": {
              "description": "Comma-separated condition ids: 1000 New, 1500 Open box, 2000 Certified refurbished, 2500 Seller refurbished, 3000 Used, 10 Not specified",
              "type": "string"
            },
            "domain": {
              "default": "ebay.com",
              "description": "eBay regional site to search",
              "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"
            },
            "max_price": {
              "description": "Maximum price filter",
              "minimum": 0,
              "type": "number"
            },
            "min_price": {
              "description": "Minimum price filter",
              "minimum": 0,
              "type": "number"
            },
            "page": {
              "default": 1,
              "description": "Result page number; follow next_page from a previous response",
              "minimum": 1,
              "type": "integer"
            },
            "per_page": {
              "default": 50,
              "description": "Results per page",
              "enum": [
                25,
                50,
                100,
                200
              ],
              "type": "integer"
            },
            "query": {
              "description": "Free-text query for the item to comp (e.g. \"nintendo switch oled\")",
              "maxLength": 300,
              "type": "string"
            },
            "sort": {
              "default": "best_match",
              "description": "Sort order",
              "enum": [
                "best_match",
                "ending_soonest",
                "newly_listed",
                "price_shipping_lowest",
                "price_shipping_highest",
                "distance_nearest"
              ],
              "type": "string"
            }
          },
          "required": [
            "query"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "categories": {
              "description": "Category facets; pass an id back as category_id to narrow the search",
              "items": {
                "properties": {
                  "id": {
                    "type": "integer"
                  },
                  "name": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "domain": {
              "description": "eBay site actually searched",
              "type": "string"
            },
            "items": {
              "items": {
                "properties": {
                  "bids": {
                    "description": "Auction bid count",
                    "type": "integer"
                  },
                  "condition": {
                    "type": "string"
                  },
                  "details_link": {
                    "description": "This API's /product URL for the listing",
                    "type": "string"
                  },
                  "discount": {
                    "description": "Discount label, e.g. \"18% off\"",
                    "type": "string"
                  },
                  "extensions": {
                    "description": "Listing badges (e.g. \"Free returns\")",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "link": {
                    "description": "The listing's eBay page",
                    "type": "string"
                  },
                  "location": {
                    "description": "Where the item ships from",
                    "type": "string"
                  },
                  "original_price": {
                    "description": "Pre-discount price, when the listing is discounted",
                    "properties": {
                      "extracted": {
                        "type": "number"
                      },
                      "raw": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "price": {
                    "description": "Listing price; a from/to range flattens to the range string plus the extracted low bound",
                    "properties": {
                      "extracted": {
                        "type": "number"
                      },
                      "raw": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "product_id": {
                    "description": "eBay item id \u2014 pass to /product for the full listing",
                    "type": "string"
                  },
                  "quantity_sold": {
                    "type": "integer"
             

This page as JSON