Ebay Seller Scraper
Under maintenancePricing
from $2.99 / 1,000 sellers
Ebay Seller Scraper
Under maintenanceExtract public eBay seller profile signals and visible listing cards from seller pages.
Pricing
from $2.99 / 1,000 sellers
Rating
0.0
(0)
Developer
w3crawler
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Extract public eBay seller profile signals and visible listing cards from ordinary HTTP responses. The Actor accepts seller profile URLs, public eBay search URLs, or seller usernames and emits normalized seller and listing rows.
Input
{"startUrls": ["https://www.ebay.com/usr/harbor-tools"],"maxItems": 50,"timeoutSecs": 30,"maxBytes": 5000000,"proxyConfiguration": { "useApifyProxy": false }}
sellerUsernames can be used instead of URLs, while sellerUrls remains a backward-compatible alias. Only public /usr/, /str/, and /sch/ eBay HTTPS pages are accepted. fixturePath is limited to JSON files under test/fixtures and exists only for deterministic validation. proxyConfiguration supports normal Apify Proxy settings; enable it only when you are authorized to make the public request. The Actor does not log in, submit feedback actions, solve CAPTCHAs, or bypass access controls.
Output
Every row includes a stable recordId, recordType, status, ok, found, dataAvailable, usedProxy, provenance URLs, and scrapedAt. Seller rows expose username, display name, feedback score, and positive-feedback percentage when published. Listing rows expose title, item ID, absolute listing URL, price, currency, condition, category, shipping text, and image URL when visible. HTTP errors and pages without usable fields are emitted as explicit diagnostic rows rather than fabricated data.
Local validation
npm cinpm testapify validate-schemaapify run --purge --input '{"fixturePath":"test/fixtures/seller.json","startUrls":["https://www.ebay.com/usr/harbor-tools"]}'