API:Marketing
API Endpoint Path
required
Website Traffic Tracker API
api/3/webData
Call Method
Required
POST
Type of Data Return
JSON
Output structured JSON data on website traffic
token
required
BUYFROMLO API token. Paid subscription API is available: /api/3/webData, and accessible to on-site APP on /app/3/webtracker as well
url
required
Input the target website URL
Website Traffic Tracker API
api/3/webData
Python Code Sample
import requests
apiendpoint = "https://api.buyfromlo.com/api/3/webData"
## Required Arguments & Parameters ##
token = "your buyfromlo token"
url = "website domain URL"
data={"url": url}
headers={"Authorization": "Bearer " + token}
## Call the api ##
response = requests.post(apiendpoint, json=data, headers=headers)
print(response.status_code)
print(response.json())
JSON Response Sample
{
"Website Avg Monthly Traffic": " " (integer),
}
The Competitor Web Traffic Tracker API allows you to scrape the average monthly traffic and top 5 countries of origin for any website.
The API consolidates data from Similarweb, SEMRush, and DataSEO to provide the most accurate and comprehensive results.
The API returns JSON data that includes the average monthly traffic and top 5 countries of origin for the specified website.
The data is updated every 5 minutes to ensure that you have the most up-to-date information.
The request limit is 500 requests per month per token.
Yes, the API can be integrated with your own applications using code to integrate with cURL, JS, Python, Ruby, PHP, Node.js, Java, .NET, Rust, Go, and TypeScript.
Yes, there is a paid subscription option available that provides access to additional features and functionality.
Yes, the API is accessible through the BUYFROMLO app on the \/app\/3\/webtracker page.
To get an API token, you can sign up for a free account on the BUYFROMLO website.
Yes, the BUYFROMLO team offers support for using the API through documentation, FAQs, and a dedicated support email address.