Trustpilot reviews scraper avatar
Trustpilot reviews scraper

Pricing

$10.00/month + usage

Go to Store
Trustpilot reviews scraper

Trustpilot reviews scraper

Developed by

Casper Rubæk

Casper Rubæk

Maintained by Community

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.

2.5 (2)

Pricing

$10.00/month + usage

37

Total users

1.3k

Monthly users

120

Runs succeeded

>99%

Issues response

1.5 hours

Last modified

a day ago

TH

Unable to attain all reviews

Closed

throwsjg opened this issue
a month ago

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?

casper11515 avatar

Hey, sorry for the inconvenience. Did you try entering the companywebsite as "luxurywatchrepairs.com" instead of "https://www.trustpilot.com/review/luxurywatchrepairs.com" ?

TH

throwsjg

a month ago

Hi All the reviews are on Trustpilot, i also tyried JSON code but that also never worked

casper11515 avatar

Can you share the JSON code so I can take a look?

TH

throwsjg

a month ago

{ "startUrls": [ { "url": "https://www.trustpilot.com/review/fixmywatch.co.uk" } ], "maxPagesPerStartUrl": 50, "maxReviews": 1000, "useBrowser": true, "proxyConfiguration": { "useApifyProxy": true } }

casper11515 avatar

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.

TH

throwsjg

a month ago

Thank You