[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-ahrefs-automation":3,"mdc-sh8pn9-key":53,"related-org-composio-ahrefs-automation":1713,"related-repo-composio-ahrefs-automation":1859},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":48,"sourceUrl":51,"mdContent":52},"ahrefs-automation","Ahrefs Automation","automate SEO research with Ahrefs","Automate SEO research with Ahrefs -- analyze backlink profiles, research keywords, track domain metrics history, audit organic rankings, and perform batch URL analysis through the Composio Ahrefs integration.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},"composio","Composio","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcomposio.png","ComposioHQ",[14,18,19,22,25],{"name":15,"slug":16,"type":17},"Marketing","marketing","tag",{"name":10,"slug":9,"type":17},{"name":20,"slug":21,"type":17},"SEO","seo",{"name":23,"slug":24,"type":17},"Automation","automation",{"name":26,"slug":27,"type":17},"MCP","mcp",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-15T05:52:12.831109",null,7603,[34,35,36,24,37,38,39,9,40,41,42,27,43,44,45,46,47],"agent-skills","ai-agents","antigravity","claude","claude-code","codex","cursor","developer-tools","gemini-cli","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":29,"stars":28,"forks":32,"topics":49,"description":50},[34,35,36,24,37,38,39,9,40,41,42,27,43,44,45,46,47],"A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows","https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills\u002Ftree\u002FHEAD\u002Fcomposio-skills\u002Fahrefs-automation","---\nname: Ahrefs Automation\ndescription: \"Automate SEO research with Ahrefs -- analyze backlink profiles, research keywords, track domain metrics history, audit organic rankings, and perform batch URL analysis through the Composio Ahrefs integration.\"\nrequires:\n  mcp:\n    - rube\n---\n\n# Ahrefs Automation\n\nRun **Ahrefs** SEO analytics directly from Claude Code. Analyze backlink profiles, research keywords, track domain authority over time, audit organic keyword rankings, and batch-analyze multiple URLs without leaving your terminal.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Fahrefs](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fahrefs)\n\n---\n\n## Setup\n\n1. Add the Composio MCP server to your configuration:\n   ```\n   https:\u002F\u002Frube.app\u002Fmcp\n   ```\n2. Connect your Ahrefs account when prompted. The agent will provide an authentication link.\n3. Most tools require a `target` (domain or URL) and a `country` code (ISO 3166-1 alpha-2). Some also require a `date` in `YYYY-MM-DD` format.\n\n---\n\n## Core Workflows\n\n### 1. Site Explorer Metrics\n\nRetrieve comprehensive SEO metrics for a domain including backlink counts, referring domains, organic keyword rankings, and traffic estimates.\n\n**Tool:** `AHREFS_RETRIEVE_SITE_EXPLORER_METRICS`\n\nKey parameters:\n- `target` (required) -- domain or URL to analyze\n- `date` (required) -- metrics date in `YYYY-MM-DD` format\n- `country` -- ISO country code (e.g., `us`, `gb`, `de`)\n- `mode` -- scope: `exact`, `prefix`, `domain`, or `subdomains` (default)\n- `protocol` -- `both`, `http`, or `https`\n- `volume_mode` -- `monthly` or `average`\n\nExample prompt: *\"Get Ahrefs site metrics for example.com as of today in the US\"*\n\n---\n\n### 2. Historical Metrics Tracking\n\nTrack how a domain's SEO metrics have changed over time for trend analysis and competitive benchmarking.\n\n**Tools:** `AHREFS_RETRIEVE_SITE_EXPLORER_METRICS_HISTORY`, `AHREFS_DOMAIN_RATING_HISTORY`\n\nFor full metrics history:\n- `target` (required) -- domain to track\n- `date_from` (required) -- start date in `YYYY-MM-DD`\n- `date_to` -- end date\n- `history_grouping` -- `daily`, `weekly`, or `monthly` (default)\n- `select` -- columns like `date,org_cost,org_traffic,paid_cost,paid_traffic`\n\nFor Domain Rating (DR) history:\n- `target` (required), `date_from` (required), `date_to`, `history_grouping`\n\nExample prompt: *\"Show me the monthly Domain Rating history for example.com over the last year\"*\n\n---\n\n### 3. Backlink Analysis\n\nRetrieve a comprehensive list of backlinks including source URLs, anchor text, link attributes, and referring domain metrics.\n\n**Tool:** `AHREFS_FETCH_ALL_BACKLINKS`\n\nKey parameters:\n- `target` (required) -- domain or URL\n- `select` (required) -- comma-separated columns (e.g., `url_from,url_to,anchor,domain_rating_source,first_seen_link`)\n- `limit` (default 1000) -- number of results\n- `aggregation` -- `similar_links` (default), `1_per_domain`, or `all`\n- `mode` -- `exact`, `prefix`, `domain`, or `subdomains`\n- `history` -- `live`, `since:YYYY-MM-DD`, or `all_time`\n- `where` -- rich filter expressions on columns like `is_dofollow`, `domain_rating_source`, `anchor`\n\nExample prompt: *\"Get the top 100 dofollow backlinks to example.com with anchor text and referring DR\"*\n\n---\n\n### 4. Keyword Research\n\nGet keyword overview metrics and discover matching keyword variations for content strategy.\n\n**Tools:** `AHREFS_EXPLORE_KEYWORDS_OVERVIEW`, `AHREFS_EXPLORE_MATCHING_TERMS_FOR_KEYWORDS`\n\nFor keyword overview:\n- `select` (required) -- columns to return (volume, difficulty, CPC, etc.)\n- `country` (required) -- ISO country code\n- `keywords` -- comma-separated keyword list\n- `where` -- filter by volume, difficulty, intent, etc.\n\nFor matching terms:\n- `select` (required) and `country` (required)\n- `keywords` -- comma-separated seed keywords\n- `match_mode` -- `terms` (any order) or `phrase` (exact order)\n- `terms` -- `all` or `questions` (question-format keywords only)\n\nExample prompt: *\"Find keyword variations for 'project management' in the US with volume and difficulty\"*\n\n---\n\n### 5. Organic Keywords Audit\n\nSee which keywords a domain ranks for in organic search, with position tracking and historical comparison.\n\n**Tool:** `AHREFS_RETRIEVE_ORGANIC_KEYWORDS`\n\nKey parameters:\n- `target` (required) -- domain or URL\n- `country` (required) -- ISO country code\n- `date` (required) -- date in `YYYY-MM-DD`\n- `select` -- columns to return (keyword, position, volume, traffic, URL, etc.)\n- `date_compared` -- compare against a previous date\n- `where` -- rich filter expressions on `keyword`, `volume`, `best_position`, intent flags, etc.\n- `limit` (default 1000), `order_by`\n\nExample prompt: *\"Show all organic keywords where example.com ranks in the top 10 in the US\"*\n\n---\n\n### 6. Batch URL Analysis\n\nAnalyze up to 100 URLs or domains simultaneously to compare SEO metrics across competitors or site sections.\n\n**Tool:** `AHREFS_BATCH_URL_ANALYSIS`\n\nKey parameters:\n- `targets` (required) -- array of objects with `url`, `mode` (`exact`\u002F`prefix`\u002F`domain`\u002F`subdomains`), and `protocol` (`both`\u002F`http`\u002F`https`)\n- `select` (required) -- array of column identifiers\n- `country` -- ISO country code\n- `output` -- `json` or `php`\n\nExample prompt: *\"Compare SEO metrics for competitor1.com, competitor2.com, and competitor3.com\"*\n\n---\n\n## Known Pitfalls\n\n- **Column selection is required:** Most Ahrefs tools require a `select` parameter specifying which columns to return. Omitting it or using invalid column names will cause errors. Refer to each tool's response schema for valid identifiers.\n- **Date format consistency:** Dates must be in `YYYY-MM-DD` format. Some historical endpoints return data at the granularity set by `history_grouping`, not by exact date.\n- **API unit costs vary:** Different columns consume different unit amounts. Columns marked with \"(5 units)\" or \"(10 units)\" in the schema are more expensive. Monitor API usage when requesting expensive columns like `traffic`, `refdomains_source`, or `difficulty`.\n- **Batch limit is 100 targets:** `AHREFS_BATCH_URL_ANALYSIS` accepts up to 100 targets per request. For larger analyses, split into multiple batches.\n- **Filter expressions are complex:** The `where` parameter uses Ahrefs' filter expression syntax, not standard SQL. Consult the column descriptions in each tool's schema for supported filter types and value formats.\n- **Deprecated offset parameter:** The `offset` parameter was deprecated on May 31, 2024. Use cursor-based pagination or adjust `limit` instead.\n- **Mode affects scope significantly:** Setting `mode` to `subdomains` (the default) includes all subdomains, which can dramatically increase result counts compared to `domain` or `exact`.\n\n---\n\n## Quick Reference\n\n| Tool Slug | Description |\n|---|---|\n| `AHREFS_RETRIEVE_SITE_EXPLORER_METRICS` | Current SEO metrics for a domain\u002FURL |\n| `AHREFS_RETRIEVE_SITE_EXPLORER_METRICS_HISTORY` | Historical SEO metrics over time |\n| `AHREFS_DOMAIN_RATING_HISTORY` | Domain Rating (DR) history |\n| `AHREFS_FETCH_ALL_BACKLINKS` | Comprehensive backlink list with filtering |\n| `AHREFS_FETCH_SITE_EXPLORER_REFERRING_DOMAINS` | List of referring domains |\n| `AHREFS_GET_SITE_EXPLORER_COUNTRY_METRICS` | Country-level traffic breakdown |\n| `AHREFS_BATCH_URL_ANALYSIS` | Batch analysis of up to 100 URLs |\n| `AHREFS_EXPLORE_KEYWORDS_OVERVIEW` | Keyword metrics overview |\n| `AHREFS_EXPLORE_MATCHING_TERMS_FOR_KEYWORDS` | Matching keyword variations |\n| `AHREFS_EXPLORE_KEYWORD_VOLUME_BY_COUNTRY` | Keyword volume across countries |\n| `AHREFS_RETRIEVE_ORGANIC_KEYWORDS` | Organic keyword rankings for a domain |\n| `AHREFS_RETRIEVE_SITE_EXPLORER_KEYWORDS_HISTORY` | Historical keyword ranking data |\n| `AHREFS_RETRIEVE_TOP_PAGES_FROM_SITE_EXPLORER` | Top performing pages by SEO metrics |\n| `AHREFS_GET_SERP_OVERVIEW` | SERP overview for specific keywords |\n\n---\n\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":54,"body":57},{"name":5,"description":7,"requires":55},{"mcp":56},[44],{"type":58,"children":59},"root",[60,67,81,100,104,111,176,179,185,192,197,212,217,377,388,391,397,402,424,429,516,521,551,560,563,569,574,588,592,757,766,769,775,780,801,806,850,855,934,943,946,952,957,971,975,1080,1089,1092,1098,1103,1117,1121,1242,1251,1254,1260,1429,1432,1438,1696,1699],{"type":61,"tag":62,"props":63,"children":64},"element","h1",{"id":4},[65],{"type":66,"value":5},"text",{"type":61,"tag":68,"props":69,"children":70},"p",{},[71,73,79],{"type":66,"value":72},"Run ",{"type":61,"tag":74,"props":75,"children":76},"strong",{},[77],{"type":66,"value":78},"Ahrefs",{"type":66,"value":80}," SEO analytics directly from Claude Code. Analyze backlink profiles, research keywords, track domain authority over time, audit organic keyword rankings, and batch-analyze multiple URLs without leaving your terminal.",{"type":61,"tag":68,"props":82,"children":83},{},[84,89,91],{"type":61,"tag":74,"props":85,"children":86},{},[87],{"type":66,"value":88},"Toolkit docs:",{"type":66,"value":90}," ",{"type":61,"tag":92,"props":93,"children":97},"a",{"href":94,"rel":95},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fahrefs",[96],"nofollow",[98],{"type":66,"value":99},"composio.dev\u002Ftoolkits\u002Fahrefs",{"type":61,"tag":101,"props":102,"children":103},"hr",{},[],{"type":61,"tag":105,"props":106,"children":108},"h2",{"id":107},"setup",[109],{"type":66,"value":110},"Setup",{"type":61,"tag":112,"props":113,"children":114},"ol",{},[115,134,139],{"type":61,"tag":116,"props":117,"children":118},"li",{},[119,121],{"type":66,"value":120},"Add the Composio MCP server to your configuration:\n",{"type":61,"tag":122,"props":123,"children":127},"pre",{"className":124,"code":126,"language":66},[125],"language-text","https:\u002F\u002Frube.app\u002Fmcp\n",[128],{"type":61,"tag":129,"props":130,"children":132},"code",{"__ignoreMap":131},"",[133],{"type":66,"value":126},{"type":61,"tag":116,"props":135,"children":136},{},[137],{"type":66,"value":138},"Connect your Ahrefs account when prompted. The agent will provide an authentication link.",{"type":61,"tag":116,"props":140,"children":141},{},[142,144,150,152,158,160,166,168,174],{"type":66,"value":143},"Most tools require a ",{"type":61,"tag":129,"props":145,"children":147},{"className":146},[],[148],{"type":66,"value":149},"target",{"type":66,"value":151}," (domain or URL) and a ",{"type":61,"tag":129,"props":153,"children":155},{"className":154},[],[156],{"type":66,"value":157},"country",{"type":66,"value":159}," code (ISO 3166-1 alpha-2). Some also require a ",{"type":61,"tag":129,"props":161,"children":163},{"className":162},[],[164],{"type":66,"value":165},"date",{"type":66,"value":167}," in ",{"type":61,"tag":129,"props":169,"children":171},{"className":170},[],[172],{"type":66,"value":173},"YYYY-MM-DD",{"type":66,"value":175}," format.",{"type":61,"tag":101,"props":177,"children":178},{},[],{"type":61,"tag":105,"props":180,"children":182},{"id":181},"core-workflows",[183],{"type":66,"value":184},"Core Workflows",{"type":61,"tag":186,"props":187,"children":189},"h3",{"id":188},"_1-site-explorer-metrics",[190],{"type":66,"value":191},"1. Site Explorer Metrics",{"type":61,"tag":68,"props":193,"children":194},{},[195],{"type":66,"value":196},"Retrieve comprehensive SEO metrics for a domain including backlink counts, referring domains, organic keyword rankings, and traffic estimates.",{"type":61,"tag":68,"props":198,"children":199},{},[200,205,206],{"type":61,"tag":74,"props":201,"children":202},{},[203],{"type":66,"value":204},"Tool:",{"type":66,"value":90},{"type":61,"tag":129,"props":207,"children":209},{"className":208},[],[210],{"type":66,"value":211},"AHREFS_RETRIEVE_SITE_EXPLORER_METRICS",{"type":61,"tag":68,"props":213,"children":214},{},[215],{"type":66,"value":216},"Key parameters:",{"type":61,"tag":218,"props":219,"children":220},"ul",{},[221,231,248,281,322,353],{"type":61,"tag":116,"props":222,"children":223},{},[224,229],{"type":61,"tag":129,"props":225,"children":227},{"className":226},[],[228],{"type":66,"value":149},{"type":66,"value":230}," (required) -- domain or URL to analyze",{"type":61,"tag":116,"props":232,"children":233},{},[234,239,241,246],{"type":61,"tag":129,"props":235,"children":237},{"className":236},[],[238],{"type":66,"value":165},{"type":66,"value":240}," (required) -- metrics date in ",{"type":61,"tag":129,"props":242,"children":244},{"className":243},[],[245],{"type":66,"value":173},{"type":66,"value":247}," format",{"type":61,"tag":116,"props":249,"children":250},{},[251,256,258,264,266,272,273,279],{"type":61,"tag":129,"props":252,"children":254},{"className":253},[],[255],{"type":66,"value":157},{"type":66,"value":257}," -- ISO country code (e.g., ",{"type":61,"tag":129,"props":259,"children":261},{"className":260},[],[262],{"type":66,"value":263},"us",{"type":66,"value":265},", ",{"type":61,"tag":129,"props":267,"children":269},{"className":268},[],[270],{"type":66,"value":271},"gb",{"type":66,"value":265},{"type":61,"tag":129,"props":274,"children":276},{"className":275},[],[277],{"type":66,"value":278},"de",{"type":66,"value":280},")",{"type":61,"tag":116,"props":282,"children":283},{},[284,290,292,298,299,305,306,312,314,320],{"type":61,"tag":129,"props":285,"children":287},{"className":286},[],[288],{"type":66,"value":289},"mode",{"type":66,"value":291}," -- scope: ",{"type":61,"tag":129,"props":293,"children":295},{"className":294},[],[296],{"type":66,"value":297},"exact",{"type":66,"value":265},{"type":61,"tag":129,"props":300,"children":302},{"className":301},[],[303],{"type":66,"value":304},"prefix",{"type":66,"value":265},{"type":61,"tag":129,"props":307,"children":309},{"className":308},[],[310],{"type":66,"value":311},"domain",{"type":66,"value":313},", or ",{"type":61,"tag":129,"props":315,"children":317},{"className":316},[],[318],{"type":66,"value":319},"subdomains",{"type":66,"value":321}," (default)",{"type":61,"tag":116,"props":323,"children":324},{},[325,331,333,339,340,346,347],{"type":61,"tag":129,"props":326,"children":328},{"className":327},[],[329],{"type":66,"value":330},"protocol",{"type":66,"value":332}," -- ",{"type":61,"tag":129,"props":334,"children":336},{"className":335},[],[337],{"type":66,"value":338},"both",{"type":66,"value":265},{"type":61,"tag":129,"props":341,"children":343},{"className":342},[],[344],{"type":66,"value":345},"http",{"type":66,"value":313},{"type":61,"tag":129,"props":348,"children":350},{"className":349},[],[351],{"type":66,"value":352},"https",{"type":61,"tag":116,"props":354,"children":355},{},[356,362,363,369,371],{"type":61,"tag":129,"props":357,"children":359},{"className":358},[],[360],{"type":66,"value":361},"volume_mode",{"type":66,"value":332},{"type":61,"tag":129,"props":364,"children":366},{"className":365},[],[367],{"type":66,"value":368},"monthly",{"type":66,"value":370}," or ",{"type":61,"tag":129,"props":372,"children":374},{"className":373},[],[375],{"type":66,"value":376},"average",{"type":61,"tag":68,"props":378,"children":379},{},[380,382],{"type":66,"value":381},"Example prompt: ",{"type":61,"tag":383,"props":384,"children":385},"em",{},[386],{"type":66,"value":387},"\"Get Ahrefs site metrics for example.com as of today in the US\"",{"type":61,"tag":101,"props":389,"children":390},{},[],{"type":61,"tag":186,"props":392,"children":394},{"id":393},"_2-historical-metrics-tracking",[395],{"type":66,"value":396},"2. Historical Metrics Tracking",{"type":61,"tag":68,"props":398,"children":399},{},[400],{"type":66,"value":401},"Track how a domain's SEO metrics have changed over time for trend analysis and competitive benchmarking.",{"type":61,"tag":68,"props":403,"children":404},{},[405,410,411,417,418],{"type":61,"tag":74,"props":406,"children":407},{},[408],{"type":66,"value":409},"Tools:",{"type":66,"value":90},{"type":61,"tag":129,"props":412,"children":414},{"className":413},[],[415],{"type":66,"value":416},"AHREFS_RETRIEVE_SITE_EXPLORER_METRICS_HISTORY",{"type":66,"value":265},{"type":61,"tag":129,"props":419,"children":421},{"className":420},[],[422],{"type":66,"value":423},"AHREFS_DOMAIN_RATING_HISTORY",{"type":61,"tag":68,"props":425,"children":426},{},[427],{"type":66,"value":428},"For full metrics history:",{"type":61,"tag":218,"props":430,"children":431},{},[432,442,458,469,499],{"type":61,"tag":116,"props":433,"children":434},{},[435,440],{"type":61,"tag":129,"props":436,"children":438},{"className":437},[],[439],{"type":66,"value":149},{"type":66,"value":441}," (required) -- domain to track",{"type":61,"tag":116,"props":443,"children":444},{},[445,451,453],{"type":61,"tag":129,"props":446,"children":448},{"className":447},[],[449],{"type":66,"value":450},"date_from",{"type":66,"value":452}," (required) -- start date in ",{"type":61,"tag":129,"props":454,"children":456},{"className":455},[],[457],{"type":66,"value":173},{"type":61,"tag":116,"props":459,"children":460},{},[461,467],{"type":61,"tag":129,"props":462,"children":464},{"className":463},[],[465],{"type":66,"value":466},"date_to",{"type":66,"value":468}," -- end date",{"type":61,"tag":116,"props":470,"children":471},{},[472,478,479,485,486,492,493,498],{"type":61,"tag":129,"props":473,"children":475},{"className":474},[],[476],{"type":66,"value":477},"history_grouping",{"type":66,"value":332},{"type":61,"tag":129,"props":480,"children":482},{"className":481},[],[483],{"type":66,"value":484},"daily",{"type":66,"value":265},{"type":61,"tag":129,"props":487,"children":489},{"className":488},[],[490],{"type":66,"value":491},"weekly",{"type":66,"value":313},{"type":61,"tag":129,"props":494,"children":496},{"className":495},[],[497],{"type":66,"value":368},{"type":66,"value":321},{"type":61,"tag":116,"props":500,"children":501},{},[502,508,510],{"type":61,"tag":129,"props":503,"children":505},{"className":504},[],[506],{"type":66,"value":507},"select",{"type":66,"value":509}," -- columns like ",{"type":61,"tag":129,"props":511,"children":513},{"className":512},[],[514],{"type":66,"value":515},"date,org_cost,org_traffic,paid_cost,paid_traffic",{"type":61,"tag":68,"props":517,"children":518},{},[519],{"type":66,"value":520},"For Domain Rating (DR) history:",{"type":61,"tag":218,"props":522,"children":523},{},[524],{"type":61,"tag":116,"props":525,"children":526},{},[527,532,534,539,540,545,546],{"type":61,"tag":129,"props":528,"children":530},{"className":529},[],[531],{"type":66,"value":149},{"type":66,"value":533}," (required), ",{"type":61,"tag":129,"props":535,"children":537},{"className":536},[],[538],{"type":66,"value":450},{"type":66,"value":533},{"type":61,"tag":129,"props":541,"children":543},{"className":542},[],[544],{"type":66,"value":466},{"type":66,"value":265},{"type":61,"tag":129,"props":547,"children":549},{"className":548},[],[550],{"type":66,"value":477},{"type":61,"tag":68,"props":552,"children":553},{},[554,555],{"type":66,"value":381},{"type":61,"tag":383,"props":556,"children":557},{},[558],{"type":66,"value":559},"\"Show me the monthly Domain Rating history for example.com over the last year\"",{"type":61,"tag":101,"props":561,"children":562},{},[],{"type":61,"tag":186,"props":564,"children":566},{"id":565},"_3-backlink-analysis",[567],{"type":66,"value":568},"3. Backlink Analysis",{"type":61,"tag":68,"props":570,"children":571},{},[572],{"type":66,"value":573},"Retrieve a comprehensive list of backlinks including source URLs, anchor text, link attributes, and referring domain metrics.",{"type":61,"tag":68,"props":575,"children":576},{},[577,581,582],{"type":61,"tag":74,"props":578,"children":579},{},[580],{"type":66,"value":204},{"type":66,"value":90},{"type":61,"tag":129,"props":583,"children":585},{"className":584},[],[586],{"type":66,"value":587},"AHREFS_FETCH_ALL_BACKLINKS",{"type":61,"tag":68,"props":589,"children":590},{},[591],{"type":66,"value":216},{"type":61,"tag":218,"props":593,"children":594},{},[595,605,622,633,664,696,726],{"type":61,"tag":116,"props":596,"children":597},{},[598,603],{"type":61,"tag":129,"props":599,"children":601},{"className":600},[],[602],{"type":66,"value":149},{"type":66,"value":604}," (required) -- domain or URL",{"type":61,"tag":116,"props":606,"children":607},{},[608,613,615,621],{"type":61,"tag":129,"props":609,"children":611},{"className":610},[],[612],{"type":66,"value":507},{"type":66,"value":614}," (required) -- comma-separated columns (e.g., ",{"type":61,"tag":129,"props":616,"children":618},{"className":617},[],[619],{"type":66,"value":620},"url_from,url_to,anchor,domain_rating_source,first_seen_link",{"type":66,"value":280},{"type":61,"tag":116,"props":623,"children":624},{},[625,631],{"type":61,"tag":129,"props":626,"children":628},{"className":627},[],[629],{"type":66,"value":630},"limit",{"type":66,"value":632}," (default 1000) -- number of results",{"type":61,"tag":116,"props":634,"children":635},{},[636,642,643,649,651,657,658],{"type":61,"tag":129,"props":637,"children":639},{"className":638},[],[640],{"type":66,"value":641},"aggregation",{"type":66,"value":332},{"type":61,"tag":129,"props":644,"children":646},{"className":645},[],[647],{"type":66,"value":648},"similar_links",{"type":66,"value":650}," (default), ",{"type":61,"tag":129,"props":652,"children":654},{"className":653},[],[655],{"type":66,"value":656},"1_per_domain",{"type":66,"value":313},{"type":61,"tag":129,"props":659,"children":661},{"className":660},[],[662],{"type":66,"value":663},"all",{"type":61,"tag":116,"props":665,"children":666},{},[667,672,673,678,679,684,685,690,691],{"type":61,"tag":129,"props":668,"children":670},{"className":669},[],[671],{"type":66,"value":289},{"type":66,"value":332},{"type":61,"tag":129,"props":674,"children":676},{"className":675},[],[677],{"type":66,"value":297},{"type":66,"value":265},{"type":61,"tag":129,"props":680,"children":682},{"className":681},[],[683],{"type":66,"value":304},{"type":66,"value":265},{"type":61,"tag":129,"props":686,"children":688},{"className":687},[],[689],{"type":66,"value":311},{"type":66,"value":313},{"type":61,"tag":129,"props":692,"children":694},{"className":693},[],[695],{"type":66,"value":319},{"type":61,"tag":116,"props":697,"children":698},{},[699,705,706,712,713,719,720],{"type":61,"tag":129,"props":700,"children":702},{"className":701},[],[703],{"type":66,"value":704},"history",{"type":66,"value":332},{"type":61,"tag":129,"props":707,"children":709},{"className":708},[],[710],{"type":66,"value":711},"live",{"type":66,"value":265},{"type":61,"tag":129,"props":714,"children":716},{"className":715},[],[717],{"type":66,"value":718},"since:YYYY-MM-DD",{"type":66,"value":313},{"type":61,"tag":129,"props":721,"children":723},{"className":722},[],[724],{"type":66,"value":725},"all_time",{"type":61,"tag":116,"props":727,"children":728},{},[729,735,737,743,744,750,751],{"type":61,"tag":129,"props":730,"children":732},{"className":731},[],[733],{"type":66,"value":734},"where",{"type":66,"value":736}," -- rich filter expressions on columns like ",{"type":61,"tag":129,"props":738,"children":740},{"className":739},[],[741],{"type":66,"value":742},"is_dofollow",{"type":66,"value":265},{"type":61,"tag":129,"props":745,"children":747},{"className":746},[],[748],{"type":66,"value":749},"domain_rating_source",{"type":66,"value":265},{"type":61,"tag":129,"props":752,"children":754},{"className":753},[],[755],{"type":66,"value":756},"anchor",{"type":61,"tag":68,"props":758,"children":759},{},[760,761],{"type":66,"value":381},{"type":61,"tag":383,"props":762,"children":763},{},[764],{"type":66,"value":765},"\"Get the top 100 dofollow backlinks to example.com with anchor text and referring DR\"",{"type":61,"tag":101,"props":767,"children":768},{},[],{"type":61,"tag":186,"props":770,"children":772},{"id":771},"_4-keyword-research",[773],{"type":66,"value":774},"4. Keyword Research",{"type":61,"tag":68,"props":776,"children":777},{},[778],{"type":66,"value":779},"Get keyword overview metrics and discover matching keyword variations for content strategy.",{"type":61,"tag":68,"props":781,"children":782},{},[783,787,788,794,795],{"type":61,"tag":74,"props":784,"children":785},{},[786],{"type":66,"value":409},{"type":66,"value":90},{"type":61,"tag":129,"props":789,"children":791},{"className":790},[],[792],{"type":66,"value":793},"AHREFS_EXPLORE_KEYWORDS_OVERVIEW",{"type":66,"value":265},{"type":61,"tag":129,"props":796,"children":798},{"className":797},[],[799],{"type":66,"value":800},"AHREFS_EXPLORE_MATCHING_TERMS_FOR_KEYWORDS",{"type":61,"tag":68,"props":802,"children":803},{},[804],{"type":66,"value":805},"For keyword overview:",{"type":61,"tag":218,"props":807,"children":808},{},[809,819,829,840],{"type":61,"tag":116,"props":810,"children":811},{},[812,817],{"type":61,"tag":129,"props":813,"children":815},{"className":814},[],[816],{"type":66,"value":507},{"type":66,"value":818}," (required) -- columns to return (volume, difficulty, CPC, etc.)",{"type":61,"tag":116,"props":820,"children":821},{},[822,827],{"type":61,"tag":129,"props":823,"children":825},{"className":824},[],[826],{"type":66,"value":157},{"type":66,"value":828}," (required) -- ISO country code",{"type":61,"tag":116,"props":830,"children":831},{},[832,838],{"type":61,"tag":129,"props":833,"children":835},{"className":834},[],[836],{"type":66,"value":837},"keywords",{"type":66,"value":839}," -- comma-separated keyword list",{"type":61,"tag":116,"props":841,"children":842},{},[843,848],{"type":61,"tag":129,"props":844,"children":846},{"className":845},[],[847],{"type":66,"value":734},{"type":66,"value":849}," -- filter by volume, difficulty, intent, etc.",{"type":61,"tag":68,"props":851,"children":852},{},[853],{"type":66,"value":854},"For matching terms:",{"type":61,"tag":218,"props":856,"children":857},{},[858,875,885,911],{"type":61,"tag":116,"props":859,"children":860},{},[861,866,868,873],{"type":61,"tag":129,"props":862,"children":864},{"className":863},[],[865],{"type":66,"value":507},{"type":66,"value":867}," (required) and ",{"type":61,"tag":129,"props":869,"children":871},{"className":870},[],[872],{"type":66,"value":157},{"type":66,"value":874}," (required)",{"type":61,"tag":116,"props":876,"children":877},{},[878,883],{"type":61,"tag":129,"props":879,"children":881},{"className":880},[],[882],{"type":66,"value":837},{"type":66,"value":884}," -- comma-separated seed keywords",{"type":61,"tag":116,"props":886,"children":887},{},[888,894,895,901,903,909],{"type":61,"tag":129,"props":889,"children":891},{"className":890},[],[892],{"type":66,"value":893},"match_mode",{"type":66,"value":332},{"type":61,"tag":129,"props":896,"children":898},{"className":897},[],[899],{"type":66,"value":900},"terms",{"type":66,"value":902}," (any order) or ",{"type":61,"tag":129,"props":904,"children":906},{"className":905},[],[907],{"type":66,"value":908},"phrase",{"type":66,"value":910}," (exact order)",{"type":61,"tag":116,"props":912,"children":913},{},[914,919,920,925,926,932],{"type":61,"tag":129,"props":915,"children":917},{"className":916},[],[918],{"type":66,"value":900},{"type":66,"value":332},{"type":61,"tag":129,"props":921,"children":923},{"className":922},[],[924],{"type":66,"value":663},{"type":66,"value":370},{"type":61,"tag":129,"props":927,"children":929},{"className":928},[],[930],{"type":66,"value":931},"questions",{"type":66,"value":933}," (question-format keywords only)",{"type":61,"tag":68,"props":935,"children":936},{},[937,938],{"type":66,"value":381},{"type":61,"tag":383,"props":939,"children":940},{},[941],{"type":66,"value":942},"\"Find keyword variations for 'project management' in the US with volume and difficulty\"",{"type":61,"tag":101,"props":944,"children":945},{},[],{"type":61,"tag":186,"props":947,"children":949},{"id":948},"_5-organic-keywords-audit",[950],{"type":66,"value":951},"5. Organic Keywords Audit",{"type":61,"tag":68,"props":953,"children":954},{},[955],{"type":66,"value":956},"See which keywords a domain ranks for in organic search, with position tracking and historical comparison.",{"type":61,"tag":68,"props":958,"children":959},{},[960,964,965],{"type":61,"tag":74,"props":961,"children":962},{},[963],{"type":66,"value":204},{"type":66,"value":90},{"type":61,"tag":129,"props":966,"children":968},{"className":967},[],[969],{"type":66,"value":970},"AHREFS_RETRIEVE_ORGANIC_KEYWORDS",{"type":61,"tag":68,"props":972,"children":973},{},[974],{"type":66,"value":216},{"type":61,"tag":218,"props":976,"children":977},{},[978,987,996,1011,1021,1032,1064],{"type":61,"tag":116,"props":979,"children":980},{},[981,986],{"type":61,"tag":129,"props":982,"children":984},{"className":983},[],[985],{"type":66,"value":149},{"type":66,"value":604},{"type":61,"tag":116,"props":988,"children":989},{},[990,995],{"type":61,"tag":129,"props":991,"children":993},{"className":992},[],[994],{"type":66,"value":157},{"type":66,"value":828},{"type":61,"tag":116,"props":997,"children":998},{},[999,1004,1006],{"type":61,"tag":129,"props":1000,"children":1002},{"className":1001},[],[1003],{"type":66,"value":165},{"type":66,"value":1005}," (required) -- date in ",{"type":61,"tag":129,"props":1007,"children":1009},{"className":1008},[],[1010],{"type":66,"value":173},{"type":61,"tag":116,"props":1012,"children":1013},{},[1014,1019],{"type":61,"tag":129,"props":1015,"children":1017},{"className":1016},[],[1018],{"type":66,"value":507},{"type":66,"value":1020}," -- columns to return (keyword, position, volume, traffic, URL, etc.)",{"type":61,"tag":116,"props":1022,"children":1023},{},[1024,1030],{"type":61,"tag":129,"props":1025,"children":1027},{"className":1026},[],[1028],{"type":66,"value":1029},"date_compared",{"type":66,"value":1031}," -- compare against a previous date",{"type":61,"tag":116,"props":1033,"children":1034},{},[1035,1040,1042,1048,1049,1055,1056,1062],{"type":61,"tag":129,"props":1036,"children":1038},{"className":1037},[],[1039],{"type":66,"value":734},{"type":66,"value":1041}," -- rich filter expressions on ",{"type":61,"tag":129,"props":1043,"children":1045},{"className":1044},[],[1046],{"type":66,"value":1047},"keyword",{"type":66,"value":265},{"type":61,"tag":129,"props":1050,"children":1052},{"className":1051},[],[1053],{"type":66,"value":1054},"volume",{"type":66,"value":265},{"type":61,"tag":129,"props":1057,"children":1059},{"className":1058},[],[1060],{"type":66,"value":1061},"best_position",{"type":66,"value":1063},", intent flags, etc.",{"type":61,"tag":116,"props":1065,"children":1066},{},[1067,1072,1074],{"type":61,"tag":129,"props":1068,"children":1070},{"className":1069},[],[1071],{"type":66,"value":630},{"type":66,"value":1073}," (default 1000), ",{"type":61,"tag":129,"props":1075,"children":1077},{"className":1076},[],[1078],{"type":66,"value":1079},"order_by",{"type":61,"tag":68,"props":1081,"children":1082},{},[1083,1084],{"type":66,"value":381},{"type":61,"tag":383,"props":1085,"children":1086},{},[1087],{"type":66,"value":1088},"\"Show all organic keywords where example.com ranks in the top 10 in the US\"",{"type":61,"tag":101,"props":1090,"children":1091},{},[],{"type":61,"tag":186,"props":1093,"children":1095},{"id":1094},"_6-batch-url-analysis",[1096],{"type":66,"value":1097},"6. Batch URL Analysis",{"type":61,"tag":68,"props":1099,"children":1100},{},[1101],{"type":66,"value":1102},"Analyze up to 100 URLs or domains simultaneously to compare SEO metrics across competitors or site sections.",{"type":61,"tag":68,"props":1104,"children":1105},{},[1106,1110,1111],{"type":61,"tag":74,"props":1107,"children":1108},{},[1109],{"type":66,"value":204},{"type":66,"value":90},{"type":61,"tag":129,"props":1112,"children":1114},{"className":1113},[],[1115],{"type":66,"value":1116},"AHREFS_BATCH_URL_ANALYSIS",{"type":61,"tag":68,"props":1118,"children":1119},{},[1120],{"type":66,"value":216},{"type":61,"tag":218,"props":1122,"children":1123},{},[1124,1199,1209,1219],{"type":61,"tag":116,"props":1125,"children":1126},{},[1127,1133,1135,1141,1142,1147,1149,1154,1156,1161,1162,1167,1168,1173,1175,1180,1181,1186,1187,1192,1193,1198],{"type":61,"tag":129,"props":1128,"children":1130},{"className":1129},[],[1131],{"type":66,"value":1132},"targets",{"type":66,"value":1134}," (required) -- array of objects with ",{"type":61,"tag":129,"props":1136,"children":1138},{"className":1137},[],[1139],{"type":66,"value":1140},"url",{"type":66,"value":265},{"type":61,"tag":129,"props":1143,"children":1145},{"className":1144},[],[1146],{"type":66,"value":289},{"type":66,"value":1148}," (",{"type":61,"tag":129,"props":1150,"children":1152},{"className":1151},[],[1153],{"type":66,"value":297},{"type":66,"value":1155},"\u002F",{"type":61,"tag":129,"props":1157,"children":1159},{"className":1158},[],[1160],{"type":66,"value":304},{"type":66,"value":1155},{"type":61,"tag":129,"props":1163,"children":1165},{"className":1164},[],[1166],{"type":66,"value":311},{"type":66,"value":1155},{"type":61,"tag":129,"props":1169,"children":1171},{"className":1170},[],[1172],{"type":66,"value":319},{"type":66,"value":1174},"), and ",{"type":61,"tag":129,"props":1176,"children":1178},{"className":1177},[],[1179],{"type":66,"value":330},{"type":66,"value":1148},{"type":61,"tag":129,"props":1182,"children":1184},{"className":1183},[],[1185],{"type":66,"value":338},{"type":66,"value":1155},{"type":61,"tag":129,"props":1188,"children":1190},{"className":1189},[],[1191],{"type":66,"value":345},{"type":66,"value":1155},{"type":61,"tag":129,"props":1194,"children":1196},{"className":1195},[],[1197],{"type":66,"value":352},{"type":66,"value":280},{"type":61,"tag":116,"props":1200,"children":1201},{},[1202,1207],{"type":61,"tag":129,"props":1203,"children":1205},{"className":1204},[],[1206],{"type":66,"value":507},{"type":66,"value":1208}," (required) -- array of column identifiers",{"type":61,"tag":116,"props":1210,"children":1211},{},[1212,1217],{"type":61,"tag":129,"props":1213,"children":1215},{"className":1214},[],[1216],{"type":66,"value":157},{"type":66,"value":1218}," -- ISO country code",{"type":61,"tag":116,"props":1220,"children":1221},{},[1222,1228,1229,1235,1236],{"type":61,"tag":129,"props":1223,"children":1225},{"className":1224},[],[1226],{"type":66,"value":1227},"output",{"type":66,"value":332},{"type":61,"tag":129,"props":1230,"children":1232},{"className":1231},[],[1233],{"type":66,"value":1234},"json",{"type":66,"value":370},{"type":61,"tag":129,"props":1237,"children":1239},{"className":1238},[],[1240],{"type":66,"value":1241},"php",{"type":61,"tag":68,"props":1243,"children":1244},{},[1245,1246],{"type":66,"value":381},{"type":61,"tag":383,"props":1247,"children":1248},{},[1249],{"type":66,"value":1250},"\"Compare SEO metrics for competitor1.com, competitor2.com, and competitor3.com\"",{"type":61,"tag":101,"props":1252,"children":1253},{},[],{"type":61,"tag":105,"props":1255,"children":1257},{"id":1256},"known-pitfalls",[1258],{"type":66,"value":1259},"Known Pitfalls",{"type":61,"tag":218,"props":1261,"children":1262},{},[1263,1280,1304,1336,1352,1369,1393],{"type":61,"tag":116,"props":1264,"children":1265},{},[1266,1271,1273,1278],{"type":61,"tag":74,"props":1267,"children":1268},{},[1269],{"type":66,"value":1270},"Column selection is required:",{"type":66,"value":1272}," Most Ahrefs tools require a ",{"type":61,"tag":129,"props":1274,"children":1276},{"className":1275},[],[1277],{"type":66,"value":507},{"type":66,"value":1279}," parameter specifying which columns to return. Omitting it or using invalid column names will cause errors. Refer to each tool's response schema for valid identifiers.",{"type":61,"tag":116,"props":1281,"children":1282},{},[1283,1288,1290,1295,1297,1302],{"type":61,"tag":74,"props":1284,"children":1285},{},[1286],{"type":66,"value":1287},"Date format consistency:",{"type":66,"value":1289}," Dates must be in ",{"type":61,"tag":129,"props":1291,"children":1293},{"className":1292},[],[1294],{"type":66,"value":173},{"type":66,"value":1296}," format. Some historical endpoints return data at the granularity set by ",{"type":61,"tag":129,"props":1298,"children":1300},{"className":1299},[],[1301],{"type":66,"value":477},{"type":66,"value":1303},", not by exact date.",{"type":61,"tag":116,"props":1305,"children":1306},{},[1307,1312,1314,1320,1321,1327,1328,1334],{"type":61,"tag":74,"props":1308,"children":1309},{},[1310],{"type":66,"value":1311},"API unit costs vary:",{"type":66,"value":1313}," Different columns consume different unit amounts. Columns marked with \"(5 units)\" or \"(10 units)\" in the schema are more expensive. Monitor API usage when requesting expensive columns like ",{"type":61,"tag":129,"props":1315,"children":1317},{"className":1316},[],[1318],{"type":66,"value":1319},"traffic",{"type":66,"value":265},{"type":61,"tag":129,"props":1322,"children":1324},{"className":1323},[],[1325],{"type":66,"value":1326},"refdomains_source",{"type":66,"value":313},{"type":61,"tag":129,"props":1329,"children":1331},{"className":1330},[],[1332],{"type":66,"value":1333},"difficulty",{"type":66,"value":1335},".",{"type":61,"tag":116,"props":1337,"children":1338},{},[1339,1344,1345,1350],{"type":61,"tag":74,"props":1340,"children":1341},{},[1342],{"type":66,"value":1343},"Batch limit is 100 targets:",{"type":66,"value":90},{"type":61,"tag":129,"props":1346,"children":1348},{"className":1347},[],[1349],{"type":66,"value":1116},{"type":66,"value":1351}," accepts up to 100 targets per request. For larger analyses, split into multiple batches.",{"type":61,"tag":116,"props":1353,"children":1354},{},[1355,1360,1362,1367],{"type":61,"tag":74,"props":1356,"children":1357},{},[1358],{"type":66,"value":1359},"Filter expressions are complex:",{"type":66,"value":1361}," The ",{"type":61,"tag":129,"props":1363,"children":1365},{"className":1364},[],[1366],{"type":66,"value":734},{"type":66,"value":1368}," parameter uses Ahrefs' filter expression syntax, not standard SQL. Consult the column descriptions in each tool's schema for supported filter types and value formats.",{"type":61,"tag":116,"props":1370,"children":1371},{},[1372,1377,1378,1384,1386,1391],{"type":61,"tag":74,"props":1373,"children":1374},{},[1375],{"type":66,"value":1376},"Deprecated offset parameter:",{"type":66,"value":1361},{"type":61,"tag":129,"props":1379,"children":1381},{"className":1380},[],[1382],{"type":66,"value":1383},"offset",{"type":66,"value":1385}," parameter was deprecated on May 31, 2024. Use cursor-based pagination or adjust ",{"type":61,"tag":129,"props":1387,"children":1389},{"className":1388},[],[1390],{"type":66,"value":630},{"type":66,"value":1392}," instead.",{"type":61,"tag":116,"props":1394,"children":1395},{},[1396,1401,1403,1408,1410,1415,1417,1422,1423,1428],{"type":61,"tag":74,"props":1397,"children":1398},{},[1399],{"type":66,"value":1400},"Mode affects scope significantly:",{"type":66,"value":1402}," Setting ",{"type":61,"tag":129,"props":1404,"children":1406},{"className":1405},[],[1407],{"type":66,"value":289},{"type":66,"value":1409}," to ",{"type":61,"tag":129,"props":1411,"children":1413},{"className":1412},[],[1414],{"type":66,"value":319},{"type":66,"value":1416}," (the default) includes all subdomains, which can dramatically increase result counts compared to ",{"type":61,"tag":129,"props":1418,"children":1420},{"className":1419},[],[1421],{"type":66,"value":311},{"type":66,"value":370},{"type":61,"tag":129,"props":1424,"children":1426},{"className":1425},[],[1427],{"type":66,"value":297},{"type":66,"value":1335},{"type":61,"tag":101,"props":1430,"children":1431},{},[],{"type":61,"tag":105,"props":1433,"children":1435},{"id":1434},"quick-reference",[1436],{"type":66,"value":1437},"Quick Reference",{"type":61,"tag":1439,"props":1440,"children":1441},"table",{},[1442,1461],{"type":61,"tag":1443,"props":1444,"children":1445},"thead",{},[1446],{"type":61,"tag":1447,"props":1448,"children":1449},"tr",{},[1450,1456],{"type":61,"tag":1451,"props":1452,"children":1453},"th",{},[1454],{"type":66,"value":1455},"Tool Slug",{"type":61,"tag":1451,"props":1457,"children":1458},{},[1459],{"type":66,"value":1460},"Description",{"type":61,"tag":1462,"props":1463,"children":1464},"tbody",{},[1465,1482,1498,1514,1530,1547,1564,1580,1596,1612,1629,1645,1662,1679],{"type":61,"tag":1447,"props":1466,"children":1467},{},[1468,1477],{"type":61,"tag":1469,"props":1470,"children":1471},"td",{},[1472],{"type":61,"tag":129,"props":1473,"children":1475},{"className":1474},[],[1476],{"type":66,"value":211},{"type":61,"tag":1469,"props":1478,"children":1479},{},[1480],{"type":66,"value":1481},"Current SEO metrics for a domain\u002FURL",{"type":61,"tag":1447,"props":1483,"children":1484},{},[1485,1493],{"type":61,"tag":1469,"props":1486,"children":1487},{},[1488],{"type":61,"tag":129,"props":1489,"children":1491},{"className":1490},[],[1492],{"type":66,"value":416},{"type":61,"tag":1469,"props":1494,"children":1495},{},[1496],{"type":66,"value":1497},"Historical SEO metrics over time",{"type":61,"tag":1447,"props":1499,"children":1500},{},[1501,1509],{"type":61,"tag":1469,"props":1502,"children":1503},{},[1504],{"type":61,"tag":129,"props":1505,"children":1507},{"className":1506},[],[1508],{"type":66,"value":423},{"type":61,"tag":1469,"props":1510,"children":1511},{},[1512],{"type":66,"value":1513},"Domain Rating (DR) history",{"type":61,"tag":1447,"props":1515,"children":1516},{},[1517,1525],{"type":61,"tag":1469,"props":1518,"children":1519},{},[1520],{"type":61,"tag":129,"props":1521,"children":1523},{"className":1522},[],[1524],{"type":66,"value":587},{"type":61,"tag":1469,"props":1526,"children":1527},{},[1528],{"type":66,"value":1529},"Comprehensive backlink list with filtering",{"type":61,"tag":1447,"props":1531,"children":1532},{},[1533,1542],{"type":61,"tag":1469,"props":1534,"children":1535},{},[1536],{"type":61,"tag":129,"props":1537,"children":1539},{"className":1538},[],[1540],{"type":66,"value":1541},"AHREFS_FETCH_SITE_EXPLORER_REFERRING_DOMAINS",{"type":61,"tag":1469,"props":1543,"children":1544},{},[1545],{"type":66,"value":1546},"List of referring domains",{"type":61,"tag":1447,"props":1548,"children":1549},{},[1550,1559],{"type":61,"tag":1469,"props":1551,"children":1552},{},[1553],{"type":61,"tag":129,"props":1554,"children":1556},{"className":1555},[],[1557],{"type":66,"value":1558},"AHREFS_GET_SITE_EXPLORER_COUNTRY_METRICS",{"type":61,"tag":1469,"props":1560,"children":1561},{},[1562],{"type":66,"value":1563},"Country-level traffic breakdown",{"type":61,"tag":1447,"props":1565,"children":1566},{},[1567,1575],{"type":61,"tag":1469,"props":1568,"children":1569},{},[1570],{"type":61,"tag":129,"props":1571,"children":1573},{"className":1572},[],[1574],{"type":66,"value":1116},{"type":61,"tag":1469,"props":1576,"children":1577},{},[1578],{"type":66,"value":1579},"Batch analysis of up to 100 URLs",{"type":61,"tag":1447,"props":1581,"children":1582},{},[1583,1591],{"type":61,"tag":1469,"props":1584,"children":1585},{},[1586],{"type":61,"tag":129,"props":1587,"children":1589},{"className":1588},[],[1590],{"type":66,"value":793},{"type":61,"tag":1469,"props":1592,"children":1593},{},[1594],{"type":66,"value":1595},"Keyword metrics overview",{"type":61,"tag":1447,"props":1597,"children":1598},{},[1599,1607],{"type":61,"tag":1469,"props":1600,"children":1601},{},[1602],{"type":61,"tag":129,"props":1603,"children":1605},{"className":1604},[],[1606],{"type":66,"value":800},{"type":61,"tag":1469,"props":1608,"children":1609},{},[1610],{"type":66,"value":1611},"Matching keyword variations",{"type":61,"tag":1447,"props":1613,"children":1614},{},[1615,1624],{"type":61,"tag":1469,"props":1616,"children":1617},{},[1618],{"type":61,"tag":129,"props":1619,"children":1621},{"className":1620},[],[1622],{"type":66,"value":1623},"AHREFS_EXPLORE_KEYWORD_VOLUME_BY_COUNTRY",{"type":61,"tag":1469,"props":1625,"children":1626},{},[1627],{"type":66,"value":1628},"Keyword volume across countries",{"type":61,"tag":1447,"props":1630,"children":1631},{},[1632,1640],{"type":61,"tag":1469,"props":1633,"children":1634},{},[1635],{"type":61,"tag":129,"props":1636,"children":1638},{"className":1637},[],[1639],{"type":66,"value":970},{"type":61,"tag":1469,"props":1641,"children":1642},{},[1643],{"type":66,"value":1644},"Organic keyword rankings for a domain",{"type":61,"tag":1447,"props":1646,"children":1647},{},[1648,1657],{"type":61,"tag":1469,"props":1649,"children":1650},{},[1651],{"type":61,"tag":129,"props":1652,"children":1654},{"className":1653},[],[1655],{"type":66,"value":1656},"AHREFS_RETRIEVE_SITE_EXPLORER_KEYWORDS_HISTORY",{"type":61,"tag":1469,"props":1658,"children":1659},{},[1660],{"type":66,"value":1661},"Historical keyword ranking data",{"type":61,"tag":1447,"props":1663,"children":1664},{},[1665,1674],{"type":61,"tag":1469,"props":1666,"children":1667},{},[1668],{"type":61,"tag":129,"props":1669,"children":1671},{"className":1670},[],[1672],{"type":66,"value":1673},"AHREFS_RETRIEVE_TOP_PAGES_FROM_SITE_EXPLORER",{"type":61,"tag":1469,"props":1675,"children":1676},{},[1677],{"type":66,"value":1678},"Top performing pages by SEO metrics",{"type":61,"tag":1447,"props":1680,"children":1681},{},[1682,1691],{"type":61,"tag":1469,"props":1683,"children":1684},{},[1685],{"type":61,"tag":129,"props":1686,"children":1688},{"className":1687},[],[1689],{"type":66,"value":1690},"AHREFS_GET_SERP_OVERVIEW",{"type":61,"tag":1469,"props":1692,"children":1693},{},[1694],{"type":66,"value":1695},"SERP overview for specific keywords",{"type":61,"tag":101,"props":1697,"children":1698},{},[],{"type":61,"tag":68,"props":1700,"children":1701},{},[1702],{"type":61,"tag":383,"props":1703,"children":1704},{},[1705,1707],{"type":66,"value":1706},"Powered by ",{"type":61,"tag":92,"props":1708,"children":1711},{"href":1709,"rel":1710},"https:\u002F\u002Fcomposio.dev",[96],[1712],{"type":66,"value":10},{"items":1714,"total":1858},[1715,1729,1745,1754,1764,1776,1785,1798,1812,1825,1838,1848],{"slug":1716,"name":1717,"fn":1718,"description":1719,"org":1720,"tags":1721,"stars":28,"repoUrl":29,"updatedAt":1728},"21risk-automation","-21risk-automation","automate 21risk compliance and safety tasks","Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1722,1723,1724,1725],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},{"name":1726,"slug":1727,"type":17},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":1730,"name":1731,"fn":1732,"description":1733,"org":1734,"tags":1735,"stars":28,"repoUrl":29,"updatedAt":1744},"2chat-automation","-2chat-automation","automate 2chat messaging tasks","Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1736,1737,1740,1741],{"name":23,"slug":24,"type":17},{"name":1738,"slug":1739,"type":17},"Communications","communications",{"name":26,"slug":27,"type":17},{"name":1742,"slug":1743,"type":17},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":1746,"name":1746,"fn":1747,"description":1748,"org":1749,"tags":1750,"stars":28,"repoUrl":29,"updatedAt":1753},"ably-automation","automate Ably tasks with Composio","Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1751,1752],{"name":23,"slug":24,"type":17},{"name":26,"slug":27,"type":17},"2026-07-12T08:09:55.453088",{"slug":1755,"name":1755,"fn":1756,"description":1757,"org":1758,"tags":1759,"stars":28,"repoUrl":29,"updatedAt":1763},"abstract-automation","automate Abstract tasks via Composio","Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1760,1761,1762],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},"2026-07-15T05:45:16.470309",{"slug":1765,"name":1765,"fn":1766,"description":1767,"org":1768,"tags":1769,"stars":28,"repoUrl":29,"updatedAt":1775},"abuselpdb-automation","automate Abuselpdb tasks via Composio","Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1770,1771,1772],{"name":23,"slug":24,"type":17},{"name":26,"slug":27,"type":17},{"name":1773,"slug":1774,"type":17},"Security","security","2026-07-15T05:56:20.013366",{"slug":1777,"name":1777,"fn":1778,"description":1779,"org":1780,"tags":1781,"stars":28,"repoUrl":29,"updatedAt":1784},"abyssale-automation","automate Abyssale tasks via Composio","Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1782,1783],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},"2026-07-15T05:54:50.762889",{"slug":1786,"name":1786,"fn":1787,"description":1788,"org":1789,"tags":1790,"stars":28,"repoUrl":29,"updatedAt":1797},"accelo-automation","automate Accelo tasks via Composio","Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1791,1792,1793,1796],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":1794,"slug":1795,"type":17},"CRM","crm",{"name":26,"slug":27,"type":17},"2026-07-15T05:48:43.429136",{"slug":1799,"name":1799,"fn":1800,"description":1801,"org":1802,"tags":1803,"stars":28,"repoUrl":29,"updatedAt":1811},"accredible-certificates-automation","automate Accredible certificate management","Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1804,1805,1808],{"name":23,"slug":24,"type":17},{"name":1806,"slug":1807,"type":17},"Documents","documents",{"name":1809,"slug":1810,"type":17},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":1813,"name":1813,"fn":1814,"description":1815,"org":1816,"tags":1817,"stars":28,"repoUrl":29,"updatedAt":1824},"acculynx-automation","automate Acculynx construction management tasks","Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1818,1819,1820,1821],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},{"name":1822,"slug":1823,"type":17},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":1826,"name":1826,"fn":1827,"description":1828,"org":1829,"tags":1830,"stars":28,"repoUrl":29,"updatedAt":1837},"active-campaign-automation","automate ActiveCampaign marketing and CRM tasks","Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1831,1832,1833,1834],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":1794,"slug":1795,"type":17},{"name":1835,"slug":1836,"type":17},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":1839,"name":1839,"fn":1840,"description":1841,"org":1842,"tags":1843,"stars":28,"repoUrl":29,"updatedAt":1847},"addresszen-automation","automate Addresszen address validation","Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1844,1845,1846],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},"2026-07-15T05:47:51.742515",{"slug":1849,"name":1849,"fn":1850,"description":1851,"org":1852,"tags":1853,"stars":28,"repoUrl":29,"updatedAt":1857},"adobe-automation","automate Adobe tasks via Composio","Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1854,1855,1856],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},"2026-07-15T05:45:05.303254",863,{"items":1860,"total":1904},[1861,1868,1875,1880,1886,1892,1897],{"slug":1716,"name":1717,"fn":1718,"description":1719,"org":1862,"tags":1863,"stars":28,"repoUrl":29,"updatedAt":1728},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1864,1865,1866,1867],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},{"name":1726,"slug":1727,"type":17},{"slug":1730,"name":1731,"fn":1732,"description":1733,"org":1869,"tags":1870,"stars":28,"repoUrl":29,"updatedAt":1744},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1871,1872,1873,1874],{"name":23,"slug":24,"type":17},{"name":1738,"slug":1739,"type":17},{"name":26,"slug":27,"type":17},{"name":1742,"slug":1743,"type":17},{"slug":1746,"name":1746,"fn":1747,"description":1748,"org":1876,"tags":1877,"stars":28,"repoUrl":29,"updatedAt":1753},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1878,1879],{"name":23,"slug":24,"type":17},{"name":26,"slug":27,"type":17},{"slug":1755,"name":1755,"fn":1756,"description":1757,"org":1881,"tags":1882,"stars":28,"repoUrl":29,"updatedAt":1763},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1883,1884,1885],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":26,"slug":27,"type":17},{"slug":1765,"name":1765,"fn":1766,"description":1767,"org":1887,"tags":1888,"stars":28,"repoUrl":29,"updatedAt":1775},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1889,1890,1891],{"name":23,"slug":24,"type":17},{"name":26,"slug":27,"type":17},{"name":1773,"slug":1774,"type":17},{"slug":1777,"name":1777,"fn":1778,"description":1779,"org":1893,"tags":1894,"stars":28,"repoUrl":29,"updatedAt":1784},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1895,1896],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"slug":1786,"name":1786,"fn":1787,"description":1788,"org":1898,"tags":1899,"stars":28,"repoUrl":29,"updatedAt":1797},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1900,1901,1902,1903],{"name":23,"slug":24,"type":17},{"name":10,"slug":9,"type":17},{"name":1794,"slug":1795,"type":17},{"name":26,"slug":27,"type":17},860]