Docs
搜索文档...⌘K

按反向链接排序的最佳页面

API + MCP
GET/v3/site-explorer/pages-by-backlinks

此前为 /best-by-external-links

查询参数

timeoutinteger

手动超时时长(秒)。

limitinteger

要返回的结果数量。

默认:1000
order_bystring

用于对结果排序的列。有效的列标识符请参见响应 Schema,但 http_code_targetlanguages_targetlast_visited_targetpowered_by_targettarget_redirecttitle_targeturl_rating_target 除外——此端点的 order_by 不支持它们。

Example:field_a,field_b:asc,field_c:desc
wherestring

筛选表达式。支持以下列标识符(与 select 参数支持的标识符不同)。

anchor:链接中可点击、指向 URL 的文字。
type: string

dofollow_to_target:指向你目标页面、且不含 “nofollow” 属性的链接数量。
type: integer

domain_rating_source:引用域名的反向链接概况强度,在我们数据库中相对其他网站的 100 分制评分。
type: float

first_seen_link:我们首次发现指向你目标的链接的日期。
type: datetime

http_code_source:抓取引用页面时返回的 HTTP 协议返回码。
type: integer

http_code_target:抓取目标页面时返回的 HTTP 协议返回码。
type: integer nullable

is_content:该链接位于页面中最大的一块内容里。
type: boolean

is_dofollow:该链接没有特殊的 nofollow 属性。
type: boolean

is_homepage_link:该链接位于引用网站的首页。
type: boolean

is_lost:该链接当前已不存在。
type: boolean

is_new:该链接在上次抓取中被发现。
type: boolean

is_nofollow:该链接或引用页面设置了 nofollow 属性。
type: boolean

is_non_html:该链接指向的 URL 为非 HTML 内容。
type: boolean

is_root_source:引用域名是根域名。
type: boolean

is_spam:表示该反向链接是否来自已知的垃圾域名。
type: boolean

is_sponsored:在引用页面 HTML 中,该链接设置了 Sponsored 属性。
type: boolean

is_ugc:在引用页面 HTML 中,该链接设置了 User Generated Content 属性。
type: boolean

languages_source:引用页面元数据中列出的语言,或由爬虫检测到出现在 HTML 中的语言。
type: array(string)

languages_target:目标页面元数据中列出的语言,或由爬虫检测到出现在 HTML 中的语言。
type: array(string)

last_seen:你的目标页面丢失最后一条现存链接的日期。
type: datetime nullable

last_visited_source:我们上次验证指向你目标页面的现存链接的日期。
type: datetime

last_visited_target:我们上次抓取你目标页面的日期。
type: datetime nullable

len_url_redirect:重定向链中的 URL 数量。
type: integer

link_type:反向链接的类型。
type: string
enum: "redirect" "frame" "text" "form" "canonical" "alternate" "rss" "image"

linked_domains_source:从引用页面链接出去的唯一根域名数量。
type: integer

links_external_source:引用页面上的外部链接数量。
type: integer

links_to_target:目标页面拥有的入站反向链接数量。
type: integer

lost_links_to_target:在所选时间段内丢失的反向链接数量。
type: integer

new_links_to_target:在所选时间段内新发现的反向链接数量。
type: integer

nofollow_to_target:指向你目标页面、且带有 “nofollow” 属性的链接数量。
type: integer

positions_source:引用页面在前 100 名中排名的关键词数量。
type: integer

positions_source_domain:引用域名在前 100 名中排名的关键词数量。
type: integer

powered_by_source:用于构建并提供引用页面内容的 Web 技术。
type: array(string)

powered_by_target:用于构建并提供目标页面内容的 Web 技术。
type: array(string)

redirects_to_target:指向你目标页面的入站重定向数量。
type: integer

refdomains_source (5 units):链接到引用页面的唯一引用域名数量。
type: integer

refdomains_target (5 units):链接到目标页面的唯一引用域名数量。
type: integer

root_name_source:引用域名的根域名(不含子域)。
type: string

snippet_left:出现在链接前的文本片段。
type: string

snippet_right:出现在链接后的文本片段。
type: string

source_page_author:引用页面的作者。
type: string nullable

target_redirect:目标的重定向(如有)。
type: string nullable

title_source:引用页面的 html title。
type: string

title_target:目标页面的 html title。
type: string nullable

top_domain_rating_source:所有引用域名中最高的域名评分(DR)。DR 表示某网站的反向链接概况强度,在我们数据库中相对其他网站的 100 分制评分。
type: float

traffic_domain_source (10 units):引用域名来自自然搜索的预估月自然搜索流量。
type: integer

traffic_source (10 units):引用页面来自自然搜索的预估月自然搜索流量。
type: integer

url_from_plain:已优化以用于筛选的引用页面 URL。
type: string

url_rating_source:引用页面的反向链接概况强度,在我们数据库中相对其他页面的 100 分制评分。
type: float

url_rating_target:目标页面的反向链接概况强度,在我们数据库中相对其他页面的 100 分制评分。
type: float nullable

url_redirect:该链接的目标 URL 所指向的重定向链。
type: array(url)

url_redirect_with_target:该链接的目标 URL 及其重定向链。
type: array(string)

url_to:反向链接指向的 URL。
type: string

url_to_plain:已优化以用于筛选的目标页面 URL。
type: string

selectstring必填

要返回的列的逗号分隔列表。有效的列标识符请参见响应 Schema。

protocolstring

目标的协议。

允许的值:bothhttphttps
默认:both
targetstring必填

搜索目标:域名或 URL。

modestring

基于你输入的目标所确定的搜索范围。

允许的值:exactprefixdomainsubdomains
默认:subdomains
historystring

将丢失的反向链接纳入报告的时间范围。可选择 live(无历史记录)、since:<date>(从指定日期起的历史记录)以及 all_time(全部历史记录)。日期格式应为 YYYY-MM-DD。

默认:all_time
outputstring

输出格式。

允许的值:jsoncsvxmlphp

响应

pagesarray<object>
dofollow_to_targetinteger

指向目标页面的不具有“nofollow”属性的链接数。

first_seen_linkstring

首次发现指向目标的链接日期。

http_code_targetinteger or null

抓取目标页面时返回的HTTP协议状态码。

is_spamboolean

指示该反向链接是否来自已知的垃圾域名。

languages_targetarray<string>

目标页面元数据中列出的语言,或由爬虫检测到在 HTML 中出现的语言。

last_seenstring or null

目标页面失去最后一个现存链接的日期。

last_visited_sourcestring

最后一次验证指向目标页面的现存链接的日期。

last_visited_targetstring or null

最后一次抓取目标页面的日期。

links_to_targetinteger

目标页面的导入反向链接数量。

lost_links_to_targetinteger

所选时间段内丢失的反向链接数。

new_links_to_targetinteger

在选定时间段内发现的新反向链接数。

nofollow_to_targetinteger

指向目标页面且具有“nofollow”属性的链接数。

powered_by_targetarray<string>

用于构建并提供目标页面内容的 Web 技术。

redirects_to_targetinteger

指向目标页面的导入重定向次数。

refdomains_targetinteger

(5 个单位)链接到目标页面的唯一引用域名数量。

target_redirectstring or null

目标的重定向地址(如有)。

title_targetstring or null

目标页面的 HTML 标题。

top_domain_rating_sourcenumber

从所有引荐域名中算出的最高域名评级(DR)。DR以100分制为标准显示网站反向链接配置文件与数据库中其他URL相比的强度。

url_rating_targetnumber or null

以 100 分制衡量,与我们数据库中其他页面相比,目标页面反向链接概况的强度。

url_tostring

反向链接指向的URL。

url_to_plainstring

为用作筛选条件而优化的目标页面URL。