Lodol Docs

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

ParameterTypeRequiredDescription
querystringYesSearch keywords to send to You.com
countnumberNoOptional number of results to fetch (max 25)

Response

{
  "count": 1,
  "results": "mock_value",
  "status": "mock_value"
}

On this page