Boost your eBay shop items with our eBay Views Generator. It distributes a set number of views daily, offers customizable view settings for each item, and automatically schedules traffic to mimic realistic visitor patterns.
No timeout
setting in the Run options
is enabled.Input | Type | Explanation | Value |
---|---|---|---|
viewInput | array | [required] A list of URLs for eBay items along with the number of views to generate. | [{"key": "https://www.ebay.com/itm/123456789012", "value": "1"}] |
proxyInput | object | [required] Configuration for the proxy settings used to generate traffic. | {"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"]} |
randomizeViews | boolean | [optional] The Actor will subtly vary the daily number of views by up to +/-10%. | false or true |
maxConcurrency | integer | [optional] To stabilize memory usage or maintain server stability, you can set the Actor's maximum concurrency limit.However, be aware that this could slow down your Actor, as the default settings are already optimized for efficient operation. | The maximum number of concurrent tasks (e.g., 3) |
Be aware that residential proxies are required.
1{ 2 "maxConcurrency": 3, 3 "proxyInput": { 4 "useApifyProxy": true, 5 "apifyProxyGroups": [ 6 "RESIDENTIAL" 7 ] 8 }, 9 "randomizeViews": false, 10 "viewInput": [ 11 { 12 "key": "https://www.ebay.com/itm/123456789012", 13 "value": "1" 14 } 15 ] 16}
The Apify API offers programmatic access to the capabilities of the Apify platform, specifically this Apify Actor.
It is designed with RESTful HTTP endpoints, enabling the management, scheduling, and operation of Apify Actors effectively.
For detailed guidance and additional functionalities, consult the Apify API reference documentation.
For implementation, you can view the example code for using the eBay Views Generator API here.
While the Actor is running, it will display updates about its progress.
Should there be any issues, the Actor will halt and enter a failure state, providing a clear explanation of the error encountered.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!