83150fdc08
Renames: - ab-test-setup → ab-testing - analytics-tracking → analytics - competitor-alternatives → competitors - email-sequence → emails - free-tool-strategy → free-tools - launch-strategy → launch - onboarding-cro → onboarding - paywall-upgrade-cro → paywalls - popup-cro → popups - pricing-strategy → pricing - product-marketing-context → product-marketing - referral-program → referrals - schema-markup → schema - signup-flow-cro → signup - social-content → social Updates all cross-references in skills, references, tools, marketplace.json, README, AGENTS.md, and CONTRIBUTING.md. BREAKING: Users with installed skills will need to reinstall. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2.9 KiB
2.9 KiB
Ahrefs
SEO toolset for backlink analysis, keyword research, and competitive research.
Capabilities
| Integration | Available | Notes |
|---|---|---|
| API | ✓ | REST API for Site Explorer, Keywords Explorer |
| MCP | - | Not available |
| CLI | - | Not available |
| SDK | - | API-only |
Authentication
- Type: API Token
- Header:
Authorization: Bearer {api_token} - Get token: Account Settings > API in Ahrefs dashboard
Common Agent Operations
Domain rating
GET https://api.ahrefs.com/v3/site-explorer/domain-rating?target=example.com
Authorization: Bearer {api_token}
Backlinks overview
GET https://api.ahrefs.com/v3/site-explorer/backlinks-stats?target=example.com&mode=domain
Authorization: Bearer {api_token}
Referring domains
GET https://api.ahrefs.com/v3/site-explorer/refdomains?target=example.com&mode=domain&limit=100
Authorization: Bearer {api_token}
Backlinks list
GET https://api.ahrefs.com/v3/site-explorer/backlinks?target=example.com&mode=domain&limit=100
Authorization: Bearer {api_token}
Organic keywords
GET https://api.ahrefs.com/v3/site-explorer/organic-keywords?target=example.com&mode=domain&country=us&limit=100
Authorization: Bearer {api_token}
Top pages
GET https://api.ahrefs.com/v3/site-explorer/top-pages?target=example.com&mode=domain&country=us&limit=50
Authorization: Bearer {api_token}
Keyword overview
GET https://api.ahrefs.com/v3/keywords-explorer/overview?keywords=keyword1,keyword2&country=us
Authorization: Bearer {api_token}
Keyword suggestions
GET https://api.ahrefs.com/v3/keywords-explorer/matching-terms?keyword=seed+keyword&country=us&limit=100
Authorization: Bearer {api_token}
SERP overview
GET https://api.ahrefs.com/v3/keywords-explorer/serp-overview?keyword=target+keyword&country=us
Authorization: Bearer {api_token}
Key Metrics
Domain Metrics
domain_rating- Domain Rating (DR)ahrefs_rank- Ahrefs Rankreferring_domains- Referring domains countbacklinks- Total backlinksorganic_traffic- Estimated organic traffic
Keyword Metrics
volume- Monthly search volumekeyword_difficulty- KD score (0-100)cpc- Cost per clickclicks- Estimated monthly clicksglobal_volume- Global search volume
Backlink Fields
url_from- Source URLurl_to- Target URLanchor- Anchor textdomain_rating_source- Source DRfirst_seen- First discovery date
Modes
domain- Entire domainsubdomains- Domain + subdomainsprefix- URL prefixexact- Exact URL
When to Use
- Backlink analysis
- Link building research
- Keyword research
- Competitive analysis
- Content gap analysis
- Site audits
Rate Limits
- Varies by plan
- 500-5000 rows per request
Relevant Skills
- seo-audit
- content-strategy
- competitors