← Back to all apps

Overview

Tools Available6
DeveloperRanked AI, LLC
CategoryBusiness

Manage your SEO & PPC

Available Tools

Ranked AI provides 6 tools that can be used to interact with its services.

Get AI Visibility

ranked.get_ai_visibility
Full Description

Get AI visibility data showing how your brand appears in AI model responses. Returns visibility scores, mention rates, and performance across different AI models (GPT-4, Claude, Gemini).

Parameters

Required
project_idstring

The project UUID to get AI visibility data for.

Optional
limitnumber

Maximum number of prompts to return (default: 20, max: 50).

Get Audit Summary

ranked.get_audit_summary
Full Description

Get a summary of SEO audit issues for a project. Returns counts by severity (critical, warning, notice) and lists the top issues that need attention.

Parameters

Required
project_idstring

The project UUID to get audit summary for.

Optional
limitnumber

Maximum number of issues to return (default: 20, max: 50).

severitystring

Filter by severity level.

Options:criticalwarningnotice

Get Backlink Summary

ranked.get_backlink_summary
Full Description

Get backlink data for a project. Returns total backlinks, referring domains, follow/nofollow breakdown, and lists top referring domains with their metrics.

Parameters

Required
project_idstring

The project UUID to get backlink data for.

Optional
limitnumber

Maximum number of referring domains to return (default: 20, max: 50).

Get Content Calendar

ranked.get_content_calendar
Full Description

Get content calendar data for a project. Returns scheduled content items, their status (draft, scheduled, published), due dates, and content types.

Parameters

Required
project_idstring

The project UUID to get content calendar for.

Optional
limitnumber

Maximum number of content items to return (default: 30, max: 50).

statusstring

Filter by content status.

Get Keyword Rankings

ranked.get_keyword_rankings
Full Description

Get keyword ranking data for a project. Returns current search positions, ranking URLs, and position changes for tracked keywords. Can filter by date range and limit results.

Parameters

Required
project_idstring

The project UUID to get keyword rankings for.

Optional
date_rangestring

Date range for comparison: "7d" (7 days), "30d" (30 days), or "90d" (90 days). Default: "7d".

Options:7d30d90d
limitnumber

Maximum number of keywords to return (default: 50, max: 100).

Get Project Overview

ranked.get_project_overview
Full Description

Get an overview of your SEO projects. If no project_id is provided, returns a list of all your accessible projects with key metrics. If a project_id is provided, returns detailed metrics for that specific project including keyword rankings, AI visibility, audit issues, backlinks, and content calendar summary.

Parameters

Optional
project_idstring

Optional project UUID. If not provided, returns a list of all your projects.