{
  "x402Version": 2,
  "id": 4496,
  "slug": "4496",
  "resource": "https://ebay.use.x402atlas.com/product",
  "description": "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.",
  "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": {
            "domain": "ebay.com",
            "product_id": "146883055815"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "product": {
              "buy": {
                "best_offer": true,
                "buy_it_now": {
                  "price": {
                    "extracted": 624.98,
                    "raw": "$624.98"
                  }
                }
              },
              "categories": [
                "Video Games & Consoles",
                "Video Game Consoles"
              ],
              "condition": "New",
              "link": "https://www.ebay.com/itm/146883055815",
              "media": [
                "https://i.ebayimg.com/images/g/nbQAAOSwIvtmTCx~/s-l1600.jpg",
                "https://i.ebayimg.com/images/g/pJcAAOSwR8hmTCx~/s-l1600.jpg"
              ],
              "payment_methods": [
                "PayPal",
                "Visa",
                "Mastercard",
                "Paypal Credit"
              ],
              "product_id": "146883055815",
              "quantity": {
                "availability_signal": "More than 10 available",
                "sold": 346
              },
              "rating": 4.8,
              "returns": {
                "accepted": true,
                "period": "30 days",
                "refund_method": "Money Back"
              },
              "review_count": 127,
              "shipping": {
                "destination": "United States",
                "options": [
                  {
                    "estimated_delivery": "Wed, Jul 29 – Mon, Aug 3",
                    "method": "Free Standard Shipping",
                    "price": {
                      "extracted": 0,
                      "raw": "$0.00"
                    }
                  }
                ],
                "origin": "United States",
                "status": "available"
              },
              "short_description": "PlayStation 5 Digital Edition Slim console bundle with a second DualSense wireless controller.",
              "specifications": {
                "about_this_item": {
                  "Brand": "Sony",
                  "Condition": "New: A brand-new, unused, unopened, undamaged item in its original packaging.",
                  "Model": "Sony PlayStation 5 Slim Digital Edition"
                },
                "product_details": {
                  "Color": "White",
                  "Storage Capacity": "1 TB",
                  "Type": "Home Console"
                }
              },
              "subtitle": "Brand New - Full Warranty",
              "title": "BRAND NEW PlayStation 5 Slim Console Digital Edition + Extra DualSense Controller",
              "watch_count": 89
            },
            "queried_at": "2026-07-25T12:00:00Z",
            "related_products": [
              {
                "details_link": "https://ebay.use.x402atlas.com/product?product_id=167118829301",
                "price": {
                  "extracted": 650,
                  "raw": "$650.00"
                },
                "product_id": "167118829301",
                "thumbnail": "https://i.ebayimg.com/thumbs/images/g/1a2AAOSwFqVnB0xN/s-l300.jpg",
                "title": "Sony PlayStation 5 Slim Disc Edition Console Bundle"
              }
            ],
            "seller": {
              "name": "Primo Deals",
              "positive_feedback_percent": 99.1,
              "profile_link": "https://www.ebay.com/str/primodealsus",
              "rating": 4.9,
              "sold_count": 18342,
              "username": "primo.deals.us"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$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": "string"
                                    }
                                  },
                                  "type": "object"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "origin": {
                            "type": "string"
                          },
                          "ships_to": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "short_description": {
                        "type": "string"
                      },
                      "specifications": {
                        "properties": {
                          "about_this_item": {
                            "description": "Key/value item specifics",
                            "type": "object"
                          },
                          "product_details": {
                            "description": "Key/value product details",
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "subtitle": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "variations": {
                        "description": "Option menus and purchasable combinations, when the listing has variants",
                        "properties": {
                          "combinations": {
                            "items": {
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "menus": {
                            "items": {
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "watch_count": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "queried_at": {
                    "description": "Time the lookup ran (UTC)",
                    "format": "date-time",
                    "type": "string"
                  },
                  "related_products": {
                    "items": {
                      "properties": {
                        "details_link": {
                          "description": "This API's /product URL for the related listing",
                          "type": "string"
                        },
                        "price": {
                          "properties": {
                            "extracted": {
                              "type": "number"
                            },
                            "raw": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "product_id": {
                          "type": "string"
                        },
                        "thumbnail": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "seller": {
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "positive_feedback_percent": {
                        "type": "number"
                      },
                      "profile_link": {
                        "description": "The seller's eBay profile",
                        "type": "string"
                      },
                      "rating": {
                        "type": "number"
                      },
                      "sold_count": {
                        "type": "integer"
                      },
                      "username": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "required": [
                  "queried_at",
                  "product"
                ],
                "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:06.146Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-15T06:32:05.986Z"
  },
  "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"
  }
}