eBay Product Scraper avatar

eBay Product Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
eBay Product Scraper

eBay Product Scraper

Extract eBay product listings with prices, shipping, seller info, and auction status from search and category 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

1

Total users

0

Monthly active users

19 hours ago

Last modified

Categories

Share

This actor extracts Products in a List from eBay. It captures data from search results and category pages across multiple international eBay domains. The scraper returns structured data for every item found in the list view.

Data Fields

Field NameDescriptionExample
TitleThe name of the product"Vintage Mechanical Keyboard"
LinkURL to the product page"https://www.ebay.com/itm/123456"
ImagePrimary product image URL"https://i.ebayimg.com/images/g/abc/s-l1600.jpg"
PriceCurrent price value"$45.00"
ShippingShipping cost or status"Free Shipping"
SubtitlesSecondary listing text"Brand New
AttributesItem specifics shown in list"Blue, Large"
Top Rated SellerBoolean status of sellertrue
PromoActive promotion text"Save 10% with coupon"
DiscountPercentage or amount off"15% off"
Is AuctionIf the listing is an auctionfalse
Is Buy NowIf the listing has a fixed pricetrue
Bid CountNumber of bids for auctions0
Auction Expires AtEnd time for auctions"2023-12-01T12:00:00Z"
Seller UsernameeBay handle of the seller"tech_store_24"
Seller URLLink to seller profile"https://www.ebay.com/usr/tech_store_24"
Seller Total FeedbackTotal feedback count1540
Seller Positive PercentagePositive feedback ratio"98.5%"

Input

  • urls: Array of eBay search or category URL strings. Supported hostnames include ebay.com, ebay.co.uk, ebay.de, and other regional domains.
  • maxItems: Maximum number of items to scrape per URL. Default is 100.

Example Input

{
"urls": ["https://www.ebay.com/sch/i.html?_nkw=laptop"],
"maxItems": 50
}

Example Output

[
{
"Title": "Refurbished Business Laptop 14 inch",
"Link": "https://www.ebay.com/itm/1122334455",
"Image": "https://i.ebayimg.com/images/g/xyz/s-l500.jpg",
"Price": "$299.99",
"Shipping": "Free Shipping",
"Subtitles": "8GB RAM | 256GB SSD",
"Attributes": "Refurbished",
"Top Rated Seller": true,
"Promo": null,
"Discount": "$50 off",
"Is Auction": false,
"Is Buy Now": true,
"Bid Count": 0,
"Auction Expires At": null,
"Seller Username": "it_refurb_pro",
"Seller URL": "https://www.ebay.com/usr/it_refurb_pro",
"Seller Total Feedback": 5420,
"Seller Positive Percentage": "99.1%"
},
{
"Title": "Rare Collectible Trading Card",
"Link": "https://www.ebay.com/itm/9988776655",
"Image": "https://i.ebayimg.com/images/g/def/s-l500.jpg",
"Price": "$15.50",
"Shipping": "$4.50 shipping",
"Subtitles": "Mint Condition",
"Attributes": "Holographic",
"Top Rated Seller": false,
"Promo": null,
"Discount": null,
"Is Auction": true,
"Is Buy Now": false,
"Bid Count": 12,
"Auction Expires At": "2023-11-25T18:30:00Z",
"Seller Username": "card_collector_99",
"Seller URL": "https://www.ebay.com/usr/card_collector_99",
"Seller Total Feedback": 120,
"Seller Positive Percentage": "100%"
}
]

Want more from eBay?

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