#
# # # # #

頻度ワード ランカー API

API:Components

ドル$5ドル$15

  • 対象記事から最も多い100個のキーワードを抽出して順位付けします(記事が短すぎる場合は100個未満のキーワード)。最大文字数は 2000 文字です。英語, 日本語, ロシア語, フランス語の 4 か国語に対応しています。トークンはそれぞれ無料版と有料版の両方をサポートしています。

  • API の使用義務と責任の詳細については, 法的利用規約と条件をお読みください。

特徴

  • 対象記事から最多の100キーワードを抽出して順位付け(記事が短すぎる場合は100キーワード未満)
  • 最大文字数は2000文字まで
  • 英語, 日本語, ロシア語, フランス語の4言語に対応しています。
  • トークンはそれぞれ無料版と有料版の両方をサポートします

APIエンドポイント仕様

  • Endpoint Path: /api/1/frequentKW-analyzer
  • Type of Data: JSON & 20/分
  • Data Source: LOから購入
  • Request Limit: 500リクエスト/月
  • Script & Integration: cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript と統合するコード
頻度ワード ランカー API エンドポイントの基本情報

APIエンドポイントパス

必須

コンテンツの頻繁なキーワード抽出 API

api/1/frequentKW-analyzer


メソッドの呼び出し

必須

POST

返されるデータの種類

JSON

Frequent Keyword Rankerに構造化されたJSONデータを出力


利用可能な API 引数とパラメータ

token

必須

BUYFROMLO API トークンを購入します. 有料サブスクリプション API は, /api/1/frequentKW-analyzer で利用できます. /app/1/frequentKW-analyzer のサイト APP も同様です

originalContent

必須

英語のオリジナルコンテンツを提出してください.


language

オプション

言語を入力します. デフォルト値は英語です


コンテンツの頻繁なキーワード抽出 API

api/1/frequentKW-analyzer


コードの統合と対応

Python コードサンプル


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 応答サンプル


{
    "frequent keyword list"
}
                        

4.5 (全体)

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

最新のレビュー

よくある質問

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