eBay Search, Comps & Products — Live Listings Search is a paid API for AI agents from ebay.use.x402atlas.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).
Search live eBay listings across regional sites with filters for condition, price, buying format, and seller location, returning structured JSON with prices, shipping, and seller info.
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.
A structured JSON object containing the search query metadata (query, domain, page, per_page) and an array of listing items, each with fields such as title, current price, shipping cost, condition label, buying format (Auction/BIN/BO), seller rating, item URL, and for auctions the remaining time or end date.
GEThttps://ebay.use.x402atlas.com/searchUse this endpoint when you need live, current eBay listing data including prices, conditions, and seller info across multiple regional eBay marketplaces. Prefer it over sold-comps endpoints when you want active listings still available to buy (not historical sold prices). Prefer it over a generic web scraper when you need structured, filterable marketplace data with auction timing, condition codes, and seller reputation already parsed.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"page": 1,
"items": [
{
"link": "https://www.ebay.com/itm/146252519201",
"price": {
"raw": "$489.99",
"extracted": 489.99
},
"title": "Apple iPhone 15 Pro 128GB Natural Titanium (Unlocked) - Very Good Condition",
"seller": {
"username": "certified.tech.deals",
"review_count": 48213,
"positive_feedback_percent": 99.2
},
"returns": "Free returns",
"location": "United States",
"shipping": {
"raw": "Free shipping",
"free": true
},
"condition": "Pre-Owned",
"sponsored": false,
"thumbnail": "https://i.ebayimg.com/images/g/aB0AAOSw1x9mQ2Zx/s-l500.jpg",
"extensions": [
"Free returns",
"Top Rated Plus"
],
"product_id": "146252519201",
"details_link": "https://ebay.use.x402atlas.com/product?product_id=146252519201",
"quantity_sold": 412
},
{
"link": "https://www.ebay.com/itm/156733902118",
"price": {
"raw": "$519.00 to $589.00",
"extracted": 519
},
"title": "Apple iPhone 15 Pro 256GB Blue Titanium Unlocked",
"rating": 4.5,
"seller": {
"username": "phoneup_store",
"review_count": 10544,
"positive_feedback_percent": 98.7
},
"discount": "20% off",
"location": "United States",
"shipping": {
"raw": "+$12.40 shipping",
"free": false,
"extracted": 12.4
},
"condition": "Pre-Owned",
"sponsored": false,
"thumbnail": "https://i.ebayimg.com/images/g/kQ4AAOSwXy5nGt2p/s-l500.jpg",
"product_id": "156733902118",
"details_link": "https://ebay.use.x402atlas.com/product?product_id=156733902118",
"reviews_count": 231,
"original_price": {
"raw": "$649.00",
"extracted": 649
}
}
],
"query": "iphone 15 pro",
"domain": "ebay.com",
"per_page": 50,
"next_page": 2,
"categories": [
{
"id": 9355,
"name": "Cell Phones & Smartphones"
},
{
"id": 20349,
"name": "Cell Phone & Smartphone Parts"
}
],
"total_results": 8347,
"related_searches": [
"iphone 15 pro max",
"iphone 15 pro unlocked",
"iphone 14 pro"
]
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"