n8n-nodes-pinterest
Version:
n8n community nodes for Pinterest v5 API (list boards, create pins)
60 lines (38 loc) ⢠1.85 kB
Markdown
# n8n-nodes-pinterest
Community n8n nodes for Pinterest using cookie-based authentication that mimics the web flow.
Supports:
- Cookie-based authentication (session cookie)
- List boards (current user)
- Create a Pin by letting Pinterest scrape a public image URL
## š Full Documentation & Setup Guide
**IMPORTANT:** For complete installation, setup, and usage instructions, please visit our comprehensive guide:
š **[Complete Guide: Automate Pinterest Posting with n8n](https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/)**
This guide includes:
- Step-by-step installation
- Cookie authentication setup
- 5+ workflow examples
- Safety tips and troubleshooting
- FAQ and best practices
## Quick Install
```bash
npm install n8n-nodes-pinterest
```
Restart n8n. The node and credential will appear in the editor.
## Available Nodes
- **Pinterest Cookie ā Get Boards**: Lists all your Pinterest boards
- **Pinterest Cookie ā Create Pin**: Creates a new pin from image URL
## Features
- Cookie-based authentication using `_pinterest_sess`
- Automatic retry on common errors
- Proxy support
- Board management
- Bulk pin creation
## Notes
- Uses undocumented web endpoints; use at your own risk
- May violate Pinterest's Terms of Service and can break without notice
- Consider proxies if Pinterest flags your IP
## ā ļø Important
For detailed setup instructions, cookie extraction, and advanced workflows, **please refer to the complete guide**:
**[https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/](https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/)**
## Disclaimer
This package uses cookie-based authentication and undocumented endpoints. Use at your own risk and in accordance with Pinterest's Terms of Service.