Apify Store
AS
Apify Store
/dtrungtin/ebay-items-scraper

Scrape eBay Listings

Unofficial eBay API to extract data from eBay based on keywords or categories. Scrape prices, product descriptions, images, location, availability, brand, and more. Download extracted data in structured format and use it in reports, spreadsheets, databases, and applications.

liveverifiedasyncunknown~30s typical
ebaylistingsprices
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Rental actor: requires an active rental on the master account; compute billed per result
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 /dtrungtin/ebay-items-scraper for me.

Input

FieldTypeDescription
startUrls*arrayURLs to start with.
maxItemsintegerLimit of items to be scraped default 10
proxyConfig*objectIt's required to use proxies when running on the platform. default {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"VN"}

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":"/dtrungtin/ebay-items-scraper","input":{"startUrls":[{"url":"https://www.ebay.com/sch/i.html?_nkw=vintage+watch"}],"maxItems":20},"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 /dtrungtin/ebay-items-scraper -i '{"startUrls":[{"url":"https://www.ebay.com/sch/i.html?_nkw=vintage+watch"}],"maxItems":20}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/dtrungtin/ebay-items-scraper", input: {"startUrls":[{"url":"https://www.ebay.com/sch/i.html?_nkw=vintage+watch"}],"maxItems":20}, wait: false })

Try it

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