Ebay Product Listing Scraper avatar

Ebay Product Listing Scraper

Pricing

$24.99/month + usage

Go to Apify Store
Ebay Product Listing Scraper

Ebay Product Listing Scraper

Extract product listing data from eBay with the eBay Product Listing Scraper. Collect product titles, prices, images, seller details, ratings, shipping info, and listing URLs in a structured format. Ideal for market research, price monitoring, competitor tracking, and ecommerce analytics.

Pricing

$24.99/month + usage

Rating

0.0

(0)

Developer

Scrapier

Scrapier

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape eBay search and listing pages for product data (title, condition, price, image, URL, attributes). Supports bulk URLs and automatic proxy fallback.

Why use this actor?

  • Bulk URLs – Process many search/listing URLs in one run.
  • Proxy fallback – Starts with no proxy; if eBay blocks, tries datacenter then residential (with retries) and sticks with residential for the rest.
  • Structured output – Each listing has product_title, condition, price, image_url, original_price, card_attribute, product_url, input_url.

Input

FieldTypeRequiredDescription
urlsarrayYeseBay search or listing page URLs (e.g. from Request List or a list of URLs).
proxyConfigurationobjectNoOptional Apify proxy settings. Default: no proxy; actor will fall back automatically if blocked.

Example:

{
"urls": [
{ "url": "https://www.ebay.com/sch/i.html?_nkw=shoe&Brand=Nike" }
],
"proxyConfiguration": { "useApifyProxy": false }
}

Output

Dataset with one item per listing. Each item:

FieldDescription
product_titleListing title
conditione.g. "New", "Pre-Owned"
priceCurrent price (e.g. "$54.99")
image_urlMain product image URL
original_priceWas/crossed-out price if present
card_attributeArray of extra info (e.g. "Buy It Now", "+$17 delivery", "Located in United States")
product_urlNormalized item URL (ebay.com/itm/ID)
input_urlSearch/listing URL this came from

How to run

  1. Open Apify ConsoleActors.
  2. Select ebay-product-listing-scraper (or push this repo as your own actor).
  3. Set urls (one or more eBay search/listing URLs).
  4. Optionally set proxyConfiguration (default no proxy is fine; fallback is automatic).
  5. Click Start. Check the Log tab for proxy and progress messages.
  6. Download or use the Dataset output.

Cautions

  • Only use on publicly available eBay pages. You are responsible for compliance with eBay’s terms and applicable laws.