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.8 (5)

Pricing

$10.00/month + usage

46

Total users

1.5K

Monthly users

145

Runs succeeded

>99%

Issues response

1.6 hours

Last modified

6 days ago

EB

Only returned 17 reviews

Open

eccentric_bark opened this issue
6 days ago

Has nearly 100 reviews but scrape only returned 17

casper11515 avatar

I can see that you filter by if a review is verified and only extract one page which is 20 reviews, which is causing the issue.

If you change the input to be like this you should get the full amount of reviews scraped:

{
"Proxy configuration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountry": "GB"
},
"companyWebsite": "https://uk.trustpilot.com/review/standardaccounting.co.uk",
"contentToExtract": "reviews",
"endAtPageNumber": 0,
"filterByLanguage": "all",
"filterByVerified": false,
"sortBy": "recency",
"startFromPageNumber": 1
}

I have attached a screenshot of the manual view to set this input as well.

Let me know if you get the intended data now.