# Blog Topic Ideation UK

**Use case:** 

Generate blog post ideas by scraping popular search queries and trending topics in the UK market. This provides a data-driven approach to content creation, ensu

## Input

```json
{
  "queries": [
    "how to start a podcast UK",
    "best investment apps UK",
    "home office setup ideas UK",
    "sustainable fashion brands UK",
    "electric car charging points UK"
  ],
  "maxResultsPerQuery": 30,
  "market": "en-GB",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "position": {
    "label": "#",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  }
}
```

## About this Actor

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