SERVICE / DETAILsearch

eBay Search, Comps & Products

GET ebay.use.x402atlas.com/product

SONAR SCORE0.400
LIVE PRICE0.020000
BAZAAR LIVEcompatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

19 observations in the last 24h
HANDSHAKE SUCCESS100.0%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY5169msrecent response window
PRICE DRIFT0.0%advertised vs observed

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.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

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.

Resource: ebay.use.x402atlas.com/product

Network: eip155:8453, eip155:137, eip155:42161 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2

Payment methods: · Last validation: 2026-09-14 16:31:58.005+00

{
  "input": {
    "type": "object",
    "required": [
      "type",
      "method"
    ],
    "properties": {
      "type": {
        "type": "string",
        "const": "http"
      },
      "method": {
        "enum": [
          "GET"
        ],
        "type": "string"
      },
      "queryParams": {
        "type": "object",
        "required": [
          "product_id"
        ],
        "properties": {
          "domain": {
            "type": "string",
            "default": "ebay.com",
            "description": "eBay regional site the listing lives on"
          },
          "product_id": {
            "type": "string",
            "pattern": "^[0-9]+$",
            "description": "Numeric eBay item id, from /ebay/search or /ebay/sold items[].product_id (or an ebay.com/itm/<id> URL)"
          }
        }
      }
    },
    "additionalProperties": false
  },
  "output": {
    "type": "object",
    "required": [
      "type"
    ],
    "properties": {
      "type": {
        "type": "string"
      },
      "example": {
        "type": "object",
        "required": [
          "queried_at",
          "product"
        ],
        "properties": {
          "seller": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string"
              },
              "rating": {
                "type": "number"
              },
              "username": {
                "type": "string"
              },
              "sold_count": {
                "type": "integer"
              },
              "profile_link": {
                "type": "string",
                "description": "The seller's eBay profile"
              },
              "positive_feedback_percent": {
                "type": "number"
              }
            }
          },
          "product": {
            "type": "object",
            "properties": {
              "buy": {
                "type": "object",
                "properties": {
                  "bid": {
                    "type": "object",
                    "properties": {
                      "count": {
                        "type": "integer"
                      },
                      "price": {
                        "type": "object",
                        "properties": {
                          "raw": {
                            "type": "string"
                          },
                          "extracted": {
                            "type": "number"
                          }
                        }
                      },
                      "time_left": {
                        "type": "string"
                      }
                    }
                  },
                  "best_offer": {
                    "type": "boolean"
                  },
                  "buy_it_now": {
                    "type": "object",
                    "properties": {
                      "price": {
                        "type": "object",
                        "properties": {
                          "raw": {
                            "type": "string"
                          },
                          "extracted": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "description": "Purchase options"
              },
              "link": {
                "type": "string",
                "description": "The listing's eBay page"
              },
              "media": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Listing image URLs"
              },
              "title": {
                "type": "string"
              },
              "coupon": {
                "type": "object",
                "properties": {
                  "code": {
                    "type": "string"
                  },
                  "savings": {
                    "type": "string"
                  }
                }
              },
              "rating": {
                "type": "number"
              },
              "returns": {
                "type": "object",
                "properties": {
                  "period": {
                    "type": "string"
                  },
                  "accepted": {
                    "type": "boolean"
                  },
                  "refund_method": {
                    "type": "string"
                  }
                }
              },
              "quantity": {
                "type": "object",
                "properties": {
                  "sold": {
                    "type": "integer"
                  },
                  "available": {
                    "type": "integer"
                  },
                  "availability_signal": {
                    "type": "string"
                  }
                }
              },
              "shipping": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string"
                  },
                  "status": {
                    "type": "string"
                  },
                  "options": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "price": {
                          "type": "object",
                          "properties": {
                            "raw": {
                              "type": "string"
                            },
                            "extracted": {
                              "type": "number"
                            }
                          }
                        },
                        "method": {
                          "type": "string"
                        },
                        "estimated_delivery": {
                          "type": "string"
                        }
                      }
                    }
                  },
                  "handling": {
                    "type": "string"
                  },
                  "ships_to": {
                    "type": "string"
                  },
                  "destination": {
                    "type": "string"
                  }
                }
              },
              "subtitle": {
                "type": "string"
              },
              "condition": {
                "type": "string"
              },
              "categories": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Category breadcrumb names"
              },
              "product_id": {
                "type": "string"
              },
              "variations": {
                "type": "object",
                "properties": {
                  "menus": {
                    "type": "array",
                    "items": {
                      "type": "object"
                    }
                  },
                  "combinations": {
                    "type": "array",
                    "items": {
                      "type": "object"
                    }
                  }
                },
                "description": "Option menus and purchasable combinations, when the listing has variants"
              },
              "watch_count": {
                "type": "integer"
              },
              "review_count": {
                "type": "integer"
              },
              "specifications": {
                "type": "object",
                "properties": {
                  "about_this_item": {
                    "type": "object",
                    "description": "Key/value item specifics"
                  },
                  "product_details": {
                    "type": "object",
                    "description": "Key/value product details"
                  }
                }
              },
              "payment_methods": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "short_description": {
                "type": "string"
              }
            }
          },
          "queried_at": {
            "type": "string",
            "format": "date-time",
            "description": "Time the lookup ran (UTC)"
          },
          "related_products": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "price": {
                  "type": "object",
                  "properties": {
                    "raw": {
                      "type": "string"
                    },
                    "extracted": {
                      "type": "number"
                    }
                  }
                },
                "title": {
                  "type": "string"
                },
                "thumbnail": {
                  "type": "string"
                },
                "product_id": {
                  "type": "string"
                },
                "details_link": {
                  "type": "string",
                  "description": "This API's /product URL for the related listing"
                }
              }
            }
          }
        }
      }
    }
  },
  "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"
    }
  ]
}
METADATA PROVENANCE

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.