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-gocreative

v0.1.0

Published

n8n community node for the GoCreative AI API — pay-per-call enrichment, lookups, and scraping endpoints (Instagram, TikTok, LinkedIn, GitHub, Amazon, Crunchbase, and 140+ more).

Readme

n8n-nodes-gocreative

n8n community node for the GoCreative AI API — 145+ pay-per-call endpoints for enrichment, lookups, and scraping. Built for AI agents and automation builders who don't want to glue together Apify, Clearbit, and a dozen scraping APIs.

Why this node

  • One credential, 145+ endpoints — Instagram, TikTok, LinkedIn, X, GitHub, Crunchbase, Amazon, Zillow, Indeed, Reddit, Hacker News, Wikipedia, npm, PyPI, WHOIS, IP geo, weather, and more.
  • Pay-per-call — $0.005/call. No subscriptions, no minimums. Free demo tier (5 calls/day/IP) for trying it out without an account.
  • Built for n8n — typed inputs, paired-item output, continue on fail support, custom-endpoint escape hatch for anything not yet first-class.

Install

In your n8n instance:

  1. Settings → Community Nodes → Install
  2. Enter n8n-nodes-gocreative
  3. Agree and install. The GoCreative AI node appears in the node panel.

Or install via npm in a self-hosted setup:

npm install n8n-nodes-gocreative

Credentials

Create a GoCreative API credential in n8n.

Operations

| Operation | Endpoint | Input | |---|---|---| | Enrich Company | /v1/enrich/company/{domain} | stripe.com | | Enrich LinkedIn Profile | /v1/enrich/linkedin/{slug} | satyanadella | | Enrich Instagram Profile | /v1/enrich/instagram/{handle} | natgeo | | Enrich TikTok Profile | /v1/enrich/tiktok/{handle} | mrbeast | | Enrich X (Twitter) Profile | /v1/enrich/x/{handle} | elonmusk | | Lookup GitHub User | /v1/lookup/github_user/{username} | torvalds | | Lookup GitHub Repo | /v1/lookup/github/{owner/repo} | vercel/next.js | | Search TikTok Hashtag | /v1/search/tiktok/hashtag/{tag} | aiagents | | Search Instagram Hashtag | /v1/search/instagram/hashtag/{tag} | aiagents | | Scrape Amazon Product | /v1/scrape/amazon/{asin} | B08N5WRWNW | | Scrape Crunchbase Company | /v1/scrape/crunchbase/{slug} | anthropic | | Lookup WHOIS | /v1/lookup/whois/{domain} | example.com | | Custom Endpoint | any /v1/... path | /v1/lookup/wikipedia/Anthropic |

Need something not in the list? Use Custom Endpoint and point it at any path from https://api.gocreativeai.com/v1/.

Example workflows

1. Enrich newsletter signups

Webhook (new signup, has `email`)
  → Code: extract domain from email
  → GoCreative AI: Enrich Company (domain)
  → HubSpot: Create or Update Contact with industry/size/socials

Cost: $0.005/signup. Replaces a Clearbit subscription.

2. Daily TikTok competitor watch

Schedule Trigger: every day 7am
  → GoCreative AI: Search TikTok Hashtag = "yourbrand"
  → Filter: views > 50k
  → Slack: post to #marketing

Cost: $0.005/run.

3. Lead enrichment from a Google Sheet

Google Sheets: read rows (column: linkedin_url)
  → GoCreative AI: Enrich LinkedIn Profile
  → Google Sheets: write back title/company/location

Free demo tier

Toggle Use Free Demo Tier on any operation to call /demo/{tool}/{arg} instead of /v1/.... Caps at 5 calls/day/IP — great for testing a workflow before adding credit.

Links

License

MIT