logo
SearchBing Search

Bing Search

Search the web using Bing and get SERP results.

Pricing: 1 credit per call

curl -X POST "https://v3-api.texau.com/api/v1/search_bing" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
  "query": "best CRM software 2026",
  "num_results": 42,
  "page": 25,
  "cache": true
}'
{
  "data": {
    "results": [
      {
        "position": 42,
        "title": "example_string",
        "url": "example_string",
        "description": "example_string"
      }
    ],
    "total_results": 42,
    "query": "example_string"
  },
  "meta": {
    "cache_hit": true,
    "execution_time_ms": 42
  }
}
POST
/search_bing
POST
API Key (header: x-api-key)
x-api-keystring
Required

Your TexAu API key. Contact TexAu to obtain one.

Your TexAu API key. Contact TexAu to obtain one.
Content-Typestring
Required

The media type of the request body

Options: application/json
num_resultsinteger

Number of results to return

pageinteger

Page number for pagination

Request Preview
Response

Response will appear here after sending the request

Authentication

header
x-api-keystring
Required

API Key for authentication. Your TexAu API key. Contact TexAu to obtain one.

Body

application/json
num_resultsinteger

Number of results to return

pageinteger

Page number for pagination

Responses

dataobject
metaobject