backlinks_status_typestring · optionalValue supplied for backlinks status type.
enum: all, live, lost
Loading tools…
DataForSEO
Find domains that link to competitors but not to the promoted site.
Intersects two to twenty competitor link profiles and can exclude up to ten owned domains, producing a bounded prospect list for link acquisition.
Agents select this operation with tool ID dataforseo.link-gap, then check its current inputs and price before a run.
backlinks_status_typestring · optionalValue supplied for backlinks status type.
enum: all, live, lost
exclude_targetsarray · optionalValue supplied for exclude targets.
maxItems: 10
include_subdomainsboolean · optionalValue supplied for include subdomains.
intersection_modestring · optionalValue supplied for intersection mode.
enum: all, partial
limitinteger · optionalValue supplied for limit.
minimum: 1 · maximum: 1000
offsetinteger · optionalValue supplied for offset.
minimum: 0 · maximum: 100000000
Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.
rank_scaleValue supplied for rank scale.
enum: one_hundred, one_thousand
targetsarray · requiredValue supplied for targets.
minItems: 2 · maxItems: 20
itemsarrayReturned items value.
items_countnumberReturned items count value.
total_countnumberReturned total count value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "dataforseo.link-gap",
"input": {
"limit": 1,
"targets": [
"ahrefs.com",
"semrush.com"
],
"exclude_targets": [
"dataforseo.com"
]
}
}{
"items": [
{
"summary": {
"intersections_count": 2
},
"domain_intersection": {
"1": {
"rank": 58,
"target": "plumbersandhvacmarketers.com",
"backlinks": 13717
},
"2": {
"rank": 42,
"target": "plumbersandhvacmarketers.com",
"backlinks": 793
}
}
}
],
"items_count": 1,
"total_count": 13160
}configuration_error: DataForSEO account access, funding or cost controls blocked the request.Verify and fund the server-side DataForSEO API-access credentials, then retry unchanged.invalid_input: DataForSEO rejected a target, location or bounded result control.example: {"targets":["ahrefs.com","semrush.com"],"exclude_targets":["dataforseo.com"],"limit":1}