Function Details

Traffic Estimator

Traffic volume is calculated as the product of CTR (click-through rate) and search volume values of all keywords the domain ranks for in a relevant category of search results (organic, paid, featured snippet, or local pack).

Outputs

This node outputs a table with the columns url and estimated_traffic_volume.

Example

Given the input: example.com/page_a, example.com/page_b

It will return the data in JSON String record format:

[
  {
    "url": "example.com/page_a",
    "estimated_traffic_volume": 1000
  },
  {
    "url": "example.com/page_b",
    "estimated_traffic_volume": 500
  }
]

url estimated_traffic_volume example.com/page_a 1000 example.com/page_b 500