eBay Store and Product Lead Finder
Under maintenancePricing
from $4.00 / 1,000 ebay product results
eBay Store and Product Lead Finder
Under maintenanceExtract public eBay product listings, seller/store information, prices, product URLs, images, ratings, sold counts, item locations, and listing metadata from eBay keywords or search URLs.
Pricing
from $4.00 / 1,000 ebay product results
Rating
0.0
(0)
Developer
Esrok
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Extract public eBay product listings, seller/store information, prices, product URLs, images, ratings, sold counts, item locations, and listing metadata from eBay keywords or search/category URLs.
Best for ecommerce sellers, product researchers, agencies, dropshipping researchers, price monitoring teams, and automation builders who need clean public eBay data without manual copying.
What this Actor does
eBay Store and Product Lead Finder collects public product and seller/store data from eBay search result pages. Users can enter keywords or direct eBay search/category URLs and receive structured rows that are ready for spreadsheets, dashboards, APIs, and competitor research workflows.
The Actor is focused on public ecommerce research. It does not log in, scrape private buyer data, access private messages, collect payment data, or bypass restricted areas.
Why use it
Manual eBay research is slow and inconsistent. This Actor turns product searches into clean datasets with product, price, seller, sold count, image, and ranking fields so you can compare listings and sellers faster.
Who it is for
- Ecommerce sellers
- Market researchers
- Competitor tracking teams
- Dropshipping researchers
- eBay seller researchers
- Price monitoring teams
- Product research teams
- Agencies
- Automation builders using Apify, Make, Zapier, n8n, Google Sheets, or APIs
Use cases
- Research products by keyword
- Track competitor product listings
- Discover public seller/store leads
- Compare prices and shipping costs
- Monitor visible sold counts
- Build ecommerce research datasets
- Export public eBay listings to CSV, JSON, Excel, or API workflows
Input
keywords- eBay product search keywordssearchUrls- direct public eBay search/category URLsmaxResults- maximum product results to returnincludeSellerInfo- include seller/store fields when visibleincludeImages- include product image URLsincludeShipping- include visible shipping prices/detailsincludeSoldCount- include sold count when visibleminPrice- optional minimum pricemaxPrice- optional maximum pricecondition- optional condition hint such as new or usedlocation- optional location hintdeduplicateResults- remove duplicate itemsproxyConfiguration- optional Apify proxy supportdebugMode- save extra debugging data
Output
Each dataset item can include:
productTitleproductUrlitemIdpricecurrencyshippingPriceconditionimageUrlsellerNamesellerUrlsellerRatingsellerFeedbackPercentstoreNamestoreUrlsoldCountitemLocationlistingTypesourceKeywordrankingPositionscrapedAt
Example input
{"keywords": ["vintage camera", "wireless headphones"],"maxResults": 50,"includeSellerInfo": true,"includeImages": true,"includeShipping": true,"includeSoldCount": true,"minPrice": 20,"maxPrice": 500,"condition": "used","deduplicateResults": true,"proxyConfiguration": {"useApifyProxy": true}}
Example output
{"productTitle": "Vintage 35mm Film Camera with Lens","productUrl": "https://www.ebay.com/itm/123456789012","itemId": "123456789012","price": 89.99,"currency": "USD","shippingPrice": 8.95,"condition": "Used","imageUrl": "https://i.ebayimg.com/images/example.jpg","sellerName": "example-camera-store","sellerUrl": "https://www.ebay.com/usr/example-camera-store","sellerRating": 12450,"sellerFeedbackPercent": 99.7,"storeName": "Example Camera Store","storeUrl": "https://www.ebay.com/str/examplecamerastore","soldCount": 42,"itemLocation": "United States","listingType": "Buy It Now","sourceKeyword": "vintage camera","rankingPosition": 1,"scrapedAt": "2026-05-30T12:00:00.000Z"}
How to run
- Open the Actor on Apify.
- Enter eBay product keywords or direct public search/category URLs.
- Set result limits and optional filters.
- Run the Actor.
- Export the dataset from Apify.
Export and integrations
Export results as CSV, JSON, JSONL, XML, RSS, or Excel. Use Apify integrations to connect the output to Make, Zapier, n8n, Google Sheets, webhooks, or a custom API pipeline.
API usage
Start a run with the Apify API:
curl "https://api.apify.com/v2/acts/esrok~ebay-store-product-lead-finder/runs?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"keywords":["vintage camera"],"maxResults":25,"includeSellerInfo":true}'
Fetch dataset items:
$curl "https://api.apify.com/v2/datasets/DATASET_ID/items?format=json&clean=true&token=YOUR_APIFY_TOKEN"
Responsible use
Use this Actor only for lawful public ecommerce research. Do not use it to collect private buyer data, scrape private messages, collect payment data, bypass logins, or violate eBay terms.
Limitations
- eBay page structure and visible fields can vary by region, query, and listing type.
- Sold counts and seller/store data are returned only when publicly visible.
- The Actor does not access login-only data.
- Public pages that block automated traffic may require proxy settings or may not return results.
FAQ
Does this scrape private buyer information?
No. It only extracts publicly visible product and seller/store information.
Can it collect sold counts?
Yes, when the sold count is publicly visible on the page.
Can I use direct eBay category URLs?
Yes. Add public eBay search or category URLs in searchUrls.
Does it support price filters?
Yes. You can provide minPrice and maxPrice; keyword searches also pass those filters to eBay search URLs.