# Bing Search From Claude via MCP

**Use case:** 

Give Claude live Bing results via MCP: organic rows with position, title, snippet and real urls, mid-conversation. Billed per page of results.

## Input

```json
{
  "query": "apify",
  "max_pages": 1,
  "include_ads": true,
  "safe_search": "Moderate",
  "device": "desktop"
}
```

## Output

```json
{
  "resultType": {
    "label": "Result type",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "displayedUrl": {
    "label": "Displayed URL",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Bing Search API | SERP, Rank Tracking and Ads Data](https://apify.com/johnvc/bing-search-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/bing-search-api) to learn more, explore other use cases, and run it yourself.