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.

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

TH

Unable to attain all reviews

Closed

throwsjg opened this issue
18 days 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

18 days 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

18 days 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

17 days ago

Thank You