Trustpilot company review scraper avatar
Trustpilot company review scraper

Pricing

$10.00/month + usage

Go to Store
Trustpilot company review scraper

Trustpilot company review scraper

Developed by

SASWAVE

SASWAVE

Maintained by Community

Allows you to search a list of domain names on trustpilot and get the average review score , total number of reviews and numbers of reviews per stars

0.0 (0)

Pricing

$10.00/month + usage

4

Total users

158

Monthly users

9

Runs succeeded

>99%

Last modified

3 months ago

Trustpilot scraper

Get the average score and the numbers of reviews from a list of company domains name ex: google.com, youtube.com etc ..

Inputs

  • domain : list OR string (csv format) ex: ['youtube.com', 'google.com', 'apple.com'] OR "youtube.com,google.com,apple.com"

One of the 2 types is needed.

Outputs

returns a list of company with the total reviews and score each object in the list contains the following data and type

{
"company": "youtube.com",
"score": "1.6",
"1_reviews": "5832",
"2_reviews": "534",
"3_reviews": "430",
"4_reviews": "428",
"5_reviews": "1158",
"total_reviews": "8382",
"url": "https://www.trustpilot.com/review/www.youtube.com"
}