# Bing Locale Comparison US UK SERP Scraper

**Use case:** 

Collect public Bing search results for locale comparison us uk with rank position, title, URL, snippet, sitelinks, related searches, market, language, and...

## Input

```json
{
  "queries": [
    "locale comparison us uk",
    "locale comparison us uk tools",
    "locale comparison us uk examples"
  ],
  "startUrls": [
    {
      "url": "https://www.bing.com/search?q=apify&count=10"
    }
  ],
  "maxResultsPerQuery": 20,
  "market": "en-GB",
  "language": "en",
  "safeSearch": "Moderate",
  "includeRelatedSearches": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "displayUrl": {
    "label": "Display URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "cachedUrl": {
    "label": "Cached URL",
    "format": "string"
  },
  "sitelinks": {
    "label": "Sitelinks",
    "format": "array"
  },
  "relatedSearches": {
    "label": "Related searches",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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