πŸ›’βœ¨ eBay Search Scraper avatar

πŸ›’βœ¨ eBay Search Scraper

Pricing

from $3.99 / 1,000 results

Go to Apify Store
πŸ›’βœ¨ eBay Search Scraper

πŸ›’βœ¨ eBay Search Scraper

πŸ›’βœ¨ eBay Search Scraper pulls live marketplace data from eBay search resultsβ€”titles, prices, shipping, seller ratings, condition, bids, Buy It Now, images & URLs. ⚑ Ideal for price monitoring, competitor analysis, product research & SEO-ready catalogs.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

Scrapio

Scrapio

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

eBay Search Scraper (Apify Actor)

Scrapes eBay search result pages, extracts listing URLs, then fetches each product page and outputs structured JSON (same shape as the standalone extract_product_data pipeline).

Input

  • urls β€” Bulk search or item URLs (or use startUrls or query + domain, max_pages, …).
  • proxyConfiguration β€” Optional Apify Proxy. Runs without proxy first; on block: datacenter β†’ residential (up to 3 residential retries), then sticky residential for remaining requests.
  • maxItems, parallel_workers, session_batch, request_delay, cooldown_between_batches, fetch_description_iframe β€” Same behavior as the original script.

Output

Dataset items: full product objects (listing_card, images, shipping_section_module, …) plus source_url.

Local run

pip install -r requirements.txt
set APIFY_LOCAL_STORAGE_DIR=storage
# UTF-8 INPUT.json without BOM:
# storage\key_value_stores\default\INPUT.json
python -m src

Direct listing URLs: If every urls entry is an /itm/ listing link, the actor skips search-page fetching and scrapes those items only (matches bulk β€œpaste item links” use cases).

Proxy: With proxyConfiguration.useApifyProxy: true on Apify, blocked direct requests escalate: datacenter β†’ residential (3 retries), then sticky residential.