#
# # # # #

SEO Content Traffic Predictor API

API:Marketing

US$9US$15

  • Predict the organic performance from the target keyword in Google SEO. It returns the predicted data by keyword, content type and SERP positions. The data includes clicks and page view. Paid API token can access to BuyfromLo onsite app, meanwhile API returns the data in JSON form.

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

Features

  • Predict the organic performance from the target keyword in Google SEO
  • It returns the predicted data by keyword, content type and SERP positions
  • The data includes clicks and page view
  • Paid API token can access to BuyfromLo onsite app, meanwhile API returns the data in JSON form

API Endpoint Specifications

  • Endpoint Path: /api/1/content-traffic-estimator
  • Type of Data: JSON & 20/minute
  • Data Source: BUYFROMLO
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
SEO Content Traffic Predictor API Endpoint Basic Info

API Endpoint Path

required

SEO Content Traffic Predictor

api/1/content-traffic-estimator


Call Method

Required

POST

Type of Data Return

JSON

Output structured JSON data on SEO content traffic estimate


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Paid subscription API is available: /api/1/content-traffic-estimator, and accessible to on-site APP on /app/1/content-traffic-estimator as well

impression

required

Enter est. impression value of a keyword from search engine

categoryScore

required

Select a content category number. Current available options: 1 - Smart Home, 2 - Smart Device, 3 - Finance, 4 - Python, 5 - AI News, 6 - Tech News, 7 - Digital Marketing, 8 - EV, 9 - Web3, 10 - Prompt Engineering, 11 - React JS, 12 - NFT, 13 - Data Science, 14 - AI Tools, 15 - Smart Health


positionValue

Optional

Enter a SERP ranking position value


SEO Content Traffic Predictor

api/1/content-traffic-estimator


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/content-traffic-estimator"

## Required Arguments & Parameters ##

token = "your buyfromlo token"
impression1 = "an impression est. value"
categoryScore = "a category score"

## Optional ##
positionValue = "ranking position value"

headers={"Authorization": "Bearer " + token}

## Call the api ##
response = requests.post(
    apiendpoint, 
    json={
            "impression1":impression1,
            "categoryScore":categoryScore,
            "positionValue":positionValue
        }, headers=headers
    )
print(response.status_code)
print(response.json())
                        

JSON Response Sample


{
    "Estimate Traffic",
    "Category Score"
}
                        

4.5 (Overall)

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

Latest Reviews

FAQ

The BUYFROMLO Shopify Product scraper API allows you to scrape product information from any webshop built using the Shopify platform.

You can scrape up to 500 SKUs per request.

The scraped results include 15+ product data metrics, such as pricing, date_created, product name, and more.

Yes, the API supports scraping both top domain and subdomain Shopify webshop domains.

Yes, the API is intended for personal use only.

You can find more information regarding API usage obligation and liability in the Legal Terms of Service and Condition.

The endpoint path for the API is \/api\/1\/shopifyTracker.

The API supports JSON and 20\/minute data formats.

The data source for the API is Shopify.

Yes, there is a limit of 500 requests per month.