
Trustpilot reviews scraper
Pricing
$10.00/month + usage

Trustpilot reviews scraper
Easily filter and extract thousands of reviews with data such as title, description, score, reviewer, country, company response, and much more from companies on Trustpilot.com and download them to multiple file formats.
3.0 (1)
Pricing
$10.00/month + usage
32
Total users
1.3k
Monthly users
107
Runs succeeded
>99%
Issue response
1.5 hours
Last modified
3 days ago
Unable to attain all reviews
Closed
Hi trying to get reviews on teh following companies, but coming back empty. Require all reviews form two Trustpilot accounts from all time: https://www.trustpilot.com/review/luxurywatchrepairs.com https://www.trustpilot.com/review/fixmywatch.co.uk Please can you assist?
Hey, sorry for the inconvenience. Did you try entering the companywebsite as "luxurywatchrepairs.com" instead of "https://www.trustpilot.com/review/luxurywatchrepairs.com" ?
throwsjg
Hi All the reviews are on Trustpilot, i also tyried JSON code but that also never worked
Can you share the JSON code so I can take a look?
throwsjg
{ "startUrls": [ { "url": "https://www.trustpilot.com/review/fixmywatch.co.uk" } ], "maxPagesPerStartUrl": 50, "maxReviews": 1000, "useBrowser": true, "proxyConfiguration": { "useApifyProxy": true } }
Hi again.
The JSON input you shared will unfortunately not work. The JSON should be like this as that is supported currently:
{"Proxy configuration": {"useApifyProxy": true,"apifyProxyGroups": []},"companyWebsite": "fixmywatch.co.uk","endAtPageNumber": 50,"filterByLanguage": "all","filterByVerified": false,"onlyExtractCompanyInformation": "false","sortBy": "recency","startFromPageNumber": 1}
You will need to create an apify task as per the documentation here to scrape multiple company websites https://docs.apify.com/platform/actors/running/tasks instead of setting a startUrl since that is not supported in the scraper.
Let me know if you got this working.
throwsjg
Thank You