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

# You.com Web Search Node

> Query the You.com Web Search API

<img src="https://mintcdn.com/vectorshift/YP4-JQlrCs6FGFt3/images/platform/pipelines/data-loaders/web-search-you-dot-com.png?fit=max&auto=format&n=YP4-JQlrCs6FGFt3&q=85&s=3a22f0ddc6429d9d12907d2e6b724f8c" alt="You.com Web Search" width="948" height="568" data-path="images/platform/pipelines/data-loaders/web-search-you-dot-com.png" />

This node queries the You.com web search API.

## Node Inputs

1. Search Query: The search text for the You.com web search
   * Type: `Text`
2. API Key: Your You.com API key
   * Type: `Text`

## Node Parameters

In the gear:

1. Loader Type: The Type of loader (search) you want. The available types are: General and News.

## Node Outputs

1. Output: The results from the You.com web search
   * Type: `List<Text>`
   * Example usage: `{{you_dot_com_0.output}}`

## Considerations

* API key is required.
* Click on the “+” button on the right of the node to create and connect the node to a [semantic search node](/platform/pipelines/knowledge/semantic-search) to enable semantic search on the search results.

## Example

The below example is a pipeline which queries the You.com web search API and answers the query: `What is the tallest building in New York?`.

1. Input Node: Represents the search query
2. You.com Web Search Node: Queries the You.com web search API
   * Search Query: `{{input_0.text}}`
   * API Key: `[API Key]`
3. LLM Node: Uses the LLM to answer the query based on the [You.com](http://You.com) search results
   * Prompt: `Question: {{input_0.text}} Context: {{you_dot_com_0.output}}`
   * System (Instruction): `Answer the question based on the context.`
4. Output Node: Displays the answer
   * Output: `{{openai_0.output}}`

<img src="https://mintcdn.com/vectorshift/YP4-JQlrCs6FGFt3/images/platform/pipelines/data-loaders/web-search-you-dot-com-example.png?fit=max&auto=format&n=YP4-JQlrCs6FGFt3&q=85&s=fcae011fa79467cba39d29893e3d5c33" alt="You.com Web Search Example" width="1906" height="828" data-path="images/platform/pipelines/data-loaders/web-search-you-dot-com-example.png" />
