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

encrata-cli

v0.4.7

Published

Encrata CLI — intelligence lookups from your terminal

Readme

Encrata CLI

Intelligence lookups from your terminal. Email enrichment, phone intelligence, IP geolocation, domain research, company profiles, Google dorking, and dark web search — all from a single command.

Install

npm install -g encrata-cli

Or download the binary from Releases.

Setup

encrata config set-key YOUR_API_KEY

Get your API key at encrata.com/settings/api-keys.

Commands

Email Lookup

Look up a person by email — name, company, role, socials, breaches, and more.

encrata email [email protected]
encrata email [email protected] --json

Phone Lookup

Look up a phone number — carrier, format, country, validation, risk, and breach data.

encrata phone "+14155552671"
encrata phone "+447911123456" --json

IP Lookup

Look up an IP address — geolocation, ASN, company, and threat detection.

encrata ip 8.8.8.8
encrata ip 2001:4860:4860::8888 --json

Domain Search

Investigate a domain — WHOIS, DNS, SSL, threat intel, and search results.

encrata domain tesla.com

Company Search

Find company profiles, employee emails, and knowledge graph data.

encrata company "OpenAI"

Google Search

OSINT dorking — find exposed files, admin panels, and public info.

encrata google "site:example.com filetype:pdf"

Dark Web Search

Search dark web intelligence — credential leaks, forum posts, market listings.

encrata darkweb "[email protected]" --type email
encrata darkweb "example.com" --type domain

Options

| Flag | Description | |------|-------------| | --json | Output raw JSON | | --api-key | Override API key for this request | | --base-url | Override API base URL |

Configuration

encrata config set-key <key>    # Save API key
encrata config show             # Show current config
encrata config set-url <url>    # Set custom base URL

Config is stored in ~/.config/encrata/config.json.

Credits

  • email — 1 credit per lookup (cached within 24h free)
  • phone — 1 credit per lookup
  • domain — 1 credit
  • company — 1 credit
  • google — 1 credit
  • darkweb — 1 credit (first page; subsequent pages free)
  • ip — free
  • validate — free
  • breaches — free

Links

License

MIT