# Find Blog Content Topic Suggestions (UK English)

**Use case:** 

Identify popular questions and related topics for your blog content strategy targeting a UK audience. This ensures your content directly addresses user queries,

## Input

```json
{
  "keywords": [
    "sustainable fashion",
    "remote work productivity",
    "vegan meal prep"
  ],
  "mode": "questions",
  "country": "GB",
  "language": "en",
  "maxItemsPerKeyword": 100,
  "outputFormat": "flat"
}
```

## Output

```json
{
  "text": {
    "label": "Text"
  },
  "source_keyword": {
    "label": "Source keyword"
  },
  "mode": {
    "label": "Mode"
  },
  "language": {
    "label": "Language"
  },
  "country": {
    "label": "Country"
  },
  "relevance": {
    "label": "Relevance"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Keywords Suggest Scraper Pro](https://apify.com/crawlerbros/google-keywords-suggest-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-keywords-suggest-scraper-pro) to learn more, explore other use cases, and run it yourself.