seo_backlinks
Analyze and retrieve backlinks for any domain using the ReviewWebsite API, helping optimize SEO strategies and track link-building performance.
Instructions
Get backlinks for a domain using ReviewWeb.site API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_key | No | Your ReviewWebsite API key | |
domain | Yes | The domain to get backlinks for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"api_key": {
"description": "Your ReviewWebsite API key",
"type": "string"
},
"domain": {
"description": "The domain to get backlinks for",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}