Traffic Generator (Youtube, Web, Etsy, Behance and many more!) avatar

Traffic Generator (Youtube, Web, Etsy, Behance and many more!)

Pricing

from $0.00005 / actor start

Go to Apify Store
Traffic Generator (Youtube, Web, Etsy, Behance and many more!)

Traffic Generator (Youtube, Web, Etsy, Behance and many more!)

Maximize your website's performance and visibility with our Traffic Generator. Drive targeted traffic, simulate page views, and stress-test against potential threats. With the power to generate millions of visits, it's the ultimate solution for boosting your online presence.

Pricing

from $0.00005 / actor start

Rating

0.0

(0)

Developer

Karl Goyer

Karl Goyer

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

6 days ago

Last modified

Share

Traffic Generator Actor

Maximize your website's performance and visibility with our Traffic Generator. Drive targeted traffic, simulate page views, and stress-test against potential threats. With the power to generate millions of visits, it's the ultimate solution for boosting your online presence.

Description

A traffic-generation tool that simulates user visits and interactions to increase pageviews and view counts across web pages, video platforms, and online profiles (examples: websites, YouTube videos, Etsy shops, Behance profiles).

Powered by Playwright (a real browser engine), each session loads pages, executes JavaScript, and simulates human-like behavior including scrolling, mouse movements, and clicks. This makes every visit indistinguishable from a real user.

Features

  • Pageview simulation – Visit any URL with a real browser engine
  • Human-like behavior – Random scrolling, mouse movements, clicks, and delays
  • YouTube auto-play – Plays videos briefly to register view counts
  • Internal link crawling – Follows internal links for a natural browsing pattern
  • Concurrent sessions – Configurable number of simultaneous visitors
  • Session duration control – Variable session lengths (min/max)
  • Run timeout – Global limit on total run duration
  • Browser fingerprinting – Varying device/OS fingerprints, WebRTC leak mitigation
  • Proxy rotation – Configurable per-session or per-request proxy rotation
  • Resource blocking – Optionally block images, fonts, media for faster loads
  • Custom viewport – Configurable or random browser window sizes

Use Cases

  • Increase organic traffic and pageviews for SEO purposes on targeted web pages
  • Boost YouTube video view counts
  • Generate visits to online stores (Etsy) and portfolio sites (Behance)
  • Prepare websites for high-traffic events or campaigns via load and stress testing
  • Test website limits and stability for developers (stress/load testing)
  • Enhance web analytics signals for digital marketing analysis
  • Scale traffic generation across many pages or runs by duplicating and running parallel sessions

Input Configuration

FieldTypeDefaultDescription
startUrlsarrayrequiredTarget URLs to visit
maxSessionsinteger10Number of concurrent browser sessions
sessionDurationMininteger30Minimum session duration (seconds)
sessionDurationMaxinteger120Maximum session duration (seconds)
maxPagesPerSessioninteger5Max pages visited per session
crawlInternalLinksbooleantrueFollow internal links on pages
maxRunTimeSecsinteger3600Total run timeout (seconds)
maxResultsinteger0 (unlimited)Max total pages visited
proxyConfigurationobjectApify ProxyProxy groups and country
useFingerprintingbooleantrueBrowser fingerprinting
humanLikeBehaviorbooleantrueSimulate human interaction
youTubeAutoPlaybooleantrueAuto-play YouTube for view counting
blockResourceTypesarray["font"]Resource types to block
blockUrlsarray[]URL patterns to block
viewportWidthinteger0 (random)Browser viewport width
viewportHeightinteger0 (random)Browser viewport height
gotoTimeoutSecsinteger120Page load timeout (seconds)
waitUntilstringdomcontentloadedWhen navigation is considered done: load, domcontentloaded, networkidle, commit

Output

The actor pushes one dataset entry per visited page:

{
"url": "https://example.com/page",
"status": 200,
"durationSec": 45,
"session": "a1b2c3d4",
"timestamp": "2026-07-14T12:00:00.000Z",
"pageType": "generic"
}

Technical Details

  • Built with Crawlee + Playwright (Chromium headless)
  • Uses Apify Proxy for IP rotation (or custom proxies)
  • Fingerprinting injects spoofed navigator/screen/WebGL properties per session
  • WebRTC leaks are mitigated by disabling RTCPeerConnection
  • Runs on Apify platform with 4096 MB default memory allocation