#
# # # # #

Twitterコンテンツセンチメント比率バロメーターAPI

API:Components

ドル$19ドル$21

  • Twitter API データ ソースからソーシャル メディア トピックのセンチメント データを生成します。社会的感情データには, それぞれ極性, 主観性, 否定的, 肯定的, 中立的な感情データの 5 つの主要な指標が含まれます。感情データセットは毎日更新されます。トークンは, API とオンサイト アプリの両方をサポートしており, それぞれ有料版と無料版があります。

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

特徴

  • Twitter APIデータソースからソーシャルメディアトピックセンチメントデータを生成
  • 社会的感情データには, それぞれ極性, 主観性, 否定的, 肯定的, 中立的な感情データの 5 つの主要な指標が含まれます。
  • 感情データセットは毎日更新されます
  • トークンは, API とオンサイト アプリの両方をサポートしており, それぞれ有料版と無料版があります。

APIエンドポイント仕様

  • Endpoint Path: /api/1/sentiment
  • Type of Data: JSON & 20/分
  • Data Source: ツイッター
  • Request Limit: 500リクエスト/月
  • Script & Integration: cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript と統合するコード
Twitterコンテンツセンチメント比率バロメーターAPI エンドポイントの基本情報

APIエンドポイントパス

必須

Twitterコンテンツセンチメント比率計算API

api/1/sentiment


メソッドの呼び出し

必須

POST

返されるデータの種類

JSON

Twitterトレンドコンテンツセンチメント比率の構造化JSONデータを出力


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

token

必須

BUYFROMLO API トークンを購入します. 有料サブスクリプション API が利用可能です: /api/1/sentiment /app/1/sentiment のオンサイト APP にもアクセス可能

keyword

必須

Twitterのトレンドコンテンツに関連するキーワードクエリを入力します.


language

オプション

en, ja, fr などの言語 ISO-ID を入力します. デフォルトの言語は en です.


Twitterコンテンツセンチメント比率計算API

api/1/sentiment


コードの統合と対応

Python コードサンプル


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/sentiment"

## Required Arguments & Parameters ##

token = ""your buyfromlo token""
keyword = ""Input a keyword""

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

## Call the api ##
response = requests.post(apiendpoint, json=data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON 応答サンプル


{
    "Query": " " (string),
    "Subjectivity": " " (float),
    "Polarity": " " (float),
    "Positive": " " (float),
    "Negative": " " (float),
    "Neutral": " " (float)
}
                        

4.5 (全体)

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

最新のレビュー

よくある質問

The Twitter Content Sentiment Ratio Barometer API is a social media topic sentiment data generation tool that pulls data from the Twitter API. It provides five key sentiment metrics: polarity, subjectivity, negativity, positivity, and neutrality. The sentiment dataset is refreshed daily and can be accessed via both API and on-site app, with paid and free versions available.

The Twitter Content Sentiment Ratio Barometer API solely relies on Twitter as its data source.

The Twitter Content Sentiment Ratio Barometer API delivers data in JSON format, with a maximum request rate of 20 per minute.

The Twitter Content Sentiment Ratio Barometer API has a request limit of 500 requests per month per token.

The Twitter Content Sentiment Ratio Barometer API offers integration with a wide range of programming languages, including cURL, JS, Python, Ruby, PHP, Node.js, Java, .NET, Rust, Go, and TypeScript.

Yes, a paid subscription API is available for the Twitter Content Sentiment Ratio Barometer API, offering access to the API endpoint via \/api\/1\/sentiment.

Yes, the Twitter Content Sentiment Ratio Barometer API can also be accessed through an on-site app at \/app\/1\/sentiment.

The paid version of the Twitter Content Sentiment Ratio Barometer API provides access to additional features and functionalities, while the free version offers limited usage and capabilities.

Yes, comprehensive documentation for the Twitter Content Sentiment Ratio Barometer API is provided at https:\/\/www.buyfromlo.com\/docs\/#\/.

To get started with the Twitter Content Sentiment Ratio Barometer API, you can visit the documentation at https:\/\/www.buyfromlo.com\/docs\/#\/, which includes detailed instructions on how to obtain an API token and use the API.