Skip to content

Bing Search API

This component lets you search the internet using Bing’s powerful search engine. It’s a simple way to get information from the web and use it within your Nappai automation.

Relationship with Bing Search API

This component directly interacts with Microsoft’s Bing search API. It sends your search queries to Bing, receives the results, and makes them available for use in other parts of your Nappai automation.

Inputs

  • Input: This is where you type your search query. For example, you might type “best Italian restaurants in Rome”.
  • Bing Search URL (Advanced): This is an optional field for advanced users. Normally, you don’t need to change this. It allows you to specify a custom Bing API URL if needed.
  • Number of results: This lets you specify how many search results you want to get back. The default is 4, but you can change this to get more or fewer results. (e.g., 10 for more results, 1 for just the top result).
  • Credential: This is where you provide your Bing API key. This key allows Nappai to access the Bing search API. You’ll need to obtain this key from Microsoft’s Bing API website. (Instructions on how to obtain this key will be provided separately).

Outputs

The component produces a list of search results. Each result contains a short summary (snippet) of the webpage. You can then use this information in other parts of your Nappai workflow, such as feeding it into another component to extract specific information or summarize the results.

Usage Example

Let’s say you want to find the weather forecast for London.

  1. In the “Input” field, type “weather forecast London”.
  2. Leave the “Bing Search URL” field blank (unless you have a custom URL).
  3. Set “Number of results” to 1 (to get only the top result).
  4. Make sure you’ve entered your Bing API key in the “Credential” field.
  5. Run the component.

The output will be a list containing the top Bing search result for the weather forecast in London. You can then use this information in subsequent steps of your automation.

Templates

[List of templates where the component is used will be provided separately]

  • OpenAI Function Agent: This component can use the Bing search results to generate text summaries or answers based on the information found.
  • ReAct Agent LLM: This component can use the Bing search results as part of a more complex reasoning process.
  • Other Nappai Components: The Bing Search API output can be used as input to many other Nappai components, allowing you to process and utilize the search results in various ways. (A full list of compatible components will be provided separately).

Tips and Best Practices

  • Use specific keywords in your search query to get more relevant results.
  • Experiment with different numbers of results to find the optimal amount for your needs.
  • Always double-check the accuracy of information retrieved from search engines.

Security Considerations

  • Protect your Bing API key. Do not share it with others.
  • Be mindful of the data you search for and the information you retrieve. Avoid searching for sensitive or private information.