#
# # # # #

Frequency Word Ranker API

API:Components

US$5US$15

  • Extract and rank the most 100 keywords from the target article (Less than 100 keywords if the article is too short). Max character is up to 2000. It offers 4 languages which include English, Japanese, Russian and French. Token supports both free and paid version respectively.

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

1 Mins Video Google Sheets Demo


Frequency Word Ranker API Applied to Use in Google Sheets.

1 Mins Video Onsite App Demo


Frequency Word Ranker API Applied in BuyfromLo Onsite App.

Features

  • Extract and rank the most 100 keywords from the target article (Less than 100 keywords if the article is too short)
  • Max character is up to 2000
  • It offers 4 languages which include English, Japanese, Russian and French
  • Token supports both free and paid version respectively

API Endpoint Specifications

  • Endpoint Path: /api/1/frequentKW-analyzer
  • 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

4.5 (Overall)

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

Latest Reviews

Frequency Word Ranker API Endpoint Basic Info

API Endpoint Path

required

Content Frequent Keyword Extractor API

api/1/frequentKW-analyzer


Call Method

Required

POST

Type of Data Return

JSON

Output structured JSON data on Frequent Keyword ranker


Available API Arguments & Parameters

token

required

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

originalContent

required

Submit the original English content


language

Optional

Input a language. Default is english


Content Frequent Keyword Extractor API

api/1/frequentKW-analyzer


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/frequentKW-analyzer"

## Required Arguments & Parameters ##

token = "your buyfromlo token"
originalContent = "original piece of English content"

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

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

JSON Response Sample


{
    "frequent keyword list"
}
                        

FAQ

The Frequency Word Ranker API is a tool that extracts and ranks the most used keywords from a given article.

The API can extract up to 100 keywords from an article, or less if the article is shorter.

The API supports four languages: English, Japanese, Russian, and French.

Yes, the API offers a free version, but it also offers a paid subscription for increased functionality.

The paid version of the API offers increased data sources, more granular controls, and a higher request limit.

The API supports a range of data sources, including web pages, PDF documents, and text files.

The API has a character limit of 2000 characters and a request limit of 500 requests per month for the free version.

The API supports a variety of programming languages, including cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript.

You can access the API through its endpoint path: \/api\/1\/frequentKW-analyzer.

You can find more information about the API in its documentation: https:\/\/www.buyfromlo.com\/docs\/#\/Automatic%20Components\/post_api_1_frequentKW_analyzer