You.com
API actions for the You.com integration.
You.com
Search the web using You.com's API.
Search the web with You.com
Executes a You.com web search and returns the top results.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search keywords to send to You.com |
count | number | No | Optional number of results to fetch (max 25) |
Response
{
"count": 1,
"results": "mock_value",
"status": "mock_value"
}