# You.com

YouSearch is a search engine or search tool that enables users to find relevant information, possibly with enhanced filtering or privacy-focused features

- **Category:** artificial intelligence
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 1
- **Triggers:** 0
- **Slug:** `YOUSEARCH`
- **Version:** 20260312_00

## Tools

### You.com Web Search

**Slug:** `YOUSEARCH_YOU_SEARCH`

Search the web using You.com's search API. Returns LLM-ready web results and news articles based on your query. Supports advanced filtering by country, language, freshness, and content safety.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `count` | integer | No | Maximum number of search results to return per section (web/news). Valid range: 1-20. |
| `query` | string | Yes | Search query string. Supports search operators for refined searches. |
| `offset` | integer | No | Pagination offset in multiples of count. For example, if count=10 and offset=1, returns results 10-20. Valid range: 0-9. |
| `country` | string | No | Country code for localized results (ISO 3166-1 alpha-2 format). |
| `language` | string | No | Language code in BCP 47 format (e.g., EN, FR, DE, ES, ZH-HANS, JA). |
| `freshness` | string | No | Filter results by recency. Options: 'day', 'week', 'month', 'year', or date range in format 'YYYY-MM-DDtoYYYY-MM-DD'. |
| `safesearch` | string | No | Content filtering level. Options: 'off', 'moderate', 'strict'. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
