#
# # # # #

Keyword Data Estimator API

API:Marketing

US$19US$30

  • Keyword data estimator can generate keyword avg.monthly traffic and CPC. Keyword estimator can generate the keyword data by country and channel using a keyword query. Options of search engine channel include Google, Bing, Amazon. 4 languages are doable which are English, Japanese, Simplified Chinese and Traditional Chinese

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

API Practical Application Showcase 1


Keyword Data Estimator API

Features

  • Keyword data estimator can generate keyword avg.monthly traffic and CPC.
  • Keyword estimator can generate the keyword data by country and channel using a keyword query.
  • Options of search engine channel include Google, Bing, Amazon.
  • 4 languages are doable which are English, Japanese, Simplified Chinese and Traditional Chinese

API Endpoint Specifications

  • Endpoint Path: /api/3/kwMediaCost
  • Type of Data: JSON & 10/minute
  • Data Source: Google, Bing & Amazon
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
Keyword Data Estimator API Endpoint Basic Info

API Endpoint Path

required

Keyword Data Estimator API

api/3/kwMediaCost


Call Method

Required

GET

Type of Data Return

JSON

Output structured JSON data on keyword volume and cost per click


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Paid subscription API is available: /api/3/kwMediaCost, and accessible to on-site APP on /app/3/keywordestimator as well

keyword

required

Input a keyword

country

required

Enter the target market using short-code, such as US, JP, etc

searchengine

required

Input the target search engine, such as google, bing, amazon. Currently only Google keyword data is available and please contact us if you would like to access Bing and Amazon for testing purpose.

language

required

Enter a language ISO short-code. Default is EN

typeofKWresponse

required

Select the type of response: Options: keyword_dataset, kwwithaianalysis



Keyword Data Estimator API

api/3/kwMediaCost


Code Integration and Response

Python Code Sample


import requests

## Required components ##

token = "your buyfromlo token"
apiendpoint = "https://api.buyfromlo.com/api/3/kwMediaCost?"
keyword = "target product keyword"
searchengine = "target channel"
country = "target country"
language = "target language"
typeofKWresponse=""

## Call the api ##
data="keyword=" + keyword + "&country=" + country + "&searchengine=" + searchengine + "&language=" + language + "&typeofKWresponse=" + typeofKWresponse
headers={"Authorization": "Bearer " + token}

response = requests.get(apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON Response Sample


{
    "Root keyword": " " (string),
    "Keyword Ideas": " " (string),
    "Avg Monthlyl Searches": " "(integer),
    "Competition Level": " " (string),
    "Competition Index": " " (string),
    "Lowest CPC US$": " " (float),
    "Highest CPC US$": " " (float),
}
                        

4.5 (Overall)

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

Latest Reviews

FAQ

Keyword Data Estimator API is a tool that can generate keyword average monthly traffic and CPC. It can generate keyword data by country and channel using a keyword query.

The Keyword Data Estimator API supports Google, Bing, and Amazon.

The Keyword Data Estimator API supports English, Japanese, Simplified Chinese, and Traditional Chinese.

The Keyword Data Estimator API returns data in JSON format.

The Keyword Data Estimator API has a request limit of 500 requests per month.

Yes, the Keyword Data Estimator API provides code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript.

Yes, there is a paid subscription for the Keyword Data Estimator API, which can be accessed on the BUYFROMLO website.

Yes, you can access the Keyword Data Estimator API on-site through the BUYFROMLO app.

The endpoint path for the Keyword Data Estimator API is \/api\/3\/kwMediaCost.

The data source for the Keyword Data Estimator API is Google, Bing, and Amazon.