# Find Top Organic Keywords for Any Website

**Use case:** 

Discover the organic keywords driving search traffic to any website. Get top keywords, Google positions, estimated search traffic, search volume, and previous ranking positions from Ahrefs - No Ahrefs account required

## Input

```json
{
  "keyword": "agentic ai",
  "url": "openai.com",
  "country": "us",
  "mode": "subdomains",
  "include_web_authority": false,
  "include_traffic": false,
  "include_ai_overview": false,
  "include_ai_mode": false,
  "include_ai_visibility": false,
  "include_keywords": true,
  "include_keywords_difficulty": false,
  "include_keywords_ranking": false,
  "include_serp": false,
  "include_backlinks": false,
  "include_broken_links": false,
  "include_competitors": false,
  "include_xml_sitemap": false,
  "include_top_websites": false,
  "category_top_websites": "all",
  "country_top_websites": "worldwide"
}
```

## Output

```json
{
  "data_captured_at": {
    "label": "Data Captured At",
    "format": "string"
  },
  "type": {
    "label": "Data Type",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "keyword_ideas": {
    "label": "Keyword Ideas",
    "format": "array"
  },
  "keyword_ideas_count": {
    "label": "Keyword Ideas Count",
    "format": "number"
  },
  "keyword_ideas_questions": {
    "label": "Keyword Ideas Questions",
    "format": "array"
  },
  "keyword_ideas_questions_count": {
    "label": "Keyword Ideas Questions Count",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Ahrefs Scraper](https://apify.com/radeance/ahrefs-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/radeance/ahrefs-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/radeance/ahrefs-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
