- Copy-paste the formula below
- Remove the spaces in the URL from step 1
- Replace {domain} with the cell containing your domain names
- Drag the formula down
Copy-paste this formula:
=IMPORTXML(CONCAT("https: //www. trustpilot. com/review/",{domain}),"//*[@id='business-unit-title']/div/div/p")
🎁 Bonus: use the formula below to display it in a nice format
=REPT("⭐️",ROUND({rating}))