Web Traffic Generator avatar
Web Traffic Generator

Pricing

$9.00/month + usage

Go to Store
Web Traffic Generator

Web Traffic Generator

Developed by

Louis Deconinck

Louis Deconinck

Maintained by Community

Web Traffic Generator is an Apify actor that simulates realistic user behavior by visiting multiple URLs and navigating through linked pages to generate authentic web traffic and collect basic data on page visits.

4.9 (4)

Pricing

$9.00/month + usage

7

Total users

170

Monthly users

20

Runs succeeded

98%

Last modified

6 months ago

You can access the Web Traffic Generator programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "urlsToVisit": [
< {
< "url": "https://apify.com"
< }
< ],
< "numberOfPages": 1,
< "stayDuration": 10
<}' |
<apify call louisdeconinck/web-traffic-generator --silent --output-dataset

Web Traffic Generator API through CLI

The Apify CLI is the official tool that allows you to use Web Traffic Generator locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: