# Generate Keyword Ideas for Blog and SEO Content

**Use case:** 

Find hundreds of related keywords and People-Also-Ask questions for any seed term across Google, Bing, YouTube and ChatGPT — with volume and difficulty labels.

## Input

```json
{
  "searchType": "keyword_ideas",
  "urls": [
    "ahrefs.com"
  ],
  "mode": "subdomains",
  "keyword": "email marketing",
  "country": "us",
  "searchEngine": "Google",
  "topWebsitesMode": "ranking",
  "topWebsitesCountry": "worldwide",
  "topWebsitesCategory": "all",
  "topWebsitesLimit": 100,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxRetries": 5
}
```

## Output

```json
{
  "sourceKeyword": {
    "label": "Source Keyword",
    "format": "string"
  },
  "searchEngine": {
    "label": "Engine",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Ahrefs All-in-One SEO Scraper - DR, Backlinks, Keywords](https://apify.com/pro100chok/ahrefs-seo-tools) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pro100chok/ahrefs-seo-tools) to learn more, explore other use cases, and run it yourself.