# Bing Web Scraping Tools SERP Scraper

**Use case:** 

Scrape Bing search results for web scraping tools and export organic rankings, titles, URLs, snippets, and positions.

## Input

```json
{
  "queries": [
    "web scraping tools",
    "best web scraping API"
  ],
  "maxResultsPerQuery": 20,
  "market": "en-US",
  "safeSearch": "Moderate"
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "position": {
    "label": "#",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "page": {
    "label": "Page",
    "format": "number"
  }
}
```

## About this Actor

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