Data & Analytics Automation Workflows — Page 23 | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/Data & Analytics

    Data & Analytics Workflows

    Data processing and analytics

    • Fetch and Store Company Branding Data in Airtable

      Automatically retrieve a company's logo, icon, and other information using Brandfetch and store it in Airtable for easy access and management.

      n8nFree
    • Automate ParseHub Data Extraction and Storage in Google Sheets

      This workflow automates the extraction of data from a ParseHub dataset, converts it, and stores the results in Google Sheets for easy access and analysis.

      MakeFree
    • Automate LinkedIn Profile Discovery and Verification with Airtop

      Streamline the process of finding and verifying LinkedIn profiles using Airtop for enhanced accuracy in prospecting, recruiting, and contact enrichment.

      n8nFree

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

  1. Automate Data Insertion and Retrieval in Stackby

    This workflow automates the process of inserting new data into a Stackby table and retrieving all existing data from it, streamlining your data management tasks.

    n8nFree
  2. Extract Post Titles from a Blog

    This n8n workflow uses a manual trigger to fetch the Hackernoon homepage via an HTTP request, then extracts all post titles using the HTML Extract node. It’s a simple tool for anyone who wants to quickly compile a list of blog headlines without copying them by hand.

    n8nFree
  3. Preconfigured Nodes for Systeme.io API Requests

    Using the Systeme API can be challenging due to its pagination settings and low rate limit. This requires a bit more knowledge about API requests than a beginner might have. This template provides preconfigured HTTP Request nodes to help you work more efficiently. Pagination settings, item limits, and rate limits are all configured for you, making it easier to get started. ### How to configure Systeme.io credentials The Systeme API uses the Header Auth method. So, create a Header Auth credential in your n8n with the name X-API-Key. ![image.png](fileId:825) ### Check out my other templates ☀️🌊 [**https://n8n.io/creators/solomon/**](https://n8n.io/creators/solomon/)

    n8nFree
  4. Update Notion database items based on changes in Google Sheets rows

    Automatically update Notion database items when changes occur in Google Sheets rows, ensuring your data stays synchronized across both platforms effortlessly.

    MakeFree
  5. Automate Duplicate Record Removal in Airtable Using ChatGPT

    Streamline your Airtable database by automatically identifying and removing duplicate records using ChatGPT's AI capabilities, ensuring cleaner and more efficient data management.

    MakeFree
  6. Automate Real-Time Currency Conversion with Webhook and Google Search

    This n8n workflow automates real-time currency conversion by capturing GET requests via a webhook, parsing exchange rate data from Google Search, and returning a formatted response. It ensures reliable conversions through query parameter validation and error handling.

    n8nFree
  7. Automate Bubble Data Creation from Google Sheets Updates

    Automatically create data entries in Bubble whenever updates occur in a Google Sheets spreadsheet, streamlining your data management process.

    MakeFree
  8. Automate ISS Position Tracking and Storage in TimescaleDB

    This workflow automates the process of fetching the International Space Station's (ISS) position and storing it in a TimescaleDB table every minute.

    n8nFree
  9. Monitor Monday.com Board Changes and Log to Google Sheets

    Efficiently track changes in Monday.com board items and automatically log them into Google Sheets for seamless project management and data analysis.

    MakeFree
  10. Weekly Data Transfer from Google Sheets to MySQL

    Automate the weekly import of data from Google Sheets into a MySQL database, ensuring your database is consistently updated.

    n8nFree
  11. Parse Email Body Message

    # Who we are We are **Aprende n8n**, the first n8n Spanish course for all n8n lovers. If you want to learn more, you can find out more at [Aprende n8n](https://aprenden8n.com). # Our goal This task allows extracting data from any email body with a NoCode snippet. # A small explanation You receive an email when a user submits a form from your website. All those emails usually have the same structure as the next one: ``` Name: Miquel Email: miquel@aprenden8n.com Subject: Welcome aboard Message: Hi Miquel! Thank you for your signup! ``` This task allows parsing any email body and assigning all values to the defined labels, getting an output like this: ``` { Name: Miquel, Email: miquel@aprenden8n.com, Subject: Welcome aboard, Message: Hi Miquel! Thank you for your signup! } ``` # After importing it When you import the import, you get the next task in your n8n: ![aprenden8n.com_email_parser_task.jpeg](fileId:613) We recommend importing this workflow into your current task and adapting it. You define a couple of variables in the Set values SE: - body: the email body you want to parse. You can add this as an expression from previous variables. - labels: the keywords you want to detect and parse. Labels are case insensitive. We define the next values: Body ``` Name: Miquel Email: miquel@aprenden8n.com Subject: Welcome aboard Message: Hi Miquel! Thank you for your signup! ``` Labels ``` Name,Email,Subject,Message ``` A screenshot of the Set output is the next one ![aprenden8n.com_email_parser_set.jpeg](fileId:611) If we check the Function item Node, we get the next content after executing the task: ![aprenden8n.com_email_parser_output.jpeg](fileId:612) # Capabilities The task has the next features: - You can detect as many labels as you want. - Label detection is case insensitive. - You can use the snippet as an independent workflow to call it generically, adding the Function item to the workflow and passing body and labels as parameters. # Limitations This task has limitations: - The parser only accepts multiline values at the end of the email. # Help and comments If you have any doubt about this snippet, please, contact us at miquel@aprenden8n.com. You can contact us at [Aprende n8n](https://aprenden8n.com) or in the [Spanish n8n community](https://t.me/comunidadn8n)

    n8nFree
  12. Automatically Transfer Typeform Leads to Google Sheets

    Streamline your data management by automatically transferring new Typeform submissions to a Google Sheets spreadsheet for easy storage and analysis.

    MakeFree
  13. Automate DNB Company Data Extraction with Bright Data and OpenAI

    Streamline the process of gathering structured business intelligence from Dun & Bradstreet by automating search, scraping, and data extraction using Bright Data and OpenAI.

    n8nFree
  14. Monitor eBay API Rate Limits for AI Integration

    This workflow transforms eBay's Analytics API into an MCP-compatible server for AI agents, enabling seamless monitoring of application and user rate limits.

    n8nFree
  15. Search and update Notion database items using API key authentication

    Easily search and update Notion database items using API key authentication. Automate data retrieval and modification with Notion and HP modules.

    MakeFree
  16. Automatically Store LinkedIn Scraper Results in Airtable

    This workflow automates the process of storing LinkedIn Profile Scraper results from Phantombuster into Airtable, streamlining data management.

    n8nFree
  17. Automate Customer Insights from Trustpilot Reviews Using Qdrant and OpenAI

    This workflow automates the extraction and analysis of Trustpilot reviews to generate actionable customer insights. It leverages Qdrant for vector storage and OpenAI for sentiment analysis, saving marketers significant time in review analysis.

    n8nFree
  18. Automate Contact Updates from Dux-Soup to Google Sheets

    Automatically create or update contact entries in Google Sheets when new data is received from Dux-Soup via a webhook.

    MakeFree
  19. Automate Email Validation and Update in Google Sheets Using Email Validator AI

    This workflow automates the validation of email addresses in a Google Sheet using Email Validator AI via RapidAPI, updating the sheet with the validation results.

    n8nFree
  20. Automate LinkedIn Profile Discovery for Key Roles Using Google Search

    This workflow automates the discovery of LinkedIn profiles for roles like CISO and CEO using Google Programmable Search. It extracts profile links, names, and timestamps, logging them into a structured Google Sheet for analysis.

    n8nFree
  21. Weekly Data Transfer from MySQL to Google Sheets

    This workflow automates the weekly transfer of data from a MySQL table to Google Sheets, ensuring your spreadsheet is always up-to-date.

    n8nFree
  22. ← PreviousPage 23 of 42Next →

    Related categories

    Communication (2,463)AI (1,929)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)File & Document Management (802)CRM - Sales (604)Notifications (580)Social Media (562)

    Need a custom data & analytics workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow