list_domains
Returns all domains currently tracked in your account, including scrape status and associated entity counts (prompts, competitors, blog posts). This tool takes no input parameters.Array of domain objects, each containing the domain ID, name, website URL, scrape status, and entity counts.
Unique identifier for the domain.
Status of the last homepage scrape:
PENDING, COMPLETE, or FAILED.get_domain
Returns full details for a single tracked domain, including scraped metadata such as page title, meta description, and detected brand signals.The ID of the domain to retrieve.
Unique identifier for the domain.
Display name of the domain.
The tracked website URL.
Scraped homepage metadata including page title, meta description, and other detected signals.
list_competitors
Returns all tracked competitors. You can optionally scope results to a specific domain if you track multiple brands.Optional domain ID to filter competitors to a specific tracked domain.
get_competitor
Returns full details for a single tracked competitor, including their scraped homepage metadata if a website was provided when the competitor was added.The ID of the competitor to retrieve.
Unique identifier for the competitor.
Display name of the competitor.
The competitor’s website URL, if provided.
Scraped homepage metadata, populated if a website URL was supplied during creation.
add_competitor
Adds a new competitor to a tracked domain. If you provide a website URL, Rankahead will scrape the homepage asynchronously to populate metadata.The ID of the domain this competitor belongs to.
Display name of the competitor (e.g. “Rival CRM”).
The competitor’s website URL. If provided, a homepage scrape is triggered automatically.
create_domain
Adds a new domain to your Rankahead account. If you provide a website URL, a homepage scrape is triggered asynchronously to populate brand metadata.Display name for the domain (e.g. “Acme CRM”).
The domain’s website URL. If provided, a homepage scrape is triggered automatically.
Unique identifier for the newly created domain.
delete_competitor
Permanently removes a competitor from your account. This action cannot be undone and will remove the competitor from all historical comparisons.The ID of the competitor to delete.