management-project-keywords
Retrieve keywords linked to a specific project in Ahrefs' Rank Tracker using the project ID. Input the ID to access relevant keyword data for project analysis.
Instructions
Retrieves keywords associated with a specific project in Ahrefs' Rank Tracker by project ID. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"type": "integer"
}
},
"required": [
"project_id"
],
"type": "object"
}