@twexapi-dev/n8n-nodes-x-api-scraper
v0.1.1
Published
n8n Twitter node for tweet search, user lookup, trending tweets, and balance checks through TwexAPI. Not affiliated with X Corp.
Maintainers
Readme
TwexAPI n8n Twitter Node
Add read-only Twitter data to n8n: search tweets and users, read trending tweets, look up a profile, and view TwexAPI balance.
Operations
| Task | n8n operation | TwexAPI route |
| --- | --- | --- |
| Search tweets | Tweet: search | POST /twitter/advanced_search/page |
| Search users | User: search | GET /twitter/search-user/{keyword}/{target_count} |
| Look up a profile | User: get | GET /twitter/{screen_name}/about |
| Read trending tweets | Trend: get | GET /twitter/global-trending/tweets |
| View available balance | Account: get balance | GET /balance |
Use the TwexAPI REST API for follower pagination or approved posting.
Install
Install @twexapi-dev/n8n-nodes-x-api-scraper from Settings → Community Nodes.
npm install @twexapi-dev/n8n-nodes-x-api-scraperCredentials
Create an API key in the TwexAPI dashboard and add it to the TwexAPI API credential in n8n. The node sends it as Authorization: Bearer.
Verify changes
npm ci --ignore-scripts
npm test
npm run lint
npm pack --dry-runResources
- n8n community nodes
- TwexAPI documentation
- TwexAPI dashboard
- TypeScript API map
- Contribution guide
- Security policy
TwexAPI is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.
