About this model
反向链接页面会展示目标域名中积累了最多链接权重的 URL,并按引用域名数量和指向每个页面的反向链接总数排序。这样你可以轻松找出竞争对手拥有最高权威度的资产——也就是其他网站实际链接到的页面——而不必只根据流量数据猜测。include_subdomains 标志可以让你选择是仅分析确切域名,还是将子域名纳入同一份报告;对于将内容拆分到 blog. 或 docs. 子域名的网站来说,这一点很重要。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.02 per domain | 按引荐域名和反向链接总数排列的热门反向链接页面。 |
| Fal.ai | Não disponível | Não disponível como API independente. |
| Replicate | Não disponível | Não disponível como API independente. |
按引荐域名和反向链接总数排列的热门反向链接页面。
Não disponível como API independente.
Não disponível como API independente.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| 目标域名 | string | 要分析的域名(例如 'openai.com')。 | openai.com |
| 限制 | integer | 要返回的页面数量。 | 10 |
| 包含子域名 | boolean | 是否包含子域名。 | true |
要分析的域名(例如 'openai.com')。
openai.com要返回的页面数量。
10是否包含子域名。
trueDeveloper documentation
target 传入(例如 openai.com)。include_subdomains 设置为 true 或 false(默认 true)。limit 控制返回的热门页面数量。curl -X POST https://api.muapi.ai/api/v1/seo-backlinks-pages \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"target": "openai.com",
"include_subdomains": true,
"limit": 20
}'
Frequently asked
每个页面都会包含其 URL、引用域名数量以及反向链接总数。
会,`include_subdomains` 默认为 `true`;设置为 `false` 可将结果限定为确切域名。
可通过 `limit` 配置(默认 10),并按反向链接权威度排序。
相关页面按自然搜索流量和关键词排序;反向链接页面则按同一域名各 URL 的入站链接权威度排序。
可以,这里展示的高权威页面通常适合作为断链或资源页外联的目标。