Docs
搜索文档...⌘K

API + MCP
GET/v3/site-explorer/anchors

查询参数

timeoutinteger

手动超时时长(秒)。

limitinteger

要返回的结果数量。

默认:1000
order_bystring

以逗号分隔的列列表,用于对结果排序,可选指定排序方向。有效列标识符请参见响应 Schema。

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

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

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

discovered_status:上次抓取时发现该链接的原因:首次抓取到该页面、页面新增该链接,或该链接在被移除后重新出现。
type: string nullable
enum: "pagefound" "linkfound" "linkrestored"

dofollow_links:指向你目标、且使用指定锚且不含 “nofollow” 属性的链接数量。
type: integer

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

drop_reason:我们将该链接从索引中移除的原因。
type: string nullable
enum: "manual" "noratingunused" "notop" "tooold" "oldunavailable" "rescursive" "duplicate" "nxdomain" "malformed" "blockedport" "disallowed" "unlinked"

first_seen:我们首次发现带有指定锚、指向你目标的链接的日期。
type: datetime

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

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

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

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

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

is_root_domain:该域名是根域名。
type: boolean

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

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

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

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

last_seen:我们发现带有指定锚的最后一条反向链接丢失的日期。
type: datetime nullable

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

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

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

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

links_to_target:你的目标使用指定锚所获得的入站反向链接数量。
type: integer

lost_links:在所选时间段内,使用指定锚丢失的反向链接数量。
type: integer

lost_reason:上次抓取时该链接丢失的原因。
type: string nullable
enum: "removedfromhtml" "notcanonical" "noindex" "pageredirected" "pageerror" "lostredirect" "notfound"

new_links:在所选时间段内,新发现的、使用指定锚的反向链接数量。
type: integer

noindex:引用页面带有 noindex meta 属性。
type: boolean

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

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

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

refdomains (5 units):使用指定锚链接到你目标的唯一域名数量。
type: integer

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

refpages:包含带有指定锚、指向你目标链接的页面数量。
type: integer

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

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

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

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

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

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

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

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

url_from:包含指向你目标链接的页面 URL。
type: string

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

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

url_to:反向链接指向的 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

响应

anchorsarray<object>
anchorstring

指向URL的链接中可点击的词。

dofollow_linksinteger

指向目标的具有指定锚点但不具有“nofollow”属性的链接数。

first_seenstring

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

is_spamboolean

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

last_seenstring or null

我们发现指定锚的最后一条反向链接丢失的日期。

links_to_targetinteger

目标页面具有的指定锚点的导入外链数。

lost_linksinteger

在选定时间段内丢失的具有指定锚点的反向链接数。

new_linksinteger

在选定时间段内发现的具有指定锚点的新反向链接数。

refdomainsinteger

(5 个单位) 使用指定锚链接到目标网站的唯一域名数。

refpagesinteger

包含指向目标网页的指定锚点链接的页面数。

top_domain_ratingnumber

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