You.com
API actions for the You.com integration.
You.com
Search the web with You.com and get back the top results.
Search the web with You.com
Search the web with You.com and return the top results.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | What to search for. |
count | number | No | How many results to return, up to 25. |
Response
{
"count": 1,
"results": "mock_value",
"status": "mock_value"
}