# Do Bing Keyword Research from a Seed Keyword

**Use case:** 

Do Bing keyword research from a seed keyword. Export real long-tail suggestions and question keywords with volume and difficulty from Bing autocomplete.

## Input

```json
{
  "keywords": [
    "vpn"
  ],
  "sources": [
    "bing"
  ],
  "expansionModes": [
    "suggestions",
    "questions"
  ],
  "country": "US",
  "language": "en",
  "maxDepth": 1,
  "maxKeywordsPerSeed": 0,
  "maxKeywords": 1000,
  "includeMetrics": true,
  "dedupe": true,
  "monitorMode": false,
  "monitorStoreName": "keyword-research-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "seedKeyword": {
    "label": "Seed",
    "format": "text"
  },
  "sources": {
    "label": "Engines",
    "format": "array"
  },
  "sourceCount": {
    "label": "# Engines",
    "format": "number"
  },
  "expansionType": {
    "label": "Type",
    "format": "text"
  },
  "bestRank": {
    "label": "Rank",
    "format": "number"
  },
  "opportunityScore": {
    "label": "Score",
    "format": "number"
  },
  "wordCount": {
    "label": "Words",
    "format": "number"
  },
  "isQuestion": {
    "label": "Question",
    "format": "boolean"
  },
  "country": {
    "label": "Country",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Keyword Research Scraper - Google, YouTube, Amazon & More](https://apify.com/scrapesage/keyword-research-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/keyword-research-scraper) to learn more, explore other use cases, and run it yourself.