eBay Listing Scraper avatar

eBay Listing Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
eBay Listing Scraper

eBay Listing Scraper

Extract detailed item specifications, prices, seller info, and images from individual eBay 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

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

This actor extracts Listing Details from eBay. It processes individual product pages to retrieve granular data including pricing, seller metrics, and item specifications. It supports multiple international eBay domains.

Data Fields

Field NameDescriptionExample
Item TitleFull name of the productVintage 1970s Chronograph Watch
Item URLDirect link to the listinghttps://www.ebay.com/itm/123456789
Current Bid PriceHighest current bid amount150.00
Buy It Now PriceFixed purchase price200.00
CurrencyCurrency code for the listingUSD
Bid CountNumber of bids placed12
Auction End TimeWhen the listing expires2023-12-01T20:00:00Z
Item ConditionState of the productPre-owned
Seller UsernameeBay handle of the sellerwatch_collector_99
Seller Feedback CountTotal feedback received1450
Seller Positive PercentagePercentage of positive ratings99.8
Seller Store URLLink to seller's eBay storehttps://www.ebay.com/str/watchstore
Seller Member SinceDate seller joined eBay2015-05-12
Seller Response TimeAverage time to replyWithin 24 hours
Seller LocationPhysical location of itemNew York, United States
Shipping CostPrice for delivery15.50
Shipping ServiceCarrier or method usedUSPS Priority Mail
SpecificationsTechnical details table{"Movement": "Manual", "Case Size": "38mm"}
Item DescriptionFull text descriptionRare vintage watch in working order...
Watch CountNumber of users watching45
Sold CountTotal units sold3
In CartsNumber of users with item in cart5
Recent SalesNumber of sales in last 24h1
Recent ViewsView count in last 24h120
Last UpdatedLast time listing was edited2023-11-25T10:00:00Z
Listing TypeFormat of the saleAuction
Is Best Offer AvailableIf seller accepts offerstrue
Is Top Rated SellerSeller status badgetrue
Is Fast N Free ShippingShipping speed badgefalse
Is Authenticity GuaranteeIf item is verifiedtrue
BrandManufacturer nameSeiko
ModelProduct model name6139-6002
ColorProduct colorBlue
Condition DescriptionDetailed condition notesMinor scratches on crystal
All ImagesList of product image URLs["https://i.ebayimg.com/img1.jpg"]

Input

  • urls: Array of strings. Use individual eBay listing URLs from supported hostnames like ebay.com, ebay.co.uk, or ebay.de.
  • maxItems: Maximum number of items to process per URL. Default is 100.

Example Input

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

Example Output

[
{
"itemTitle": "Apple iPhone 13 - 128GB - Midnight (Unlocked)",
"itemUrl": "https://www.ebay.com/itm/123456789012",
"currentBidPrice": null,
"buyItNowPrice": 450.00,
"currency": "USD",
"bidCount": 0,
"auctionEndTime": null,
"itemCondition": "Used",
"sellerUsername": "tech_resale",
"sellerFeedbackCount": 5200,
"sellerPositivePercentage": 98.5,
"sellerStore URL": "https://www.ebay.com/str/techresale",
"sellerMemberSince": "2018-02-10",
"sellerResponseTime": "Within 12 hours",
"sellerLocation": "Los Angeles, CA",
"shippingCost": 0.00,
"shippingService": "Free Standard Shipping",
"specifications": {"Storage": "128GB", "Color": "Midnight"},
"itemDescription": "Excellent condition iPhone 13...",
"watchCount": 12,
"soldCount": 85,
"inCarts": 2,
"recentSales": 4,
"recentViews": 300,
"lastUpdated": "2023-11-20T15:30:00Z",
"listingType": "Fixed Price",
"isBestOfferAvailable": false,
"isTopRatedSeller": true,
"isFastNFreeShipping": true,
"isAuthenticityGuarantee": false,
"brand": "Apple",
"model": "iPhone 13",
"color": "Midnight",
"conditionDescription": "Minor wear on edges",
"allImages": ["https://i.ebayimg.com/01.jpg", "https://i.ebayimg.com/02.jpg"]
},
{
"itemTitle": "Sony PlayStation 5 Console - White",
"itemUrl": "https://www.ebay.com/itm/987654321098",
"currentBidPrice": 350.00,
"buyItNowPrice": 500.00,
"currency": "USD",
"bidCount": 15,
"auctionEndTime": "2023-12-05T18:00:00Z",
"itemCondition": "New",
"sellerUsername": "gaming_central",
"sellerFeedbackCount": 890,
"sellerPositivePercentage": 100.0,
"sellerStore URL": "https://www.ebay.com/str/gamingcentral",
"sellerMemberSince": "2020-01-15",
"sellerResponseTime": "Within 2 hours",
"sellerLocation": "Chicago, IL",
"shippingCost": 12.99,
"shippingService": "FedEx Ground",
"specifications": {"Platform": "PS5", "Region": "NTSC"},
"itemDescription": "Brand new factory sealed PS5...",
"watchCount": 88,
"soldCount": 1,
"inCarts": 10,
"recentSales": 0,
"recentViews": 1500,
"lastUpdated": "2023-11-28T09:00:00Z",
"listingType": "Auction",
"isBestOfferAvailable": true,
"isTopRatedSeller": false,
"isFastNFreeShipping": false,
"isAuthenticityGuarantee": true,
"brand": "Sony",
"model": "PlayStation 5",
"color": "White",
"conditionDescription": "Factory sealed",
"allImages": ["https://i.ebayimg.com/p5_01.jpg"]
}
]

Want more from eBay?

This actor only covers Listing Details. The full eBay Scraper browser extension also includes Products in a List, Seller Details, Feedback in a List 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

Disclaimer

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