Find pages linking to multiple targets
Return the referring pages that link to a set of targets, with the backlinks to each target. Useful for finding pages that link to your competitors but not to your site.
Pricing — $$ · min $0.05
Minimum 50 credits ($0.05) per call. Records returned above the minimum bill 1 credit ($0.001) each.
Authorization
bearerAuth UnifAPI API key. Provider credentials are managed by UnifAPI.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/seo/backlinks/page-intersection" \ -H "Content-Type: application/json" \ -d '{ "targets": [ "string" ] }'{
"request_id": "string",
"data": {
"targets": [
"string"
],
"view": "summary",
"total_count": 0,
"results": [
{
"url_from": "string",
"domain_from": "string",
"intersections_count": 0,
"links_to": [
{
"target": "string",
"links": [
{
"domain_from": "string",
"url_from": "string",
"url_to": "string",
"domain_to": "string",
"anchor": "string",
"dofollow": true,
"item_type": "string",
"rank": 0,
"page_from_rank": 0,
"domain_from_rank": 0,
"backlink_spam_score": 0,
"is_new": true,
"is_lost": true,
"is_broken": true,
"first_seen": "string",
"last_seen": "string",
"prev_seen": "string",
"tld_from": "string",
"url_from_https": true,
"url_to_https": true,
"alt": "string",
"image_url": "string",
"text_pre": "string",
"text_post": "string",
"semantic_location": "string",
"attributes": [
"string"
],
"links_count": 0,
"group_count": 0,
"page_from_title": "string",
"page_from_language": "string",
"page_from_status_code": 0,
"page_from_external_links": 0,
"page_from_internal_links": 0,
"domain_from_country": "string",
"domain_from_platform_type": [
"string"
],
"url_to_status_code": 0,
"url_to_redirect_target": "string",
"is_indirect_link": true
}
]
}
]
}
]
},
"billing": {
"credits_charged": 0,
"records_charged": 0,
"balance_remaining": 0,
"truncated_due_to_balance": true
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
],
"billing": {
"credits_required": 0,
"credits_charged": 0,
"records_charged": 0,
"balance_remaining": 0,
"truncated_due_to_balance": true
}
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
],
"billing": {
"credits_required": 0,
"credits_charged": 0,
"records_charged": 0,
"balance_remaining": 0,
"truncated_due_to_balance": true
}
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
],
"billing": {
"credits_required": 0,
"credits_charged": 0,
"records_charged": 0,
"balance_remaining": 0,
"truncated_due_to_balance": true
}
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
],
"billing": {
"credits_required": 0,
"credits_charged": 0,
"records_charged": 0,
"balance_remaining": 0,
"truncated_due_to_balance": true
}
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
],
"billing": {
"credits_required": 0,
"credits_charged": 0,
"records_charged": 0,
"balance_remaining": 0,
"truncated_due_to_balance": true
}
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
],
"billing": {
"credits_required": 0,
"credits_charged": 0,
"records_charged": 0,
"balance_remaining": 0,
"truncated_due_to_balance": true
}
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
],
"billing": {
"credits_required": 0,
"credits_charged": 0,
"records_charged": 0,
"balance_remaining": 0,
"truncated_due_to_balance": true
}
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
],
"billing": {
"credits_required": 0,
"credits_charged": 0,
"records_charged": 0,
"balance_remaining": 0,
"truncated_due_to_balance": true
}
}
}List individual backlinks pointing to a target POST
Return the individual backlinks pointing to a target domain, subdomain, or page, each with the referring URL, anchor, dofollow flag, rank, and spam score, for detailed link auditing.
List referring domains pointing to a target POST
Return the domains that link to a target domain, subdomain, or page, each with backlink, referring-domain, and spam-score counters for referring-domain analysis.