You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Bing-Web-Search/bing-api-comparison.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The Bing Search APIs let you build web-connected apps and services that find web
18
18
19
19
## The Bing Web Search API
20
20
21
-
The [Bing Web Search API](../Bing-Web-Search/index.yml) returns webpages, images, video, news, and more. You can filter the search queries sent to this API to include or exclude certain content types.
21
+
The [Bing Web Search API](../Bing-Web-Search/overview.md) returns webpages, images, video, news, and more. You can filter the search queries sent to this API to include or exclude certain content types.
22
22
23
23
Consider using the Bing Web Search API in applications that may need to search for all types of relevant web content. If your application searches for a specific type of online content, consider one of the search APIs below:
24
24
@@ -28,24 +28,24 @@ The following Bing search APIs return specific content from the web like images,
28
28
29
29
| Bing API | Description |
30
30
| -- | -- |
31
-
|[Entity Search](../Bing-Entities-Search/index.yml)| The Bing Entity Search API returns search results containing entities, which can be people, places, or things. Depending on the query, the API will return one or more entities that satisfy the search query. The search query can include noteworthy individuals, local businesses, landmarks, destinations, and more. |
32
-
|[Image Search](../Bing-Image-Search/index.yml)| The Bing Image Search API lets you search for and find high-quality static and animated images similar to [Bing.com/images](https://www.Bing.com/images). You can refine searches to include or exclude images by attribute, including size, color, license, and freshness. You can also search for trending images, upload images to gain insights about them, and display thumbnail previews. |
33
-
|[News Search](../Bing-News-Search/index.yml)| The Bing News Search API lets you find news stories similar to [Bing.com/news](https://www.Bing.com/news). The API returns news articles from either multiple sources or specific domains. You can search across categories to get trending articles, top stories, and headlines. |
34
-
|[Video Search](../Bing-Video-Search/index.yml)| The Bing Video Search API lets you find videos across the web. Get trending videos, related content, and thumbnail previews. |
35
-
|[Visual Search](../Bing-visual-search/index.yml)| Upload an image or use a URL to get insightful information about it, like visually similar products, images, and related searches. |
36
-
[Local Business Search](../bing-local-business-search/index.yml) | The Bing Local Business Search API lets your applications find contact and location information about local businesses based on search queries. |
31
+
|[Entity Search](../Bing-Entities-Search/overview.md)| The Bing Entity Search API returns search results containing entities, which can be people, places, or things. Depending on the query, the API will return one or more entities that satisfy the search query. The search query can include noteworthy individuals, local businesses, landmarks, destinations, and more. |
32
+
|[Image Search](../Bing-Image-Search/overview.md)| The Bing Image Search API lets you search for and find high-quality static and animated images similar to [Bing.com/images](https://www.Bing.com/images). You can refine searches to include or exclude images by attribute, including size, color, license, and freshness. You can also search for trending images, upload images to gain insights about them, and display thumbnail previews. |
33
+
|[News Search](../Bing-News-Search/search-the-web.md)| The Bing News Search API lets you find news stories similar to [Bing.com/news](https://www.Bing.com/news). The API returns news articles from either multiple sources or specific domains. You can search across categories to get trending articles, top stories, and headlines. |
34
+
|[Video Search](../Bing-Video-Search/overview.md)| The Bing Video Search API lets you find videos across the web. Get trending videos, related content, and thumbnail previews. |
35
+
|[Visual Search](../Bing-visual-search/overview.md)| Upload an image or use a URL to get insightful information about it, like visually similar products, images, and related searches. |
36
+
[Local Business Search](../bing-local-business-search/overview.md) | The Bing Local Business Search API lets your applications find contact and location information about local businesses based on search queries. |
37
37
38
38
## The Bing Custom Search API
39
39
40
-
Creating a custom search instance with the [Bing Custom Search](../Bing-Custom-Search/index.yml) API lets you create a search experience focused only on content and topics you care about. For example, after you specify the domains, websites, and specific webpages that Bing will search, Bing Custom Search will tailor the results to that specific content. You can incorporate the Bing Custom Autosuggest, Image, and Video Search APIs to further customize your search experience.
40
+
Creating a custom search instance with the [Bing Custom Search](../Bing-Custom-Search/overview.md) API lets you create a search experience focused only on content and topics you care about. For example, after you specify the domains, websites, and specific webpages that Bing will search, Bing Custom Search will tailor the results to that specific content. You can incorporate the Bing Custom Autosuggest, Image, and Video Search APIs to further customize your search experience.
41
41
42
42
## Additional Bing Search APIs
43
43
44
44
The following Bing Search APIs let you improve your search experience by combining them with other Bing search APIs.
45
45
46
46
| API | Description |
47
47
| -- | -- |
48
-
|[Bing Autosuggest](../Bing-Autosuggest/index.yml)| Improve your application's search experience with the Bing Autosuggest API by returning suggested searches in real time. |
48
+
|[Bing Autosuggest](../Bing-Autosuggest/get-suggested-search-terms.yml)| Improve your application's search experience with the Bing Autosuggest API by returning suggested searches in real time. |
49
49
|[Bing Statistics](bing-web-stats.md)| Bing Statistics provides analytics for the Bing Search APIs your application uses. Some of the available analytics include call volume, top query strings, and geographic distribution. |
0 commit comments