Trustpilot Business Search Scraper avatar

Trustpilot Business Search Scraper

Pricing

Pay per usage

Go to Apify Store
Trustpilot Business Search Scraper

Trustpilot Business Search Scraper

Search Trustpilot companies by keyword or browse businesses by category. Extract company names, TrustScores, review counts, claimed status, websites, profile URLs, categories, and location fields.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Find companies and category business listings on Trustpilot through Scrappa. Use this Actor to build prospect lists, monitor competitors, discover reviewed businesses in a category, or collect company domains before running the Trustpilot Company Reviews Scraper.

Features

  • Search Trustpilot companies by brand, company name, or domain
  • Browse Trustpilot businesses by category slug, country, claimed status, sort order, and minimum TrustScore
  • Fetch one or more one-based result pages per run
  • Extract company name, domain, website, Trustpilot profile URL, TrustScore, stars, review count, claimed/verified status, categories, country, city, email, and phone fields when available
  • Dataset rows optimized for Apify table views
  • Full Scrappa page responses saved to the OUTPUT key-value-store record

Input

FieldTypeRequiredDescription
search_typestringNocompany_search for keyword/domain discovery or category for category browsing. Default company_search
querystringFor company searchCompany, brand, or domain query, for example amazon
categorystringFor category searchTrustpilot category slug, for example electronics_technology or restaurants_bars
countrystringNoISO-2 country filter, for example US, GB, or DE
pageintegerNoFirst one-based result page. Default 1
max_pagesintegerNoNumber of pages to fetch, 1-10. Default 1
per_pageintegerNoCompany-search results per page, 1-50. Default 20
min_ratingnumberNoMinimum TrustScore for company search
min_review_countintegerNoMinimum review count for company search
sortstringNoCategory sort: reviews_count or latest_review
claimedbooleanNoFilter category results to claimed businesses
limitintegerNoCategory results per page, 1-50. Default 20
trustscorenumberNoMinimum TrustScore for category search

Example Company Search Input

{
"search_type": "company_search",
"query": "amazon",
"country": "US",
"min_rating": 3,
"min_review_count": 100,
"page": 1,
"max_pages": 2
}

Example Category Search Input

{
"search_type": "category",
"category": "electronics_technology",
"country": "US",
"sort": "reviews_count",
"limit": 20,
"max_pages": 2
}

Output

Each Trustpilot business is saved as one dataset item:

{
"business_name": "Amazon",
"identifying_name": "amazon.com",
"website_url": "https://www.amazon.com",
"profile_url": "https://www.trustpilot.com/review/amazon.com",
"trust_score": 1.4,
"stars": 1.5,
"review_count": 38765,
"is_claimed": true,
"is_verified": false,
"country": "United States",
"country_code": "US",
"city": "Seattle",
"category_names": "Marketplace, Electronics",
"request_search_type": "company_search",
"request_query": "amazon",
"request_page": 1,
"total_results": 42,
"total_pages": 3
}

The OUTPUT record includes the request summary, endpoint used, pages fetched, business count, reported Trustpilot totals, and raw Scrappa responses for the fetched pages.

Pricing

This Actor is designed for paid, usage-aligned runs. Charge per saved business-result dataset item so users pay for delivered company records.

Notes

Trustpilot search returns public company and category listing data. For higher-volume Trustpilot discovery, details, review monitoring, or direct API access, use Scrappa at https://scrappa.co/api/trustpilot/company-search and https://scrappa.co/api/trustpilot/businesses.