獲得キーワード調査
競合サイト抽出
競合サイト抽出。
指定ドメインのSEOランクインキーワードが重複しているサイトを最大20件抽出する。 競合サイトを把握するのに有用。
キーワード重複率・推定流入数・集客価値・キーワード数・ページ数などの指標で競合サイトを比較分析できる。
当機能で発見したサイトのSEO流入キーワードを調査したい場合はPOST /v1/influx-keywordsを、 主要なSEO流入を獲得しているページを調査したい場合はPOST /v1/influx-pagesを使う。
1リクエストあたり4.5クレジットを消費。
post/v1/competitive
Request body
Example request
{
"url": "https://rakkokeyword.com/"
}Response
検索成功
Example response
{
"result": true,
"meta": {
"consumedCredit": 4.5
},
"data": {
"query": {
"targets": [
"https://rakkoma.com/"
]
},
"summary": {
"totalCount": 150,
"returnedCount": 100
},
"items": [
{
"site": {
"domain": "rakko.inc",
"title": "ラッコ株式会社"
},
"metrics": {
"estimatedTraffic": 15803,
"trafficValue": 51386,
"keywordCount": 119,
"pageCount": 51,
"duplicateKeywordCount": 119,
"duplicateRate": 1,
"targetUniqueKeywordCount": 596
}
}
]
},
"errors": []
}Changes
No recorded changes to this endpoint across all 1 revision of this API.