すべての API

SEO APIs

エンドポイント

5件を表示

Search Volume

キーワードの月間検索数、CPC、競合度を取得します。言語と地域を指定できます。

GET/v1/seo/google-ads-search-volume

パラメーター

keywordstring必須

分析するキーワードまたはフレーズ。

language_codestring任意

2 文字の言語コード。

location_codenumber任意

対象市場の数値ロケーションコード。

curl \
  "https://api.agentbody.io/v1/seo/google-ads-search-volume?keyword=artificial%20intelligence&language_code=en" \
  -H "Authorization: Bearer $AGENTBODY_API_KEY"