Simple Search
Type a query and get back web results from the You.com Search API. This demo calls the API server-side and displays titles, URLs, and descriptions.
const you = new You({ apiKeyAuth: "ydc-..." });
const { results } = await you.search({ query: "your query" });
console.log(results.web);Powered by the You.com Search API
A unique API Key is required to use this demo. Get your API Key with free credits.