Apify Store
AS
Apify Store
/automation-lab/ebay-scraper

eBay Scraper

Scrape eBay listings for price monitoring: prices, shipping, condition, seller ratings, bids, sold counts, discounts, and images. Filter by condition, listing type, and price range.

liveasyncunknown~30s typical
ecommercelead generationmarketingebay
$0.0043
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.00345 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /automation-lab/ebay-scraper for me.

Input

FieldTypeDescription
searchQueries*arrayList of keywords to search on eBay. Each keyword runs a separate search.
marketplacestring (US | UK | DE | FR | IT | ES)Marketplace domain to search. The selected market controls the eBay domain, request locale, proxy country, and output currency context. default "US"
maxProductsPerSearchintegerMaximum number of products to return for each keyword. default 100
maxSearchPagesintegerMaximum number of search result pages to scrape per keyword. Each page has up to 60 products. default 5
sortstring (best_match | ending_soonest | newly_listed | price_low | price_high)How to sort search results. default "best_match"
conditionarrayFilter by item condition. Leave empty for all conditions.
listingTypestring (all | auction | buy_it_now)Filter by listing type. default "all"
minPriceintegerMinimum price in the selected marketplace's currency. Leave empty for no minimum.
maxPriceintegerMaximum price in the selected marketplace's currency. Leave empty for no maximum.
maxRequestRetriesintegerNumber of retry attempts for failed requests. default 5

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/automation-lab/ebay-scraper","input":{"searchQueries":["laptop"],"marketplace":"US","maxProductsPerSearch":3,"maxSearchPages":1,"sort":"best_match","listingType":"all","maxRequestRetries":5},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /automation-lab/ebay-scraper -i '{"searchQueries":["laptop"],"marketplace":"US","maxProductsPerSearch":3,"maxSearchPages":1,"sort":"best_match","listingType":"all","maxRequestRetries":5}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/automation-lab/ebay-scraper", input: {"searchQueries":["laptop"],"marketplace":"US","maxProductsPerSearch":3,"maxSearchPages":1,"sort":"best_match","listingType":"all","maxRequestRetries":5}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.