eBay Scraper avatar

eBay Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
eBay Scraper

eBay Scraper

Scrapes eBay search results, product pages, and seller stores.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

The Netaji

The Netaji

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract product listings, product details, and seller information from eBay.com. Supports search result pages, individual product URLs, and seller store pages — with automatic anti-bot bypass and residential proxy rotation.

Features

  • Scrape search results — all listings across paginated results
  • Scrape product pages — full details, pricing, condition, images, and item specifics
  • Scrape seller/store pages — seller info and their active listings
  • Auto-detects scrape type from URL — no manual mode selection needed
  • Stealth headless browser with residential proxy rotation to bypass eBay's bot detection

Input

FieldTypeRequiredDescription
urlsstring[]eBay URLs to scrape (search, product, or seller pages)
modestringForce mode: search, product, or seller. Auto-detected from URL if omitted
maxPagesintegerMax search result pages per URL (default: 3)
proxyConfigurationobjectProxy settings (default: Apify residential proxies)

Input Example

{
"urls": [
"https://www.ebay.com/sch/i.html?_nkw=mechanical+keyboard",
"https://www.ebay.com/itm/123456789012",
"https://www.ebay.com/str/exampleseller"
],
"maxPages": 3
}

Output

Fields vary by page type:

Search Result

{
"url": "https://www.ebay.com/itm/276012345678",
"title": "Keychron K2 Wireless Mechanical Keyboard",
"price": "$89.99",
"condition": "Brand New",
"shipping": "+$5.99 delivery",
"buyType": "Buy It Now",
"sellerFeedback": "99.8% positive (11K)",
"image": "https://i.ebayimg.com/images/g/...",
"sponsored": false
}

Product Page

{
"url": "https://www.ebay.com/itm/276012345678",
"title": "Keychron K2 Wireless Mechanical Keyboard",
"price": "$89.99",
"condition": "New",
"seller": "keychron_official",
"sellerFeedback": "99.8% positive feedback",
"images": ["https://i.ebayimg.com/images/g/..."],
"specifics": {
"Brand": "Keychron",
"Switch Type": "Gateron Red",
"Connectivity": "Bluetooth, USB"
},
"ldData": {}
}

Seller Page

{
"url": "https://www.ebay.com/str/exampleseller",
"name": "ExampleSeller",
"feedbackScore": "12,450",
"positiveFeedback": "99.5% Positive feedback",
"location": "United States",
"listings": [
{ "title": "...", "price": "$49.99", "url": "https://www.ebay.com/itm/..." }
]
}

Use Cases

  • Price monitoring — track price changes across products or search categories
  • Market research — collect listing data at scale for competitive analysis
  • Inventory tracking — monitor availability and stock across sellers
  • Seller analysis — evaluate seller reputation and active inventory
  • Product database — build structured catalogs from eBay listings

Notes

  • Mode is auto-detected from URL: /itm/ → product, /str/ or /usr/ → seller, everything else → search
  • Search results are paginated; use maxPages to control depth
  • Uses Apify residential proxies by default — required for reliable access to eBay

Contact

Questions, issues, or custom scraping needs: thenetaji@proton.me


More Actors

ActorDescription
Walmart ScraperExtract product details and search results from Walmart.com
TikTok Profile ScraperExtract TikTok user profiles and engagement metrics
TikTok Video DownloaderDownload TikTok videos without watermarks
YouTube ScraperChannel and video analytics extraction
Website Media Link ScraperExtract media assets from any website