キーワードでFacebook投稿を収集

5 件のエンドポイント • ベース: https://openapi.scdata.cc

キーワード収集は非同期で実行されます。この呼び出しでタスクを作成してIDを返し、一致した投稿はタスク結果エンドポイントから取得します。

GET/api/v1/facebook/task/post/search

クォータ消費: このエンドポイントへの成功したリクエスト 1 件あたり、プランのクォータが 1 単位消費されます。

リクエストパラメータ

必須パラメータ

名前位置型説明
queryquerystringSearch keyword

任意パラメータ

名前位置型説明
limitqueryintegerMaximum number of results
recent_postsquerystringOnly search recent posts (0 = no, 1 = yes)
publish_at_startquerystringPublish time from
example: 2026-01-01
publish_at_endquerystringPublish time to
example: 2026-01-31

レスポンスフィールド

名前型説明
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobject-
data.task_idstringTask ID
data.task_statusstringTask status

お試し実行

https://openapi.scdata.cc/api/v1/facebook/task/post/search
ダッシュボードのAPIキーを選択
リクエストを送信する前にAPIキーを入力してください。ダッシュボードを開く

クエリパラメータ

query*
limit
recent_posts
publish_at_start
publish_at_end

cURL の例

bash
curl -X GET "https://openapi.scdata.cc/api/v1/facebook/task/post/search?query=example" \
-H "Authorization: YOUR_API_KEY"

レスポンス例 (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": {
"task_id": "string",
"task_status": "string"
}
}

ユースケース

  • ブランド言及追跡 — ブランドやキャンペーンハッシュタグに言及した公開投稿を収集します。
  • トレンド調査 — あるトピックがFacebook上でどれだけ話題になっているかを測ります。

関連エンドポイント