eBay Scraper - Products, Variants & Stores
Pricing
from $4.00 / 1,000 products
Go to Apify Store
eBay Scraper - Products, Variants & Stores
Scrape eBay listing details, variants, item specifics, seller descriptions, and eBay Store product listings.
eBay Scraper - Products, Variants & Stores
Pricing
from $4.00 / 1,000 products
Scrape eBay listing details, variants, item specifics, seller descriptions, and eBay Store product listings.
success
Optional
Whether this target was scraped successfully. false rows carry only url/error.
error
Optional
Failure reason, present only when success is false.
url
Optional
The item URL this row was scraped from (product mode), the store URL that failed (error rows), or the product's own clean /itm/<id> URL (sellerProducts mode).
itemId
Optional
eBay item ID (both modes).
title
Optional
Product title (both modes).
seller
Optional
Seller display name (product mode).
images
Optional
Gallery image URLs, normalized to the largest standard size (s-l1600) (product mode).
specifics
Optional
Item specifics as label → value, e.g. { "Brand": "Makita", "Type": "Jig Saws" } (product mode). Product-page meta rows that share the same markup (Quantity, Item number, Category…) are excluded.
priceRange
Optional
Cheapest and dearest variant price, in the product's own currency (product mode). null when no price could be read.
soldCount
Optional
Number of units sold, when eBay shows it (product mode).
description_iframe
Optional
URL of the iframe holding the product description (product mode).
description_html
Optional
Sanitized, scope-isolated description HTML (product mode). Only populated when fetchDescriptions is enabled: null means not fetched or every attempt failed, "" means the product genuinely has no description.
variantOptions
Optional
Variation dimensions this product offers, e.g. Color, Size (product mode). Empty for a product with no variations.
variants
Optional
One entry per variant. A product with no variations still returns exactly one entry, built from its main price (product mode).
slug
Optional
Store slug / seller username taken from the URL (sellerProducts mode).
store
Optional
Store display name, falling back to the slug (sellerProducts mode).
domain
Optional
eBay marketplace domain, e.g. "ebay.co.uk" (sellerProducts mode).
storeUrl
Optional
The page-agnostic store URL the grid was read from (sellerProducts mode).
page
Optional
Store grid page this product came from (sellerProducts mode).
hasNextPage
Optional
Whether another page of store results exists beyond this one (sellerProducts mode).
totalItems
Optional
Total item count the store reports ("Search all N items"), if present (sellerProducts mode).
imageUrl
Optional
Product thumbnail, normalized to s-l1600 (sellerProducts mode).
price
Optional
Card price — the lowest one when the card shows a range (sellerProducts mode).
priceMax
Optional
Highest price when the card shows a range, null for a single price (sellerProducts mode).
currency
Optional
Currency detected from the price symbol, falling back to the marketplace default (sellerProducts mode).
priceText
Optional
Raw displayed price string, e.g. "£23.40 to £36.00" (sellerProducts mode).
originalPrice
Optional
Struck-through price on the card, when there is one (sellerProducts mode).