> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyflow.space/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Web Search

### **Overview:**

The `AI Web Search` block empowers users to perform AI-driven web searches, enabling the discovery of relevant websites based on a specified query.

<Note>
  This block currently is only available for Starter, Pro and Enterprise keyflow
  accounts. To run this block navigate to your
  [credentials](https://keyflow.space/settings/credentials) page and add your
  Exa API Key.
</Note>

***

### Inputs & Outputs

| I/O    | Feature        | Type      | Simple Explanation                                                         |
| ------ | -------------- | --------- | -------------------------------------------------------------------------- |
| input  | `query`        | string    | The search term or phrase used to find relevant websites.                  |
| input  | `url`          | string    | (Optional) The URL of a website to find similar links.                     |
| input  | `num_results`  | number    | The number of relevant website URLs to retrieve; defaults to 5.            |
| output | `website_urls` | string\[] | An array containing website URLs that are pertinent to the provided query. |

***

### Use Cases

Consider how this block can be utilized in various scenarios:

* **Finding Relevant Websites:** This feature expedites the process of discovering important websites simply by entering specific search queries.
* **Exploring Similar Links:** Utilize this functionality when looking for websites that share similarities with an existing URL, enhancing research capabilities.
* **Research and Information Gathering:** As part of academic or professional research projects, you can efficiently collect information from diverse resources online related to a particular topic.
* **Content Curation:** Perfect for content creators aiming to compile references or resources from numerous sites into one organized list for articles or projects.
* **Competitor Analysis:** Leverage it in business development by uncovering insights through analyzing competitor websites and gathering related data.

In essence, whenever there's a need for finding online information tailored around specific themes or topics, the `AI Web Search` block proves indispensable!
