Trustpilot Companies Scraper avatar

Trustpilot Companies Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Trustpilot Companies Scraper

Trustpilot Companies Scraper

Extract Trustpilot companies with ratings, scores, and contact info from category and search result pages. Powered by Trustpilot Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

17

Total users

6

Monthly active users

11 days ago

Last modified

Share

This actor extracts Companies from Trustpilot category and search result pages. It collects business profiles including trust scores, ratings, and contact information directly from listing views. The data is returned in a structured format for lead generation and market research.


Want more from Trustpilot?

This actor covers Companies only. The full Trustpilot Scraper browser extension also includes Reviews, Companies with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Trustpilot Scraper extension


Data Fields

Field NameDescriptionExample
Company NameThe legal or trade name of the business"Example Corp"
Company WebsiteThe official website URL of the company"https://www.example.com"
Company LogoURL to the company profile image"https://images.trustpilot.com/logos/123.png"
Company Trust ScoreThe numerical TrustScore (0-5)4.7
Company StarsThe star rating count5
Company Review CountTotal number of reviews received1250
Company CategoriesList of industry categories["Software", "Tech"]
Company AddressStreet address of the company"123 Tech Lane"
Company CityCity where the company is located"New York"
Company CountryCountry of the company"United States"
Company Postal CodeZip or postal code"10001"
Company EmailPublic contact email address"contact@example.com"
Company PhonePublic contact phone number"+1-555-0199"
Company URLThe Trustpilot profile page URL"https://www.trustpilot.com/review/example.com"

Input

  • urls: Array of Trustpilot category or search result page URLs.
  • maxItems: Maximum number of companies to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.trustpilot.com/categories/software_vendor"],
"maxItems": 50
}

Example Output

[
{
"companyName": "Cloud Solutions Ltd",
"companyWebsite": "https://cloudsol.io",
"companyLogo": "https://images.trustpilot.com/logos/cloud.png",
"companyTrustScore": 4.8,
"companyStars": 5,
"companyReviewCount": 850,
"companyCategories": ["Cloud Computing", "SaaS"],
"companyAddress": "45 Sky Road",
"companyCity": "San Francisco",
"companyCountry": "United States",
"companyPostalCode": "94105",
"companyEmail": "info@cloudsol.io",
"companyPhone": "+1-415-555-0122",
"companyUrl": "https://www.trustpilot.com/review/cloudsol.io"
},
{
"companyName": "Data Metrics Inc",
"companyWebsite": "https://datametrics.com",
"companyLogo": "https://images.trustpilot.com/logos/data.png",
"companyTrustScore": 4.2,
"companyStars": 4,
"companyReviewCount": 320,
"companyCategories": ["Analytics"],
"companyAddress": "101 Binary Way",
"companyCity": "Austin",
"companyCountry": "United States",
"companyPostalCode": "73301",
"companyEmail": "support@datametrics.com",
"companyPhone": "+1-512-555-0188",
"companyUrl": "https://www.trustpilot.com/review/datametrics.com"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.