n8n-nodes-hypebridge-actors
v1.3.0
Published
n8n community nodes for Hypebridge Apify actors - event scrapers, influencer tools, and more
Maintainers
Readme
n8n-nodes-hypebridge-actors
n8n community nodes for Hypebridge Apify actors — event scrapers, influencer marketing tools, and data extraction.

Table of Contents
Installation
n8n Cloud / Desktop
- Go to Settings → Community Nodes
- Click Install a community node
- Enter
n8n-nodes-hypebridge-actors - Click Install
Self-hosted n8n
npm install n8n-nodes-hypebridge-actorsThen restart n8n.
Nodes Included
Event Scrapers
| Node | Description | Apify Actor | |------|-------------|-------------| | Eventbrite Search | Scrape Eventbrite search, discovery, and event detail pages | hypebridge/eventbrite-search | | Dice.fm | Scrape concerts, festivals, DJ events, and live shows | hypebridge/dice-fm | | Shotgun Live | Scrape electronic music, nightlife, and party events worldwide | hypebridge/shotgun-live | | Posh VIP | Scrape nightlife, concerts, and party events | hypebridge/posh-vip | | Prekindle | Scrape event listings and venue information | hypebridge/prekindle | | Eventnoire | Scrape Black culture events | hypebridge/eventnoire |
Influencer Marketing
| Node | Description | Apify Actor | |------|-------------|-------------| | Influencer Discovery | Discover and rank influencers on Instagram + TikTok based on brand fit | hypebridge/influencer-discovery-agent-instagram-tiktok | | Influencer Evaluation | Deep evaluation of influencer profiles with audience insights | hypebridge/influencer-evaluation-agent-instagram-tiktok |
Other Scrapers
| Node | Description | Apify Actor | |------|-------------|-------------| | Eater | Scrape restaurant information from Eater.com guides | hypebridge/eater | | TeamBlind | Scrape posts and discussions from TeamBlind | hypebridge/blind-post-comments-scraper | | DraftKings Predictions | Scrape prediction markets and odds | hypebridge/draftkings-predictions |
Credentials
All nodes require an Apify API token:
- Sign up at apify.com
- Go to Settings → Integrations → API tokens
- Copy your token
- In n8n, create credentials for Apify API and paste your token
Two authentication methods are supported:
- API Token — Works everywhere (recommended)
- OAuth2 — Available on n8n Cloud only
Usage
Basic Workflow
- Add a trigger node (e.g., Manual Trigger, Schedule, Webhook)
- Add any Hypebridge node
- Configure your Apify credentials
- Set input parameters (URLs, search queries, etc.)
- Execute the workflow

As an AI Agent Tool
All nodes have usableAsTool: true, making them available as tools for n8n AI Agents:
- Add an AI Agent node
- Connect a Hypebridge node as a tool
- The agent can invoke scrapers based on user prompts
Example: Event Discovery Pipeline
Schedule Trigger → Eventbrite Search → Filter → Google SheetsAutomatically collect new events daily and save to a spreadsheet.
Compatibility
| n8n Version | Status | |-------------|--------| | 1.57.0+ | ✅ Tested | | 1.40.0+ | ✅ Should work |
Support
- Apify Actors: apify.com/hypebridge
- Issues: GitHub Issues
- n8n Community: community.n8n.io
License
MIT
