Get one listing by item id
Full detail for a single eBay listing: price, condition, seller (username, feedback score and percentage, private vs business), quantity sold, postage and returns, every item specific the seller filled in, and the full image gallery. For auctions it also returns the bid count and time remaining. Takes the item id returned by search_listings — or paste any eBay item URL. Scraped anonymously; no eBay account needed.
Costs 2 credits per request.
Authorization
ApiKeyAuth API key created in the extractr dashboard (ext_live_...). Also accepted as Authorization: Bearer.
In: header
Query Parameters
eBay item id, or a full ebay.* item URL to extract it from.
1 <= length <= 200eBay site to search. One of: uk, us, de, fr, it, es, nl, ie, at, pl, ch, au, ca.
"uk"Value in
- "uk"
- "us"
- "de"
- "fr"
- "it"
- "es"
- "nl"
- "ie"
- "at"
- "pl"
- "ch"
- "au"
- "ca"
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/ebay/get_listing?listing_id=198608105579"{ "listing_id": "198608105579", "title": "Pokémon TCG Charizard 11/108 Evolutions Holo Rare", "url": "https://www.ebay.co.uk/itm/198608105579", "epid": "19052761943", "price": 37.1, "currency": "GBP", "best_offer": true, "is_auction": false, "bids": 16, "time_left": "3d 16h", "condition": "Ungraded - Near mint or better", "seller": { "username": "johhaywar91", "feedback_score": 387, "feedback_percent": 100, "type": "private", "joined": "Dec 2017" }, "quantity_sold": 728, "quantity_available": 10, "shipping_price": 2.7, "free_shipping": true, "item_location": "London, United Kingdom", "returns": "30 days returns. Buyer pays for return postage.", "item_specifics": { "Brand": "Pokémon", "Grade": "Ungraded", "Language": "English" }, "images": [ "string" ]}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}