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-copilot-api

v0.1.1

Published

n8n community node for the Bing Copilot AI Answers API on Apify: Microsoft AI answers, cited sources, and brand-mention tracking for AEO.

Downloads

341

Readme

n8n-nodes-bing-copilot-api

An n8n community node for the Bing Copilot AI Answers API on Apify. It resolves any query to Bing Copilot's AI answer: the headline, the full answer as markdown and structured text blocks, every cited source, and an optional brand-mention check, all as clean structured data. Built for answer engine optimization (AEO), AI brand monitoring, and AI citation tracking.

Backed by the Apify Actor Bing Copilot AI Answers API. It is the Bing engine in a four-part AEO suite alongside Google AI Overview, Naver AI Overview, and Brave AI Mode.

Installation

In your self-hosted n8n:

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter n8n-nodes-bing-copilot-api and confirm.

The node also works as an AI Agent tool.

Credentials

You need an Apify API token. Create a free Apify account at apify.com, then copy your token from Settings > Integrations in the Apify Console. In n8n, add an Apify API credential and paste the token. OAuth2 is also supported.

Operations

Answer > Resolve - return Bing Copilot's AI answer for a query, with its cited sources and an optional brand-mention check, one item per answer.

Input parameters

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | Query | string | yes | The question to resolve to a Bing Copilot AI answer. | | Brand to Track | string | no | Optional brand name. When set, each answer carries a brandMentioned boolean. |

Output

Choose how much data to return with the Output parameter:

  • Simplified (default): a compact, LLM-friendly object.
  • Raw: every field the API returns.
  • Selected Fields: pick exactly which fields you want.

Fields available per answer:

| Field | Description | |-------|-------------| | query | The resolved query | | answerPresent | Whether Bing Copilot returned an answer | | answerHeader | The one-paragraph headline answer | | markdown | The full answer as a single markdown document | | textBlocks | The structured blocks: paragraphs, headings, lists, tables, code | | references | Every cited source with title, link, snippet, and source name | | brandMentioned | Whether the tracked brand is named (when Brand to Track is set) | | summary | One-line human-readable summary |

Example workflows

Weekly AEO brand monitor. Schedule Trigger (weekly) > Bing Copilot AI Answers (Resolve your top buying-intent questions, Brand to Track: your brand) > Filter (brandMentioned is false) > Slack. Get alerted when Copilot stops citing your brand.

Citation source report. Schedule Trigger > Bing Copilot AI Answers (Resolve category queries) > Item Lists (split out references) > Google Sheets. Track which domains Microsoft's answer engine trusts for your category.

Pricing

The underlying Apify Actor is pay-per-event: one flat charge per query resolved. See the Actor page for current pricing.

Resources

License

MIT