Back to Integrations
integration
integration

Sentiment Analysis and Information Extractor integration

Save yourself the work of writing custom integrations for Sentiment Analysis and Information Extractor and use n8n instead. Build adaptable and scalable AI, and Langchain workflows that work with your technology stack. All within a building experience you will love.

How to connect Sentiment Analysis and Information Extractor

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Sentiment Analysis and Information Extractor integration: Create a new workflow and add the first step

Step 2: Add and configure Sentiment Analysis and Information Extractor nodes

You can find Sentiment Analysis and Information Extractor in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Sentiment Analysis and Information Extractor nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Sentiment Analysis and Information Extractor integration: Add and configure Sentiment Analysis and Information Extractor nodes

Step 3: Connect Sentiment Analysis and Information Extractor

A connection establishes a link between Sentiment Analysis and Information Extractor (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Sentiment Analysis and Information Extractor integration: Connect Sentiment Analysis and Information Extractor

Step 4: Customize and extend your Sentiment Analysis and Information Extractor integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Sentiment Analysis and Information Extractor with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Sentiment Analysis and Information Extractor integration: Customize and extend your Sentiment Analysis and Information Extractor integration

Step 5: Test and activate your Sentiment Analysis and Information Extractor workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Sentiment Analysis to Information Extractor or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Sentiment Analysis and Information Extractor integration: Test and activate your Sentiment Analysis and Information Extractor workflow

Scrape Trustpilot Reviews with DeepSeek, Analyze Sentiment with OpenAI

Workflow Overview
This workflow automates the process of scraping Trustpilot reviews, extracting key details, analyzing sentiment, and saving the results to Google Sheets. It uses OpenAI for sentiment analysis and HTML parsing for review extraction.

How It Works

  1. Scrape Trustpilot Reviews
    HTTP Request**:
    Fetches review pages from Trustpilot (https://it.trustpilot.com/review/{{company_id}}).
    Paginates through pages (up to max_page limit).
    HTML Parsing**:
    Extracts review URLs using CSS selectors
    Splits the URLs into individual review links.

  2. Extract Review Details
    Information Extractor**:
    Uses DeepSeek to extract structured data from the review:
    Author: Name of the reviewer.
    Rating: Numeric rating (1-5).
    Date: Review date in YYYY-MM-DD format.
    Title: Review title.
    Text: Full review text.
    Total Reviews: Number of reviews by the user.
    Country: Reviewer’s country (2-letter code).

  3. Sentiment Analysis
    Sentiment Analysis Node**:
    Uses OpenAI to classify the review text as Positive, Neutral, or Negative.
    Example output:
    {
    "category": "Positive",
    "confidence": 0.95
    }

  4. Save to Google Sheets
    Google Sheets Node**:
    Appends or updates the extracted data to a Google Sheet

Set Up Steps

  1. Configure Trustpilot Scraping
    Edit Fields1 Node**:
    Set company_id to the Trustpilot company name
    Set max_page to limit the number of pages scraped.

  2. Configure Google Sheets
    Google Sheets Node**:
    Update the documentId with your Google Sheet ID
    Ensure the sheet has the required columns (Id, Data, Nome, etc.).

  3. Configure OpenAI
    OpenAI Chat Model Node**:
    Add your OpenAI API key.
    Sentiment Analysis Node**:
    Ensure the categories match your desired sentiment labels (Positive, Neutral, Negative).

Key Components
Nodes**:
HTTP Request/HTML: Scrape and parse Trustpilot reviews.
Information Extractor: Extract structured review data using DeepSeek.
Sentiment Analysis: Classify review sentiment.
Google Sheets: Save and update review data.
Credentials**:
OpenAI API key.
DeepSeek API key.
Google Sheets OAuth2.

Nodes used in this workflow

Popular Sentiment Analysis and Information Extractor workflows

Scrape Trustpilot Reviews with DeepSeek, Analyze Sentiment with OpenAI

Workflow Overview This workflow automates the process of scraping Trustpilot reviews, extracting key details, analyzing sentiment, and saving the results to Google Sheets. It uses OpenAI for sentiment analysis and HTML parsing for review extraction. How It Works Scrape Trustpilot Reviews HTTP Request**: Fetches review pages from Trustpilot (https://it.trustpilot.com/review/{{company_id}}). Paginates through pages (up to max_page limit). HTML Parsing**: Extracts review URLs using CSS selectors Splits the URLs into individual review links. Extract Review Details Information Extractor**: Uses DeepSeek to extract structured data from the review: Author: Name of the reviewer. Rating: Numeric rating (1-5). Date: Review date in YYYY-MM-DD format. Title: Review title. Text: Full review text. Total Reviews: Number of reviews by the user. Country: Reviewer’s country (2-letter code). Sentiment Analysis Sentiment Analysis Node**: Uses OpenAI to classify the review text as Positive, Neutral, or Negative. Example output: { "category": "Positive", "confidence": 0.95 } Save to Google Sheets Google Sheets Node**: Appends or updates the extracted data to a Google Sheet Set Up Steps Configure Trustpilot Scraping Edit Fields1 Node**: Set company_id to the Trustpilot company name Set max_page to limit the number of pages scraped. Configure Google Sheets Google Sheets Node**: Update the documentId with your Google Sheet ID Ensure the sheet has the required columns (Id, Data, Nome, etc.). Configure OpenAI OpenAI Chat Model Node**: Add your OpenAI API key. Sentiment Analysis Node**: Ensure the categories match your desired sentiment labels (Positive, Neutral, Negative). Key Components Nodes**: HTTP Request/HTML: Scrape and parse Trustpilot reviews. Information Extractor: Extract structured review data using DeepSeek. Sentiment Analysis: Classify review sentiment. Google Sheets: Save and update review data. Credentials**: OpenAI API key. DeepSeek API key. Google Sheets OAuth2.

Build your own Sentiment Analysis and Information Extractor integration

Create custom Sentiment Analysis and Information Extractor workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Sentiment Analysis and Information Extractor integration details

FAQs

  • Can Sentiment Analysis connect with Information Extractor?

  • Can I use Sentiment Analysis’s API with n8n?

  • Can I use Information Extractor’s API with n8n?

  • Is n8n secure for integrating Sentiment Analysis and Information Extractor?

  • How to get started with Sentiment Analysis and Information Extractor integration in n8n.io?

Looking to integrate Sentiment Analysis and Information Extractor in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Sentiment Analysis with Information Extractor

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon