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).
Maintainers
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 failsupport, custom-endpoint escape hatch for anything not yet first-class.
Install
In your n8n instance:
- Settings → Community Nodes → Install
- Enter
n8n-nodes-gocreative - 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-gocreativeCredentials
Create a GoCreative API credential in n8n.
- API Key — optional. Leave blank to use the free demo tier (5 calls/day/IP). Get a key or top up credit at https://api.gocreativeai.com/start.
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/socialsCost: $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 #marketingCost: $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/locationFree 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
- Live API + endpoint catalog: https://api.gocreativeai.com/v1/
- Pricing: https://api.gocreativeai.com/pricing
- FAQ: https://api.gocreativeai.com/faq
- Issues: https://github.com/ColinHughes2121/n8n-nodes-gocreative/issues
License
MIT
