Piloterr

Bing Search

Query Bing Search via API and retrieve structured organic results (title, link, snippet, position).

Credit cost: 1 credit per call

GET
/v2/bing/search

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/bing/search"
{
  "pagination": {
    "next": 2,
    "current": 1,
    "has_next_page": true
  },
  "organic_results": [
    {
      "link": "https://home.google.com/intl/fr_fr/get-app/",
      "title": "Téléchargez l'application Google Home",
      "domain": "home.google.com",
      "snippet": null,
      "position": 2
    }
  ],
  "search_parameters": {
    "q": "home",
    "cc": "en-US",
    "page": 1,
    "engine": "bing"
  }
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}