# B2B Keyword Research for German CRM and ERP Markets

**Use case:** 

Generate extensive keyword ideas and live SERP data for CRM and ERP software in the German market. Includes autocomplete and related searches.

## Input

```json
{
  "keywords": [
    "CRM Software Vergleich",
    "ERP System kleine Unternehmen"
  ],
  "keyword": "ai agent framework",
  "maxSerpResults": 10,
  "includeAutocomplete": true,
  "expansion": "standard",
  "includeSerp": true,
  "includePaa": true,
  "includeRelated": true,
  "region": "de-de",
  "concurrency": 3,
  "useApifyProxy": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "suggestionCount": {
    "label": "Ideas",
    "format": "integer"
  },
  "serpCount": {
    "label": "SERP",
    "format": "integer"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SERP & Keyword Research — Keyword Ideas API for AI Agents](https://apify.com/logiover/serp-keyword-research) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/serp-keyword-research) to learn more, explore other use cases, and run it yourself.