Bing Search
Bing Search provides comprehensive search capabilities powered by the Azure Bing Search API. This versatile tool allows you to search the web, find news articles, discover images, and perform custom searches with various filtering options. Whether you need to gather information, monitor news, find relevant images, or create specialized search experiences, the Bing Search connector offers a complete set of search-related functions without requiring custom code.
How to Use Bing Search in ZBrain Flow
Step 1: Add Bing Search to Your Flow
Click the ‘+’ icon in your ZBrain Flow workspace.
In the search bar, type “Bing Search”.
Select Bing Search from the list of available connections.
Choose the action you want to perform from the following options:
Action Name
Description
Web Search
Search the web for general topics, articles, and references.
Web Search with Offset
Perform a paginated web search (useful for browsing large result sets).
General News Search
Search for recent news articles from multiple sources.
Filtered News Search
Filter news based on publication freshness and relevance.
News by Category
Retrieve news headlines based on predefined topics such as Tech or Health.
Trending News
Get the latest trending news by region and category.
Custom Image Search
Find images using filters like type, size, and orientation.
Custom Search
Execute a highly customized search using Azure Bing Custom Search API.
How to Create a Bing Search Connection in ZBrain Flow
Before running a Bing Search action, you need to create a secure connection to your Azure Bing Search resource.
Connection Name: Choose a unique name for your Bing Search connection.
Retrieve Subscription Key:
Get the Endpoint URL:
The endpoint URL can also be found in your Azure Portal under the same Keys and Endpoint section. It typically looks like:
https://<your-region>.api.cognitive.microsoft.com/bing/v7.0/search
Enter the Details :
Paste the Subscription Key and Endpoint URL into the required fields in the Bing Search connection setup screen.
Click ‘Connect’ to authenticate and finalize the connection.
Available Actions for Bing Search in ZBrain Flow
Below is a detailed guide to all Bing Search actions, including required configuration fields for each.
1. Web Search
Configuration Options:
Connection: Select your existing Bing Search connection or create a new one.
Search Query: Enter the keyword(s) or phrases you wish to search.
Market: Choose the region and language context (e.g.,
en-US
,fr-FR
) to localize search results.Count: Specify the number of results to return (default: 10; max: 50).
2. Web Search with Offset
Configuration Options:
Connection: Choose or establish a Bing Search connection.
Search Query: Input the keyword(s) or phrase to search.
Market: Specify the locale to refine search relevance.
Count: Set the number of results to retrieve (default: 10).
Offset: Enter the index number to start returning results from (default: 0). Useful for fetching pages beyond the first.
3. General News Search
Configuration Options:
Connection: Use an existing connection or create a new one.
Search Query: Specify the news topic or keywords.
Market: Select the region to localize the news feed.
Count: Number of articles to return (default: 10; max: 50).
4. Filtered News Search
Configuration Options:
Connection: Connect to or set up a Bing Search integration.
Search Query: Define the specific news topic.
Market: Choose the region/language locale for results.
Freshness: Filter news by publication timeframe:
Day
: Past 24 hoursWeek
: Past 7 daysMonth
: Past 30 days
Sort By: Organize results by:
Date
: Newest articles firstRelevance
: Most contextually relevant articles
5. News by Category
Configuration Options:
Connection: Use an active Bing Search connection or configure a new one.
News Category: Specify the category to filter news content.
Market: Define the locale for region-specific headlines.
Safe Search: Control sensitivity of content:
Strict
Moderate
Off
6. Trending News
Configuration Options:
Connection: Choose or create a Bing Search connection.
Market: Select a regional market to fetch localized trending stories (e.g.,
en-US
,de-DE
,en-IN
).
7. Custom Image Search
Configuration Options:
Connection: Use an existing or new Bing Search connection.
Function Type: Choose the function type from the available options.
Image Search
: Search by keyword or topicTrending Images
: View currently trending imagesQuery-based Search
: Perform query-specific searches
Search Query: Define the visual content you're looking for.
Image Type: Choose the type of image:
Photo
,Clipart
,Line
,AnimatedGif
,Shopping
Aspect Ratio: Set image shape preferences:
Square
,Wide
,Tall
8. Custom Search
Configuration Options:
Connection: Select or establish a Bing Search connection.
Search Type: Select the search type from the available options:
Web Search
Image Search
Custom Query Search
Custom Image Query Search
Search Query: Define your search input.
Custom Config ID: Enter your Custom Configuration ID (usually
1
, found in Azure Custom Search resource).Market: Localize the results with your region setting.
Count: Specify the number of results to return.
Offset: Enable pagination by selecting a starting index.
Safe Search: Filter explicit content using:
Strict
,Moderate
, orOff
Last updated