# Website Traffic Machine (`bhansalisoft/website-traffic-machine`) Actor

Website Traffic Machine is unique usefull tool that is useful increase Website traffic directly using proxy ips and also search engine based traffic  using keyword

- **URL**: https://apify.com/bhansalisoft/website-traffic-machine.md
- **Developed by:** [bhansalisoft](https://apify.com/bhansalisoft) (community)
- **Categories:** Automation, Lead generation, SEO tools
- **Stats:** 48 total users, 0 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

$10.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### Website Traffic Machine

Website Traffic Machine is advance unique pro software that is usefull increase Website Traffic, Send Traffic to your website with two way : Direct Traffic and Search Engine Traffic.
you can use Proxy Also so that you will get more Traffic. Traffic Machine will be usefull for get more traffic and increase your SEO and search Engine indexing

When you want Traffic using Search Engine.. you need to put your Keyword then we search that keyword on Search Engine(Google ,Yahoo,Bing) and find out your website Address and then visit your website.. now that visit will show in google analytics also. so its very usefull on Website traffic.

### Feature

- Increase Website Traffic Direct
- Increase Website Traffic through Search Engine(Yahoo) Keyword.
- You can use proxy also so that you will get traffic through multiple ips. and its very usefull on increase website seo.
- Increase Seo of your website.
- 100% Real Software with organic traffic to your website.

### How to use

Add all required below parameter.

- Website Url : Enter Any webbsite url where you want visits
- How much Visit you want ? :  Enter your target visit count
- Scroll wait Time(Second) :   Enter Wait time so that software will stay on Youtube video (this will be your video length time) if your video length is 60 second then enter 60 second.so that your got full watch time for this video
- Delay(second) :              Enter Delay on Each youtube view request.
- proxySettings :  Complusory to select proxy ips so that you can get view from different ips
- Traffic From Search Engine : if you want to get traffic using search engine based on keyword. your website must be in top 5 pages in keyword then our tool will search on search engine and give traffic your website by search engine traffic. its best for SEO ranking.

You can schedule this software for daily basis to get fixed view on website..it will be usefull for your website

https://youtu.be/s5GQABFmBfI

if you face any issue , you can email us at bhansalisoft781986@gmail.com

# Actor input Schema

## `web_url` (type: `string`):

Website Url

## `visit_count` (type: `integer`):

How much Visit you want ?

## `scroll_waittime` (type: `integer`):

Scroll wait time, till time software will stay on youtube video

## `delay` (type: `integer`):

Delay on Every Visit Request

## `Traffic_SearchEngine` (type: `boolean`):

Traffic Require From Search Engine ?

## `Search_Engine` (type: `string`):

Select Search Engine

## `Keyword` (type: `string`):

Keyword will be search on Search Engine and find out website address and then it will give visit

## `proxySettings` (type: `object`):

Select proxies to be used by your crawler.

## Actor input object example

```json
{
  "web_url": "https://apify.com/bhansalisoft",
  "visit_count": 1,
  "scroll_waittime": 10,
  "delay": 10,
  "Traffic_SearchEngine": false,
  "Search_Engine": "Yahoo.com",
  "proxySettings": {
    "useApifyProxy": true
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "web_url": "https://apify.com/bhansalisoft",
    "visit_count": 1,
    "scroll_waittime": 10,
    "delay": 10,
    "Keyword": "",
    "proxySettings": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("bhansalisoft/website-traffic-machine").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "web_url": "https://apify.com/bhansalisoft",
    "visit_count": 1,
    "scroll_waittime": 10,
    "delay": 10,
    "Keyword": "",
    "proxySettings": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("bhansalisoft/website-traffic-machine").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "web_url": "https://apify.com/bhansalisoft",
  "visit_count": 1,
  "scroll_waittime": 10,
  "delay": 10,
  "Keyword": "",
  "proxySettings": {
    "useApifyProxy": true
  }
}' |
apify call bhansalisoft/website-traffic-machine --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,bhansalisoft/website-traffic-machine"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/ncw33B2Q14i8dcCNf/builds/Dsqu82Mer5OGUG3P8/openapi.json
