๐โจ eBay Search Scraper
Pricing
from $4.99 / 1,000 results
๐โจ eBay Search Scraper
๐โจ eBay Search Scraper extracts live marketplace data from eBay searchโtitles, prices, sellers, shipping, ratings & URLs. ๐ Keywords, categories, filters, pagination. โ๏ธ API-ready JSON/CSV for price tracking, SEO, market and competitor research.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
API Empire
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
21 days ago
Last modified
Categories
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 usestartUrlsorquery+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.txtset APIFY_LOCAL_STORAGE_DIR=storage# UTF-8 INPUT.json without BOM:# storage\key_value_stores\default\INPUT.jsonpython -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.