集客コンテンツ検索
集客コンテンツ検索
集客コンテンツ検索。
指定キーワードをタイトル/ディスクリプション/主なSEO流入キーワードに含むWEBページを検索する。 寄稿/広告掲載先探しや、参考記事探し・競合コンテンツの把握に使う。
最大5,000件取得。各ページの推定流入数・集客価値・ランクインキーワード数・トップキーワードなどのSEO指標を返す。 SEO指標は最新でない可能性がある。 この指標を重要視する用途なら、データ取得後にPOST /v1/search-volumeで最新のSEO指標を取得すること。
topKeywordCollapseをtrueにした際のトップキーワードには、元キーワードをタイトル/ディスクリプションに含むページが、SEO流入を獲得している主要なキーワードが重複無しで抽出される。 検索意図の近いキーワードを探したり、弱いサイトが意図せずランクインしているニッチキーワードを抽出したりするのに役立つ。
当機能で発見したページの、2位以降のSEO流入キーワードを確認したい場合はPOST /v1/influx-keywordsをmatchType=urlで使う。
1リクエストあたり4.5クレジットを消費。
post/v1/content-search
Request body
Example request
{
"keyword": "ラッコ",
"filter": {
"estimatedTraffic": {
"min": 100,
"max": 10000
},
"rankingKeywordCount": {
"min": 1,
"max": 100
},
"trafficValue": {
"min": 100,
"max": 10000
},
"title": {
"includes": [
"水族館"
],
"notIncludes": [
"グッズ"
]
},
"url": {
"includes": [
"https://rakkokeyword.com/"
],
"notIncludes": [
"https://rakkokeyword.com/result/"
]
},
"topKeyword": {
"includes": [
"水族館"
],
"notIncludes": [
"グッズ"
]
},
"description": {
"includes": [
"水族館"
],
"notIncludes": [
"グッズ"
]
},
"seoDifficulty": {
"min": 1,
"max": 100
}
},
"limit": 100
}Response
検索成功
Example response
{
"result": true,
"meta": {
"consumedCredit": 4.5
},
"data": {
"query": {
"keyword": "ラッコ"
},
"summary": {
"totalCount": 150,
"returnedCount": 100
},
"items": [
{
"page": {
"domain": "rakkokeyword.com",
"url": "https://rakkokeyword.com/result/contentSearch?q=%E3%83%A9%E3%83%83%E3%82%B3",
"title": "ラッコキーワード",
"description": "多機能でサクサク使えるキーワードリサーチツール。生成AIによる記事生成機能搭載。SEO/市場ニーズ調査/競合分析/コンテンツ制作/商品開発にお役立ていただけます。無料でも使えます!"
},
"metrics": {
"estimatedTraffic": 14000,
"trafficValue": 2266,
"rankingKeywordCount": 18
},
"topKeyword": {
"keyword": "ラッコ",
"wordCount": 1,
"position": 2,
"metrics": {
"seoDifficulty": 37,
"searchVolume": 5000
}
}
}
]
},
"errors": []
}Changes
No recorded changes to this endpoint across all 1 revision of this API.