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

    Data & Analytics Workflows

    Data processing and analytics

    • Automate Customer Feedback Analysis and Reporting with AI and Google Sheets

      This workflow automates the analysis of customer feedback from Google Sheets using AI, generating insights, visualizations, and a comprehensive report ready for email delivery.

      n8nFree
    • Integrate AI-Generated Charts into Conversations Using OpenAI and Quickchart

      This workflow enables an AI agent to generate and integrate charts into conversations using OpenAI's structured output and Quickchart.io. It enhances user interactions by visualizing data in real-time.

      n8nFree
    • Scrape Every URL on the Web Without Getting Blocked by Anti-Bot Technologies with Scrapey

      ## Purpose of the Workflow Most scraping workflows get blocked by anti-bot technologies. To avoid this, you can use Scrappey to scrape every website you want. ## How It Works: We use test data and make an API call to the Scrappey service. We get the scraped website data back as a result. ## Setup Steps: - Replace YOUR_API_KEY in the Scrappey API Call node with your Scrappey API Key ([Register For Free](https://scrappey.com/?ref=n8n)). - Replace the test data with your production data. You can plug in any type of data connector at this point of your workflow.

    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.

    n8nFree
  1. Automate Data Analysis from Google Sheets Using OpenAI

    Leverage OpenAI to automatically analyze data from Google Sheets, providing insights and key performance indicators (KPIs) with ease.

    n8nFree
  2. Automate LinkedIn Post Engagement Analysis with Airtop

    Effortlessly extract and analyze engagement metrics from LinkedIn posts using Airtop for enhanced marketing and research insights.

    n8nFree
  3. Demo Workflow - How to Use workflowStaticData()

    This workflow demonstrates how to use the `workflowStaticData()` function to set any type of variable that will persist within workflow executions. [https://docs.n8n.io/code/cookbook/builtin/get-workflow-static-data/](https://docs.n8n.io/code/cookbook/builtin/get-workflow-static-data/) This can be useful, for example, when working with access tokens that expire after a certain time period. Using `staticData`, we can keep a record of that access token and the expiry time and build our workflow logic around it. ## Important Static Data only persists across **production** executions, i.e., triggered by Webhooks or Schedule triggers (not manual executions!). For this, the workflow will have to be activated. ## Setup - Configure HTTP Request node to fetch access token from your API (optional) - Activate workflow - Test the workflow with the webhook production link - You can check the population of the static data in the single executions ### Feedback If you found this useful or want to report some missing information - I'd be happy to hear from you at [ria@n8n.io](mailto:ria@n8n.io)

    n8nFree
  4. Automate Website Funnel Analysis with AI and Google Sheets

    This workflow automates the analysis of website conversion funnels using AI and data scraping tools, providing insights into optimization opportunities and user journey performance.

    n8nFree
  5. Automate Business Data Collection from Google Maps to Sheets and Excel

    Streamline the process of collecting business information from Google Maps and exporting it to Google Sheets or Excel for easy analysis and sharing.

    n8nFree
  6. API Queries Data from GraphQL

    ![workflow-screenshot](fileId:26) Simple API which queries the received country code via GraphQL and returns it. Example URL: [https://n8n.example.com/webhook/1/webhook/webhook?code=DE](https://n8n.example.com/webhook/1/webhook/webhook?code=DE) 1. Receives country code from an incoming HTTP Request 2. Reads data via GraphQL 3. Converts the data to JSON 4. Constructs return string

    n8nFree
  7. Merge Data for Multiple Executions

    This workflow demonstrates how to merge data from different executions. ![workflow-screenshot](fileId:517) The Merge Data Function node fetches the data from different executions of the RSS Feed Read node and merges them under a single object. **Note:** If you want to process the items that get merged, you will have to convert the single item into n8n understandable multiple items.

    n8nFree
  8. Filtering and Branching Data

    **Ask:** Conditional filtering and branching items **Why:** Filtering and branching data based on conditions allows you to build complex workflows that work with more than one data flow scenario. **Main use cases:** - Filter out data that is not relevant for the rest of the workflow. - Split data into several branches of the workflow, where we want the data to be treated differently in the rest of the workflow.

    n8nFree
  9. Receive Google Sheet Data via REST API

    Simple workflow which allows receiving data from a Google Sheet via REST endpoint. 1. Wait for Webhook Call 2. Get data from Google Sheet 3. Return data Example Sheet: [https://docs.google.com/spreadsheets/d/17fzSFl1BZ1njldfp5lvh8HtS0-pNXH66b7qGZIiGRU](https://docs.google.com/spreadsheets/d/17fzSFl1BZ1njldfp5lvh8HtS0-pNXH66b7qGZIiGRU)

    n8nFree
  10. Validate e-mails in Airtable table by BringData.co

    When a new record is created in Airtable, e-mail from the record is validated by BringData.co. If the e-mail is not valid, it is deleted from the table.

    MakeFree
  11. Automate Squarespace Blog and Event Data Export to Google Sheets

    Effortlessly export and update your Squarespace blog and event collections into Google Sheets. This workflow ensures your data is always current by fetching items in paginated batches and appending them to a spreadsheet.

    n8nFree
  12. Create new Google Sheets row from Airtable records when triggered by a Webhook

    Every time a custom webhook is triggered, Make will automatically retrieve a record from Airtable using the output of the webhook. It will validate the email from the Airtable record. If the status of the email is valid it will add a new row to a Google Sheet. he webhook should have a field id otherwise the scenario will not be triggered.

    MakeFree
  13. Automate Google Sheets Row Monitoring and Database Updates

    Effortlessly monitor new rows in Google Sheets and automatically update your database with the latest entries. This workflow ensures your data remains synchronized and up-to-date.

    MakeFree
  14. Add Google Sheets rows for new Weavely responses

    Add a new row in Google Sheets whenever a form is submitted in Weavely.ai. his template makes it easy to collect responses in a spreadsheet for tracking, reporting, or sharing with your team. his template was created by Weavely.ai. For questions or support, visit [weavely.ai](https://www.weavely.ai/)

    MakeFree
  15. Send data to Google Sheets after a custom webhook with a delay

    rigger a custom webhook to send data to Google Sheets with a delay. Automate data logging and scheduling using Google Sheets and webhooks.

    MakeFree
  16. Extract and Customize Bibliographic Data from Zotero Collections

    This workflow retrieves metadata from a specified collection in your Zotero library, allowing you to customize the output for better data management.

    n8nFree
  17. Automate Daily Sheep Market Pricing Data Collection to Google Sheets

    This workflow automates the retrieval of daily sheep market pricing data from the Taiwan Agricultural Products Open Data Platform and appends it to a Google Sheets document for streamlined analysis.

    n8nFree
  18. Send data to Google Sheets using a custom webhook and API key authentication

    Automatically send data to Google Sheets using a custom webhook and API key authentication. Streamline data entry with Makes integration of Google Sheets.

    MakeFree
  19. Automate Monthly Alexa Traffic Data to Google Sheets

    Automatically retrieve and store monthly traffic data from Alexa Internet for websites listed in Google Sheets. This workflow runs on the first day of each month, ensuring your data is up-to-date.

    MakeFree
  20. Automate Data Transfer to an HTTP Endpoint on Trigger

    Efficiently automate your data transfer process by sending data to an HTTP endpoint whenever a specific event is triggered. This workflow ensures seamless integration and timely updates between your applications.

    MakeFree
  21. Automate Airtable Record Creation from Product Hunt Posts

    Automatically create new Airtable records from the latest posts on Product Hunt every 15 minutes, capturing essential details like name, description, and URL.

    MakeFree
  22. ← PreviousPage 10 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