| Description | : The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web. |
| Reference | : Link ¶ |
⚼ Request
GET:
/search
{
X-BingApis-SDK:
string
,
Accept:
string
,
Accept-Language:
string
,
User-Agent:
string
,
X-MSEdge-ClientID:
string
,
X-MSEdge-ClientIP:
string
,
X-Search-Location:
string
,
customConfig:
string
,
cc:
string
,
count:
integer
,
mkt:
string
,
offset:
integer
,
q:
string
,
safeSearch:
string
,
setLang:
string
,
textDecorations:
boolean
,
textFormat:
string
,
}
⚐ Response (200)
{
queryContext:
{
,
originalQuery:
string
,
alteredQuery:
string
,
alterationOverrideQuery:
string
,
adultIntent:
boolean
,
}
webPages:
}
{
,
value:
[
]
,
{
,
displayUrl:
string
,
snippet:
string
,
deepLinks:
[
,
string
,
]
dateLastCrawled:
string
,
searchTags:
}
[
]
,
{
,
name:
string
,
content:
string
,
}
someResultsRemoved:
boolean
,
}
⚐ Response (default)
{
errors:
}
[
]
,
{
,
code:
enum
,
subCode:
enum
,
message:
string
,
moreDetails:
string
,
parameter:
string
,
value:
string
,
}