get_backlinks_list
Retrieve a detailed list of backlinks for any domain, including title, URL, and domain rating, to analyze and improve SEO performance.
Instructions
Get backlinks list for the specified domain
Args:
domain (str): The domain to query
Returns:
List of backlinks for the domain, containing title, URL, domain rating, etc.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "get_backlinks_listArguments",
"type": "object"
}