Trustpilot data scraping From a domain name get the average score total number of reviews and numbers of reviews per stars
Get the average score and the numbers of reviews from a list of company domains name ex: google.com, youtube.com etc ..
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"
}