Back to Integrations
integration
integration

Information Extractor and Sentiment Analysis integration

Save yourself the work of writing custom integrations for Information Extractor and Sentiment Analysis 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 Information Extractor and Sentiment Analysis

  • 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.

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

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

You can find Information Extractor and Sentiment Analysis 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 Information Extractor and Sentiment Analysis nodes one by one: input data on the left, parameters in the middle, and output data on the right.

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

Step 3: Connect Information Extractor and Sentiment Analysis

A connection establishes a link between Information Extractor and Sentiment Analysis (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.

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

Step 4: Customize and extend your Information Extractor and Sentiment Analysis 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 Information Extractor and Sentiment Analysis with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

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

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

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Information Extractor to Sentiment Analysis 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.

Information Extractor and Sentiment Analysis integration: Test and activate your Information Extractor and Sentiment Analysis 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 Information Extractor and Sentiment Analysis 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 Information Extractor and Sentiment Analysis integration

Create custom Information Extractor and Sentiment Analysis 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.

Information Extractor and Sentiment Analysis integration details

FAQs

  • Can Information Extractor connect with Sentiment Analysis?

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

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

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

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

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

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Information Extractor with Sentiment Analysis

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