> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/integrations/ahrefs.md).

# Ahrefs

Ahrefs is an SEO platform that provides comprehensive data about websites, backlinks, keywords, rankings, and search visibility. By connecting Ahrefs to JetAdmin, you can access this data directly from AI Agents and workflows to automate SEO analysis, competitor research, and content planning.

### Connecting Ahrefs

To connect your Ahrefs account:

1. Open the **Data** tab from the left sidebar.
2. Click **Add Resource**.
3. Select **Ahrefs** from the list of available resources.
4. Authenticate your Ahrefs account.

{% @arcade/embed flowId="7qRyqzRWsUKBgYNTzner" url="<https://app.arcade.software/share/7qRyqzRWsUKBgYNTzner>" %}

{% hint style="info" %}
Once connected, the Ahrefs resource becomes available anywhere JetAdmin supports data resources.
{% endhint %}

### What can it do?

The Ahrefs integration gives JetAdmin access to your Ahrefs account and SEO data.

From JetAdmin, you can:

* Analyze domains and URLs
* Retrieve backlink and referring domain data
* Research keywords and search volume
* Monitor keyword rankings
* Access Site Audit results
* Explore Brand Radar insights
* Use SEO data inside AI Agents and workflows

### Where to use it?

Ahrefs is most useful whenever your application or AI Agent needs SEO insights, website analytics, or competitive intelligence.

You can use it in:

| JetAdmin feature   | Common use cases                                                                            |
| ------------------ | ------------------------------------------------------------------------------------------- |
| **AI Agents**      | Answer SEO questions, analyze websites, compare competitors, research keywords              |
| **Workflows**      | Generate SEO reports, monitor rankings, automate competitor analysis, enrich marketing data |
| **Internal tools** | Build SEO dashboards, backlink explorers, keyword research tools, or marketing reports      |

Typical business use cases include:

* SEO audits
* Competitor analysis
* Backlink monitoring
* Keyword research
* Content strategy
* Rank tracking
* Website health monitoring
* Brand visibility analysis

### Available tools (Actions)

Ahrefs provides **130+ actions** across several SEO products.

| Category              | Description                                                                                                                          |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **Site Explorer**     | Analyze domains, URLs, backlinks, referring domains, organic traffic, competitors, top pages, anchors, historical metrics, and more. |
| **Keywords Explorer** | Research keyword metrics, search volume, keyword ideas, related terms, SERP results, and search trends.                              |
| **Rank Tracker**      | Monitor keyword rankings, competitor rankings, SERP performance, and ranking history.                                                |
| **Site Audit**        | Access crawl results, website health scores, SEO issues, page explorer, and page content.                                            |
| **Brand Radar**       | Analyze AI chatbot mentions, brand visibility, cited domains, impressions, share of voice, and historical trends.                    |
| **Batch Analysis**    | Analyze multiple domains or URLs in a single request.                                                                                |

### Example prompts for AI Agents

#### Analyze a website

```
Analyze example.com using Ahrefs and summarize its domain authority, backlink profile, and estimated organic traffic.
```

#### Find backlink opportunities

```
Show the top referring domains for example.com and identify high-quality backlink opportunities.
```

#### Research keywords

```
Find the best keywords related to "project management software" with high search volume and low competition.
```

#### Compare competitors

```
Compare example.com with its top three organic competitors and summarize the biggest SEO differences.
```

#### Review website health

```
Retrieve the latest Site Audit results and summarize the highest priority SEO issues.
```

#### Analyze AI visibility

```
Use Brand Radar to show how often our brand appears in AI chatbot responses and compare it with our competitors.
```

### Example

This example demonstrates how an AI Agent can analyze a website with Ahrefs and generate an SEO report.

{% @arcade/embed flowId="vYstzWvgcRLxDtZtNDph" url="<https://app.arcade.software/share/vYstzWvgcRLxDtZtNDph>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.jetadmin.io/user-guide/integrations/ahrefs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
