by System Admin
Tagged with: Production
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by Yaron Been
This workflow automatically identifies and qualifies Instagram influencers based on your marketing criteria. It saves you hours of manual research by automatically filtering profiles that meet specific engagement, follower, and verification requirements, then storing qualified leads directly in Google Sheets. Overview This workflow uses Bright Data to scrape Instagram profile data, then applies smart filters to identify high-quality influencers or brand accounts. Only profiles that meet all your criteria (verified status, follower count, engagement rate, and account type) are saved to your lead database, keeping your list clean and actionable. Tools Used n8n**: The automation platform that orchestrates the workflow Bright Data**: For scraping Instagram profile data without restrictions Google Sheets**: For storing qualified influencer leads and profile data How to Install Import the Workflow: Download the .json file and import it into your n8n instance Configure Bright Data: Add your Bright Data credentials to the Instagram scraping node Configure Google Sheets: Connect your Google Sheets account and copy the template spreadsheet Customize Filters: Adjust the criteria (followers, engagement rate, etc.) to match your needs Run: Simply paste any Instagram profile URL and execute the workflow Use Cases Influencer Marketing**: Build a database of qualified influencers for campaigns Brand Partnerships**: Identify potential brand collaboration opportunities Competitor Analysis**: Track competitor accounts and their engagement metrics Lead Generation**: Find business accounts in your niche for B2B outreach Market Research**: Analyze account types and engagement patterns in your industry Connect with Me Website**: https://www.nofluff.online YouTube**: https://www.youtube.com/@YaronBeen/videos LinkedIn**: https://www.linkedin.com/in/yaronbeen/ Get Bright Data**: https://get.brightdata.com/1tndi4600b25 (Using this link supports my free workflows with a small commission) #n8n #automation #influencermarketing #instagram #brightdata #webscraping #leadgeneration #n8nworkflow #workflow #nocode #instagrammarketing #influenceroutreach #socialmediastrategy #brandpartnerships #marketingautomation #instagramanalytics #influencerdatabase #contentcreators #digitalmarketing #socialmediatools #influencerresearch #instagramleads #marketingtools #influenceridentification #instagramscraping #leadqualification #influencerengagement #brandcollaboration #instagramautomation #marketingdatabase
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by WeblineIndia
π‘ IoT Sensor Data Cleaner + InfluxDB Logger (n8n | Webhook | Function | InfluxDB) This workflow accepts raw sensor data from IoT devices via webhook, applies basic cleaning and transformation logic, and writes the cleaned data to an InfluxDB instance for time-series tracking. Perfect for renewable energy sites, smart farms and environmental monitoring setups using dashboards like Grafana or Chronograf. β‘ Quick Implementation Steps Import the workflow JSON into your n8n instance. Edit the Set Config node to include your InfluxDB credentials and measurement name. Use the webhook URL (/webhook/sensor-data) in your IoT device or form to send sensor data. Start monitoring your data directly in InfluxDB! π― Whoβs It For IoT developers and integrators. Renewable energy and environmental monitoring teams. Data engineers working with time-series data. Smart agriculture and utility automation platforms. π Requirements | Tool | Purpose | |------|---------| | n8n Instance | For automation | | InfluxDB (v1 or v2) | To store time-series sensor data | | IoT Device or Platform | To POST sensor data | | Function Node | To filter and transform data | π§ What It Does Accepts JSON-formatted sensor data via HTTP POST. Validates the data (removes invalid or noisy readings). Applies transformation (rounding, timestamp formatting). Pushes the cleaned data to InfluxDB for real-time visualization. π§© Workflow Components Webhook Node:** Exposes an HTTP endpoint to receive sensor data. Function Node:** Filters out-of-range values, formats timestamp, rounds data. Set Node:** Stores configurable values like InfluxDB host, user/pass, and measurement name. InfluxDB Node:** Writes valid records into the specified database bucket. π§ How To Set Up β Step-by-Step Import Workflow: Upload the provided .json file into your n8n workspace. Edit Configuration Node: Update InfluxDB connection info in the Set Config node: influxDbHost, influxDbDatabase, influxDbUsername, influxDbPassword measurement: What you want to name the data set (e.g., sensor_readings) Send Data to Webhook: Webhook URL: https://your-n8n/webhook/sensor-data Example payload: { "temperature": 78.3, "humidity": 44.2, "voltage": 395.7, "timestamp": "2024-06-01T12:00:00Z" } View in InfluxDB: Log in to your InfluxDB/Grafana dashboard and query the new measurement. β¨ How To Customize | Customization | Method | |---------------|--------| | Add more fields (e.g., wind_speed) | Update the Function & InfluxDB nodes | | Add field/unit conversion | Use math in the Function node | | Send email alerts on anomalies | Add IF β Email branch after Function node | | Store in parallel in Google Sheets | Add Google Sheets node for hybrid logging | β Addβons (Advanced) | Add-on | Description | |--------|-------------| | π Grafana Integration | Real-time charts using InfluxDB | | π§ Email on Faulty Data | Notify if voltage < 0 or temperature too high | | π§ AI Filtering | Add OpenAI or TensorFlow for anomaly detection | | π Dual Logging | Save data to both InfluxDB and BigQuery/Sheets | π Use Case Examples Remote solar inverter sends temperature and voltage via webhook. Environmental sensor hub logs humidity and air quality data every minute. Smart greenhouse logs climate control sensor metrics. Edge IoT devices periodically report health and diagnostics remotely. π§― Troubleshooting Guide | Issue | Cause | Solution | |-------|-------|----------| | No data logged in InfluxDB | Invalid credentials or DB name | Recheck InfluxDB values in config | | Webhook not triggered | Wrong method or endpoint | Confirm it is a POST to /webhook/sensor-data | | Data gets filtered | Readings outside valid range | Check logic in Function node | | Data not appearing in dashboard | Influx write format error | Inspect InfluxDB log and field names | π Need Assistance? Need help integrating this workflow into your energy monitoring system or need InfluxDB dashboards built for you? π Contact WeblineIndia | Experts in workflow automation and time-series analytics.