Trustpilot Review Scraper with AI
Pricing
$5.00 / 1,000 reviews
Go to Apify Store

Trustpilot Review Scraper with AI
Automatically scrape Trustpilot reviews at scale. Uses OpenAI to extract structured data (author, rating, date, text, country) and analyze sentiment (Positive/Neutral/Negative). Includes duplicate detection and pagination support. Perfect for reputation monitoring and customer feedback analysis.
Pricing
$5.00 / 1,000 reviews
Rating
0.0
(0)
Developer

Kutay
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
Trustpilot Review Scraper with OpenAI
Scrapes Trustpilot reviews, extracts structured information using OpenAI, and analyzes sentiment using OpenAI.
Features
- Scrapes Trustpilot reviews with pagination support
- Extracts structured information (author, rating, date, title, text, country, total reviews) using OpenAI
- Analyzes sentiment (Positive, Neutral, Negative) using OpenAI
- Duplicate detection to skip already processed reviews
- Configurable request intervals to respect rate limits
Input
companyId(required): The company ID registered on TrustpilotmaxPages(optional): Maximum number of pages to scrape (default: 2)locale(optional): Trustpilot locale (default: "it")openAiApiKey(required): OpenAI API key for information extraction and sentiment analysischeckDuplicates(optional): Skip reviews that already exist in the dataset (default: true)requestInterval(optional): Delay between requests in milliseconds (default: 5000)
Output
The actor outputs reviews to an Apify dataset with the following fields:
id: Review IDurl: Review URLauthor: Review author namerating: Rating (1-5)date: Review date (YYYY-MM-DD)title: Review titletext: Review textcountry: Country code (2 characters)totalReviews: Total number of reviews by the authorsentiment: Sentiment analysis result (Positive, Neutral, Negative)
Usage
$apify run
Deployment
$apify push