Bing Search
bing_searchFetch a Bing web search results page as JSON: organic_results plus the modules Bing served (answer_box, knowledge_graph, copilot_answer, ads, related_questions, inline_videos, top_stories and more). Free without an API key: 50 calls per network per day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query; Bing operators are preserved | |
| cc | No | Two-letter country code; conflicts with mkt | |
| lat | No | Latitude; supply together with lon | |
| lon | No | Longitude; supply together with lat | |
| mkt | No | Market such as en-US; conflicts with cc | |
| first | No | One-based organic result offset for pagination; default 1 | |
| device | No | Layout to request; default desktop | |
| filters | No | Native Bing display or date filters | |
| location | No | City-level search origin | |
| safeSearch | No | Default moderate | |
| result_groups | No | Return only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept |