eBay Listing Details Scraper avatar

eBay Listing Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
eBay Listing Details Scraper

eBay Listing Details Scraper

Extract eBay listing details including specifications, descriptions, watch counts, and seller info from listing pages. Powered by eBay Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

0

Monthly active users

13 days ago

Last modified

Share

This actor extracts Listings from eBay. It runs on individual listing pages to collect deep data points like specifications, descriptions, and seller metrics. The actor returns structured data for every field visible on the item page.


Want more from eBay?

This actor covers Listings only. The full eBay Scraper browser extension also includes Listings, Sellers, Feedback with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the eBay Scraper extension


Data Fields

Field NameDescriptionExample
Item TitleFull name of the listingApple iPhone 15 Pro Max 256GB
Item URLDirect link to the listinghttps://www.ebay.com/itm/123456789
Current Bid PriceHighest current bid for auctions850.00
Buy It Now PriceFixed purchase price1199.00
CurrencyCurrency codeUSD
Bid CountNumber of bids placed12
Auction End TimeWhen the auction expires2024-12-01T20:00:00Z
Item ConditionState of the itemNew with box
Seller UsernameeBay handle of the sellertech_deals_usa
Seller Feedback CountTotal feedback score15420
Seller Positive PercentagePositive feedback ratio99.8%
Seller Store URLLink to seller's eBay storehttps://www.ebay.com/str/techdeals
Seller Member SinceDate seller joined eBayJan-15-2010
Seller Response TimeAverage reply speedWithin 24 hours
Seller LocationWhere the item ships fromLos Angeles, California
Shipping CostPrice for delivery0.00
Shipping ServiceCarrier and methodUSPS Priority Mail
SpecificationsTechnical details table{"Storage": "256GB", "Color": "Titanium"}
Item DescriptionFull HTML or text descriptionThis is a brand new iPhone...
Watch CountNumber of users watching45
Sold CountTotal units sold120
In CartsNumber of users with item in cart5
Recent SalesSales in last 24 hours3
Recent ViewsViews in last 24 hours150
Last UpdatedLast listing modification2 hours ago
Listing TypeFormat of the saleFixed Price
Is Best Offer AvailableIf seller accepts offerstrue
Is Top Rated SellerSeller status badgetrue
Is Fast N Free ShippingShipping badge statustrue
Is Authenticity GuaranteeVerification badge statustrue
BrandManufacturer nameApple
ModelSpecific model nameiPhone 15 Pro Max
ColorItem colorBlue Titanium
Condition DescriptionAdditional condition notesFactory sealed in original box
All ImagesArray of high-res image URLs["https://img.ebay.com/1.jpg", "https://img.ebay.com/2.jpg"]

Input

  • urls: Array of eBay listing URL strings. Works on individual item pages from any supported eBay hostname.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.ebay.com/itm/123456789012"],
"maxItems": 1
}

Example Output

[
{
"itemTitle": "Vintage Mechanical Watch",
"itemUrl": "https://www.ebay.com/itm/123456789012",
"currentBidPrice": 150.00,
"buyItNowPrice": null,
"currency": "USD",
"bidCount": 8,
"auctionEndTime": "2024-11-20T18:00:00Z",
"itemCondition": "Pre-owned",
"sellerUsername": "watch_collector",
"sellerFeedbackCount": 500,
"sellerPositivePercentage": "100%",
"sellerStoreURL": "https://www.ebay.com/str/watchcollector",
"sellerMemberSince": "Mar-10-2015",
"sellerResponseTime": "Within 12 hours",
"sellerLocation": "New York, USA",
"shippingCost": 10.00,
"shippingService": "FedEx Ground",
"specifications": {"Brand": "Seiko", "Year": "1970"},
"itemDescription": "Rare vintage watch in working condition.",
"watchCount": 12,
"soldCount": 0,
"inCarts": 2,
"recentSales": 0,
"recentViews": 45,
"lastUpdated": "1 day ago",
"listingType": "Auction",
"isBestOfferAvailable": false,
"isTopRatedSeller": true,
"isFastNFreeShipping": false,
"isAuthenticityGuarantee": false,
"brand": "Seiko",
"model": "5 Sports",
"color": "Silver",
"conditionDescription": "Minor scratches on crystal.",
"allImages": ["https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/img1.jpg"]
},
{
"itemTitle": "Wireless Noise Cancelling Headphones",
"itemUrl": "https://www.ebay.com/itm/987654321098",
"currentBidPrice": null,
"buyItNowPrice": 299.99,
"currency": "USD",
"bidCount": 0,
"auctionEndTime": null,
"itemCondition": "New",
"sellerUsername": "audio_pro",
"sellerFeedbackCount": 25000,
"sellerPositivePercentage": "99.5%",
"sellerStoreURL": "https://www.ebay.com/str/audiopro",
"sellerMemberSince": "Jun-05-2008",
"sellerResponseTime": "Within 1 hour",
"sellerLocation": "Chicago, USA",
"shippingCost": 0.00,
"shippingService": "Free Shipping",
"specifications": {"Brand": "Sony", "Model": "WH-1000XM5"},
"itemDescription": "Industry leading noise cancellation.",
"watchCount": 150,
"soldCount": 450,
"inCarts": 15,
"recentSales": 12,
"recentViews": 1200,
"lastUpdated": "5 mins ago",
"listingType": "Fixed Price",
"isBestOfferAvailable": true,
"isTopRatedSeller": true,
"isFastNFreeShipping": true,
"isAuthenticityGuarantee": true,
"brand": "Sony",
"model": "WH-1000XM5",
"color": "Black",
"conditionDescription": "Brand new in retail packaging.",
"allImages": ["https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/img2.jpg"]
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.