{
  "x402Version": 2,
  "id": 4497,
  "slug": "4497",
  "resource": "https://ebay.use.x402atlas.com/sold",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "ecommerce",
      "info": {
        "input": {
          "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"
        },
        "output": {
          "example": {
            "categories": [
              {
                "id": 139971,
                "name": "Video Game Consoles"
              },
              {
                "id": 54968,
                "name": "Video Game Accessories"
              }
            ],
            "domain": "ebay.com",
            "items": [
              {
                "bids": 21,
                "condition": "Pre-Owned",
                "details_link": "https://ebay.use.x402atlas.com/product?product_id=157012348890",
                "link": "https://www.ebay.com/itm/157012348890",
                "location": "United States",
                "price": {
                  "extracted": 232.5,
                  "raw": "$232.50"
                },
                "product_id": "157012348890",
                "seller": {
                  "positive_feedback_percent": 98.9,
                  "review_count": 192884,
                  "username": "gamestop_outlet"
                },
                "shipping": {
                  "free": true,
                  "raw": "Free shipping"
                },
                "sold_date": "Jul 21, 2026",
                "sponsored": false,
                "thumbnail": "https://i.ebayimg.com/images/g/vN8AAOSwq9dnPq0c/s-l500.jpg",
                "title": "Nintendo Switch OLED Model 64GB White Console - Complete in Box"
              },
              {
                "condition": "Pre-Owned",
                "details_link": "https://ebay.use.x402atlas.com/product?product_id=146119207455",
                "link": "https://www.ebay.com/itm/146119207455",
                "location": "United States",
                "price": {
                  "extracted": 268,
                  "raw": "$268.00"
                },
                "product_id": "146119207455",
                "seller": {
                  "positive_feedback_percent": 99.6,
                  "review_count": 7761,
                  "username": "retro.console.co"
                },
                "shipping": {
                  "extracted": 14.85,
                  "free": false,
                  "raw": "+$14.85 shipping"
                },
                "sold_date": "Jul 18, 2026",
                "sponsored": false,
                "thumbnail": "https://i.ebayimg.com/images/g/hR2AAOSwLtJnKd41/s-l500.jpg",
                "title": "Nintendo Switch OLED Splatoon 3 Special Edition Console Bundle"
              }
            ],
            "next_page": 2,
            "page": 1,
            "per_page": 50,
            "query": "nintendo switch oled",
            "related_searches": [
              "nintendo switch oled zelda edition",
              "nintendo switch 2",
              "steam deck oled"
            ],
            "total_results": 12634
          },
          "type": "json"
        }
      },
      "schema": {
        "$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 — pass to /product for the full listing",
                          "type": "string"
                        },
                        "quantity_sold": {
                          "type": "integer"
                        },
                        "rating": {
                          "type": "number"
                        },
                        "returns": {
                          "type": "string"
                        },
                        "reviews_count": {
                          "type": "integer"
                        },
                        "seller": {
                          "properties": {
                            "positive_feedback_percent": {
                              "type": "number"
                            },
                            "review_count": {
                              "type": "integer"
                            },
                            "username": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "shipping": {
                          "description": "Shipping cost line",
                          "properties": {
                            "extracted": {
                              "type": "number"
                            },
                            "free": {
                              "type": "boolean"
                            },
                            "raw": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "sold_date": {
                          "description": "Realized sale date — set on /sold results when the upstream marks it",
                          "type": "string"
                        },
                        "sponsored": {
                          "type": "boolean"
                        },
                        "subtitle": {
                          "type": "string"
                        },
                        "thumbnail": {
                          "type": "string"
                        },
                        "time_left": {
                          "description": "Auction time remaining",
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "watchers": {
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "next_page": {
                    "description": "Pass back as page= for the next page; null when this is the last page",
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "note": {
                    "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.",
                    "type": "string"
                  },
                  "page": {
                    "type": "integer"
                  },
                  "per_page": {
                    "type": "integer"
                  },
                  "query": {
                    "description": "Echoed search query",
                    "type": "string"
                  },
                  "related_searches": {
                    "description": "Suggested query refinements",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "total_results": {
                    "description": "Total listings matching the query upstream",
                    "type": "integer"
                  }
                },
                "required": [
                  "query",
                  "domain",
                  "page",
                  "per_page",
                  "items"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "ebay",
        "ecommerce",
        "marketplace",
        "shopping",
        "prices",
        "sold-comps",
        "products"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "ebay.use.x402atlas.com",
  "lastUpdated": "2026-09-15T06:32:07.636Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-15T06:32:07.492Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "ebay.use.x402atlas.com",
    "manifest_name": "ebay.use.x402atlas.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}