eBay listings search — live prices, condition, shipping, seller reputation, auct
eBay listings search — live prices, condition, shipping, seller reputation, auctions & Buy It Now across supported regional eBay sites, with category, price band, condition, seller & location filters, sorted, as clean JSON.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice 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/search
| Category | Commerce and shopping |
|---|---|
| Provider host | ebay.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"buying_format": "BIN",
"condition": "3000",
"domain": "ebay.com",
"location": "Domestic",
"max_price": 800,
"min_price": 100,
"page": 1,
"per_page": 50,
"query": "iphone 15 pro",
"sort": "price_shipping_lowest"
},
"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": {
"buying_format": {
"description": "Buying format: Auction, Buy It Now (BIN) or Accepts Offers (BO)",
"enum": [
"Auction",
"BIN",
"BO"
],
"type": "string"
},
"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"
},
"location": {
"description": "Preferred item location",
"enum": [
"Domestic",
"Regional",
"Worldwide"
],
"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 search query \u2014 anything usable in a regular eBay search (e.g. \"iphone 15 pro\")",
"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",
"proper