Powerful tool for simulating realistic traffic to your websites, YouTube videos, Etsy stores, etc. It mimics user behavior by visiting pages, waiting, and optionally crawling subpages. It can evade detection and provide traffic from specific regions, enhancing your SEO and analytics performance. ´
The Traffic Generator Actor is a powerful tool designed to simulate user traffic on target URLs, including YouTube videos. By opening the specified URLs in a browser, it mimics user behavior to generate page views, helping enhance visibility, test website stability, and measure site performance.
The actor accepts the following input configuration:
1{ 2 "startUrls": [ 3 { 4 "url": "https://www.youtube.com/watch?v=jNQXAC9IVRw" 5 } 6 ], 7 "useProxy": true, 8 "proxyCountryCode": "US", 9 "enableCrawling": false, 10 "crawlingLinkSelector": "a", 11 "blockUrlPatterns": [], 12 "waitOnPage": 60, 13 "endAfterSeconds": 600 14}
startUrls
(Required): List of URLs to simulate traffic on.useProxy
(Optional, Default: true
): Enable or disable the use of residential proxies. If false
, requests will use a direct connection.proxyCountryCode
(Optional, Default: "US"
): Two-letter country code for proxy usage. Ignored if useProxy
is false
.enableCrawling
(Optional, Default: false
): Set to true
to enable crawling of links on the target page.crawlingLinkSelector
(Optional, Default: "a"
): CSS selector to identify links for crawling. Only used if enableCrawling
is enabled.blockUrlPatterns
(Optional, Default: []
): Array of URL patterns to block during traffic generation (e.g., [".jpg", ".css"]
).waitOnPage
(Optional, Default: 60
): Time in seconds to stay on each page.endAfterSeconds
(Optional, Default: 600
): Maximum time in seconds for the actor to run before stopping.useProxy
is enabled, the actor uses residential proxies, which are harder to detect and block, providing more realistic traffic simulation. However, they can incur higher costs.useProxy
is disabled, the actor uses a direct connection, which is free but easier to detect and block.To generate views for a YouTube video, use the following input:
1{ 2 "startUrls": [ 3 { 4 "url": "https://www.youtube.com/watch?v=jNQXAC9IVRw" 5 } 6 ], 7 "useProxy": true, 8 "proxyCountryCode": "US", 9 "waitOnPage": 120, 10 "endAfterSeconds": 1200 11}
This configuration:
To generate traffic without using residential proxies:
1{ 2 "startUrls": [ 3 { 4 "url": "https://www.example.com" 5 } 6 ], 7 "useProxy": false, 8 "waitOnPage": 60, 9 "endAfterSeconds": 300 10}
This configuration simulates traffic directly without proxies.
The actor logs detailed messages about:
Monitor the effectiveness of the traffic generation directly through your analytics dashboard or tracking tools.
endAfterSeconds
parameter is set appropriately to control the actor's runtime and cost.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!