#
# # # # #

Competitor Web Traffic Tracker API

API:Marketing

US$30US$34

  • Competitor web traffic tracker provides any specific website's traffic performance. Users scrape the competitor traffic performance using a website domain address. It returns avg. monthly traffic and top 5 countries where the traffic original from. Datasource consolidates Similarweb, SEMRush and DataSEO and comes up with the most optimal, in order not to stick with only one algorithm and miss out insights like no traffic from some websites.

  • The API is for personal use. For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

1 Mins Video Google Sheets Demo


Competitor Web Traffic Tracker API Applied to Use in Google Sheets.

Features

  • Competitor web traffic tracker provides any specific website's traffic performance. Users scrape the competitor traffic performance using a website domain address.
  • Users scrape the competitor traffic performance using a website domain address.
  • It returns avg. monthly traffic and top 5 countries where the traffic original from.
  • Datasource consolidates Similarweb, SEMRush and DataSEO and comes up with the most optimal, in order not to stick with only one algorithm and miss out insights like no traffic from some websites.

API Endpoint Specifications

  • Endpoint Path: /api/3/webData
  • Type of Data: JSON & 5 requests per min
  • Data Source: Similarweb, SEMRush, DataSEO
  • Request Limit: 500 requests/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

Competitor Web Traffic Tracker API Endpoint Basic Info

API Endpoint Path

required

Website Traffic Tracker API

https://www.buyfromlo.com/api/3/webData


Call Method

Required

GET

Type of Data Return

JSON

JSON output structured data for website traffic data


Available API Arguments & Parameters

Token

required

BUYFROMLO API token. Subscription API is available on www.buyfromlo.com/apis, and accessible to on-site APP on www.buyfromlo.com/app as well

url

required

Input the target website URL



Website Traffic Tracker API

https://www.buyfromlo.com/api/3/webData


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://www.buyfromlo.com/api/3/webData"

## Required Arguments & Parameters ##

token = "your buyfromlo token"
url = "website domain URL"

## Call the api ##
response = requests.get(apiendpoint + "?token=" + token + "&url=" + url)
print(response.status)
print(response.json())
                        

JSON Response Sample


{
    "Website Avg Monthly Traffic": ""
}