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
| Field | Type | Description |
|---|---|---|
| searchQueries* | array | List of keywords to search on eBay. Each keyword runs a separate search. |
| marketplace | string (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" |
| maxProductsPerSearch | integer | Maximum number of products to return for each keyword. default 100 |
| maxSearchPages | integer | Maximum number of search result pages to scrape per keyword. Each page has up to 60 products. default 5 |
| sort | string (best_match | ending_soonest | newly_listed | price_low | price_high) | How to sort search results. default "best_match" |
| condition | array | Filter by item condition. Leave empty for all conditions. |
| listingType | string (all | auction | buy_it_now) | Filter by listing type. default "all" |
| minPrice | integer | Minimum price in the selected marketplace's currency. Leave empty for no minimum. |
| maxPrice | integer | Maximum price in the selected marketplace's currency. Leave empty for no maximum. |
| maxRequestRetries | integer | Number 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 120mcp
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.