# Discover related keywords for content strategy

**Use case:** 

Extract related search suggestions across Google and Bing to expand your keyword list. Structured data for content strategy and SEO keyword research.

## Input

```json
{
  "queries": [
    "email marketing",
    "content marketing"
  ],
  "maxPagesPerQuery": 3,
  "maxResultsPerQuery": 20,
  "saveHtml": false
}
```

## Output

```json
{
  "title": {
    "label": "Related Query",
    "format": "string"
  },
  "url": {
    "label": "Search URL",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Dogpile Search Scraper - Metasearch SERP API](https://apify.com/jaybird/dogpile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jaybird/dogpile-scraper) to learn more, explore other use cases, and run it yourself.