npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@youdotcom-oss/n8n-nodes-youdotcom

v0.2.9

Published

n8n community node for You.com APIs - Search, Contents extraction, and Research

Readme

@youdotcom-oss/n8n-nodes-youdotcom

Add real time web search, page content extraction, and AI powered deep research to your n8n workflows with the You.com API.

n8n is a fair-code licensed workflow automation platform.

Installation | Operations | Credentials | Usage | Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Search

Search the web and news with up to date results. Supports advanced query operators (site:, filetype:, +, -, AND, OR, NOT) and geographic/language filtering.

Great for monitoring mentions, pulling recent news, or feeding live data into AI agent workflows.

| Parameter | Description | |-----------|-------------| | Query | The search query (required) | | Count | Max results per section, 1-100 (default: 10) | | Country | Two-letter country code to focus results geographically | | Freshness | Filter by recency: day, week, month, or year | | Language | BCP 47 language code for results (default: EN) | | Livecrawl | Fetch full page content for web, news, or all results | | Livecrawl Format | Format for livecrawled content: markdown or HTML | | Offset | Pagination offset, 0-9 | | Safe Search | Content filter: off, moderate, or strict |

Get Contents

Extract clean, structured content from one or more web pages. Returns page text as markdown or HTML, plus metadata like JSON-LD, OpenGraph, and Twitter Cards.

Useful for scraping product pages, pulling article text, or extracting structured data from any URL.

| Parameter | Description | |-----------|-------------| | URLs | Comma-separated list of URLs to extract (required) | | Formats | Output formats: markdown, HTML, and/or metadata (JSON-LD, OpenGraph, Twitter Cards) | | Crawl Timeout | Timeout in seconds for page crawling, 1-60 (default: 30) |

Research

Get a comprehensive, cited answer to a complex question. The Research API searches the web, reads multiple sources, and synthesizes a detailed markdown response with inline numbered citations.

Perfect for competitive analysis, market research, technical due diligence, or any question that needs more than a simple search result.

| Parameter | Description | |-----------|-------------| | Input | The research question (required) | | Research Effort | Controls depth and speed (see below, default: standard) |

Research Effort levels:

| Level | Description | |-------|-------------| | Lite | Quick answers for straightforward questions | | Standard | Balanced speed and depth (default) | | Deep | More time researching and cross-referencing sources | | Exhaustive | Most thorough option for complex research tasks |

Credentials

  1. Go to you.com/platform/api-keys to get an API key
  2. In n8n, go to Credentials and create a new "You.com API" credential
  3. Paste your API key and save

Usage

  1. Add the "You.com" node to your workflow
  2. Select an operation (Search, Get Contents, or Research)
  3. Configure the parameters for your chosen operation
  4. Run the workflow

This node also works as a tool for AI agents in n8n. Connect it to an agent node and let the agent decide when to search the web, extract page content, or run deep research.

Resources

License

MIT