Trustpilot Company Scraper avatar
Trustpilot Company Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Trustpilot Company Scraper

Trustpilot Company Scraper

Scrape company listings from Trustpilot search results with automatic pagination and comprehensive business information extraction.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Categories

Share

🏢 Trustpilot Company Scraper

This actor allows you to scrape company listings from Trustpilot.com by providing a search URL. It automatically handles pagination and extracts comprehensive business information including ratings, reviews, contact details, and company profiles.

Features

  • URL-based Scraping: Extract company listings by providing a complete Trustpilot search URL
  • Automatic Pagination: Automatically navigates through pages and loads more companies until reaching the end or max items limit
  • Comprehensive Company Data: Extract detailed information about each company including:
    • Company name and website
    • Trust score and star ratings
    • Total review count
    • Company logo
    • Business address
    • Direct link to company profile page
  • Smart Deduplication: Automatically removes duplicate companies based on profile links

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Trustpilot search URL to scrape
maxItemsintegerNoMaximum number of companies to fetch (default: unlimited)
proxyConfigurationobjectNoProxy settings for the actor

How to Get Search URL

  1. Go to Trustpilot.com
  2. Use the search bar to find companies (e.g., "Best social media agency", "web design companies", etc.)
  3. Copy the complete URL from your browser's address bar
  4. Paste it into the searchUrl field

Example search URL:

https://www.trustpilot.com/search?query=Best%20social%20media%20agency&experiment=semantic_search_enabled

Output

The output is a dataset of company objects, each containing:

  • searchUrl: The original search URL used
  • companyName: Name of the company
  • websiteUrl: Company website URL
  • trustScore: Trust score rating (e.g., "4.9")
  • starRating: Star rating out of 5 (e.g., "5")
  • reviewCount: Total number of reviews
  • logoImg: URL of the company logo image
  • address: Business address
  • link: Direct link to the company's Trustpilot profile page
  • scrapedAt: Timestamp of when the company was scraped

Example output:

[
{
"searchUrl": "https://www.trustpilot.com/search?query=Best%20social%20media%20agency&experiment=semantic_search_enabled",
"companyName": "Instagram Hacks University 2.0",
"websiteUrl": "ighacksuniversity.com",
"trustScore": "4.9",
"starRating": "5",
"reviewCount": "1553",
"logoImg": "https://consumersiteimages.trustpilot.net/business-units/643ca25c40dd867d9b2bfe6b-198x149-1x.jpg",
"address": "3353 Peachtree Road, NE, Atlanta, United States",
"link": "https://www.trustpilot.com/review/ighacksuniversity.com",
"scrapedAt": "2025-11-10T05:32:09.656Z"
},
...
]

Use Cases

  • Market research and competitor analysis
  • Lead generation for B2B sales
  • Industry analysis and benchmarking
  • Reputation monitoring
  • Business directory building
  • Vendor evaluation and selection
  • Trust score tracking and comparison

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • All companies are deduplicated to ensure unique results
  • Results are saved incrementally as they are found
  • All timestamps are in ISO 8601 format

Start scraping company listings from Trustpilot today!