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

n8n-nodes-bing-search-api

v0.1.1

Published

Bing Search API for n8n: SERP results with page, position, title, snippet and the real destination URL, plus optional ad rows, geotargeted by city, market and device. Apify-backed community node, billed per page, usable as an AI agent tool.

Readme

Bing Search API for n8n

An n8n community node for the Bing Search API on Apify. SERP results with page, position, title, snippet and the real destination URL, plus optional ad rows, geotargeted by city, market and device. Apify-backed community node, billed per page, usable as an AI agent tool.

This is the Apify-backed node: no proxies, browsers or maintenance on your side, billed per page of results on your Apify account, and it works as an AI Agent tool.

Install

  1. In n8n, open Settings then Community Nodes.
  2. Choose Install a community node and enter n8n-nodes-bing-search-api.
  3. Confirm and restart when prompted. The Bing Search node then appears in the node picker.

Self-hosted n8n only; n8n Cloud does not load community nodes.

Credentials

The node needs an Apify API token.

  1. Create a free account at apify.com.
  2. In the Apify Console, open Settings then API & Integrations and copy your token.
  3. In n8n, create an Apify API key connection credential and paste the token.

Operations

  • Get Results: Organic results for a query, one item per result, with optional ad rows.

Output modes

  • Simplified (default): a compact, LLM-friendly subset of fields. Forced automatically when the node runs as an AI Agent tool, to save context.
  • Raw: every field the API produces.
  • Selected Fields: pick exactly the fields you want.

Output fields

| Field | Meaning | |---|---| | resultType | Result Type | | query | Query | | page | Page | | position | Position | | title | Title | | snippet | Snippet | | url | URL | | displayedUrl | Displayed URL | | date | Date | | cachedPageUrl | Cached Page URL | | thumbnail | Thumbnail |

Full field semantics are documented on the Actor page.

Example workflows

  1. Rank tracker: a Cron node runs Get Results for your keywords and logs your domain's position over time.
  2. Competitor SERP watch: fetch results for commercial queries with Include Ads on and alert when a competitor's ad appears.

Pricing

Runs bill to your Apify account per page of results, with a free tier to start. Current rates are on the Actor page.

Links

License

MIT