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

@serp-fyi/serp-checker-tool

v1.0.0

Published

Analyze search results in real time — uncovering intent signals, SERP features, content gaps, and competitor patterns that drive rankings. Powered by SERPChecker.fyi

Downloads

150

Readme

SERP Checker Tool

npm DOI

Analyze search results in real time — uncovering intent signals, SERP features, content gaps, and competitor patterns that drive rankings. Built by SERPChecker.fyi powered by BHMarketer.

Features

  • Search Intent Classification — informational, commercial, transactional, navigational
  • Competitor Content Analysis — themes, structures, and optimization patterns
  • Content Gap Detection — missing topics, questions, entities, and subtopics
  • SERP Feature Tracking — AI Overviews, Featured Snippets, PAA boxes, videos, local results
  • Topical Coverage Evaluation — depth comparison against top-ranking competitors
  • Ranking Pattern Detection — content length, heading structure, entity mentions, schema types
  • CLI support in Node.js and Python
  • Benchmark dataset included (20 SERP analyses)
  • Lightweight, publish-ready, minimal dependencies

Quick Start

Node.js

npm install @serp-fyi/serp-checker-tool
npx serp-checker "best seo analysis tool 2026" informational

Python

pip install serp-fyi-checker
python -m checker "best seo analysis tool 2026" informational

Output

Keyword: best seo analysis tool 2026
Dominant Intent: Informational
AI Overview Present: Yes — 92%
Avg. Word Count: 2,840 words
People Also Ask: 8 questions
Content Gap Score: 38 / 100
Top Content Format: Listicle + Table
SERP Feature Score: 74/100

Project Structure

SERP-Checker-Tool/
├── index.ts              # TypeScript checker
├── checker.py            # Python checker
├── package.json          # NPM package config
├── package-lock.json     # NPM lock file
├── tsconfig.json         # TypeScript config
├── schema.json           # JSON-LD structured data
├── zenodo.json           # Zenodo metadata
├── heartbeat.txt         # Auto-updated daily
├── mkdocs.yml            # ReadTheDocs config
├── .readthedocs.yaml     # ReadTheDocs build config
├── docs/
│   ├── index.md          # Documentation
│   └── requirements.txt  # Docs dependencies
├── dataset/
│   └── serp_benchmarks.csv
├── kaggle/
│   └── notebook.ipynb
├── .github/workflows/
│   ├── heartbeat.yml     # Auto-commit daily
│   └── npm-publish.yml   # Auto-publish to NPM
├── README.md
└── LICENSE

SERP Signal Categories

| Signal | Description | |--------|-------------| | Search Intent | Informational, Commercial, Transactional, Navigational | | Competitor Insights | Themes, structures, optimization patterns | | Content Gaps | Missing topics, questions, entities, subtopics | | SERP Features | AI Overviews, Featured Snippets, PAA, videos, local | | Topical Coverage | Depth vs top-ranking competitors | | Ranking Patterns | Content length, headings, entities, schema |

Intent Distribution

| Intent | Frequency | |--------|-----------| | Informational | 48% | | Commercial | 31% | | Transactional | 14% | | Navigational | 7% |

Parameters

| Parameter | Type | Options | Description | |-----------|------|---------|-------------| | keyword | string | any keyword | Target keyword to analyze | | intent | string | informational, commercial, transactional, navigational | Search intent type |

Output Fields

| Field | Description | |-------|-------------| | keyword | Target keyword analyzed | | dominant_intent | Classified search intent | | ai_overview | AI Overview presence percentage | | avg_word_count | Average word count of top pages | | paa_count | Number of People Also Ask questions | | content_gap_score | Content gap score (0–100) | | top_format | Top content format detected | | serp_feature_score | Overall SERP feature score (0–100) |

Keywords

SERP Analysis · Search Intent Classification · Content Gap Detection · SERP Features · Competitor Analysis · SERPChecker · BHMarketer · AI Visibility · SEO Tool

Links

| Platform | URL | |----------|-----| | Website | https://serpchecker.fyi | | GitHub | https://github.com/serp-fyi/SERP-Checker-Tool | | GitHub Pages | https://serp-fyi.github.io/SERP-Checker-Tool/ | | NPM | https://npmjs.com/package/@serp-fyi/serp-checker-tool | | Hugging Face | https://huggingface.co/datasets/serp-fyi/serp-checker-benchmarks | | Kaggle | https://kaggle.com/datasets/serpfyi/serp-checker-benchmarks | | Zenodo | https://zenodo.org/records/XXXXXXX | | Docs | https://serp-checker-tool.readthedocs.io |

About SERPChecker.fyi

SERPChecker.fyi analyzes search results in real time — uncovering intent signals, SERP features, content gaps, and competitor patterns that drive rankings. Powered by BHMarketer.

License

MIT — SERPChecker.fyi