Trustpilot Company Categories avatar
Trustpilot Company Categories

Pricing

$4.00/month + usage

Go to Store
Trustpilot Company Categories

Trustpilot Company Categories

Developed by

njoylab

njoylab

Maintained by Community

Scrape Trustpilot businesses using 3 modes: category, keyword, or detailed business. Filter by location, country, trust score, verification status. Extract company data, ratings, reviews, contact info, and more making it perfect for market research, reputation tracking, or business insights.

5.0 (4)

Pricing

$4.00/month + usage

8

Total users

73

Monthly users

27

Runs succeeded

>99%

Issues response

3.9 days

Last modified

2 days ago

ON

No results when searching for keywords with dots in between

Closed

ontargetai opened this issue
4 days ago

I'm trying to get search results for keywords containing a dot in between words (like a domain), but getting no results back.

Trying the search manually on Trustpilot yields results for these values.

E.g. input:

"search": "microsoft.com",
"searchType": "search",

or

"search": "flo.health",
"searchType": "search",
njoylab avatar

Hello, Thank you for reporting this issue. It appears that Trustpilot's search function recognizes URLs and redirects directly to the company detail page instead of returning search results. I'll need to parse the detail page instead. This will take maximum a couple of days to implement. Best regards

njoylab avatar

Hello, I've implemented the page detail parser. It now works with additional response data including:

reviews
rating
data

Please let me know if this meets your requirements

ON

ontargetai

2 days ago

That's great, thank you. It does exactly what we need!

This creates an opportunity for something else that would be of great value for us, if possible.

If we open a Trustpilot reviews page for any of the examples given initially (e.g. https://www.trustpilot.com/review/www.microsoft.com), they also have a section for People also looked at (suggestions of similar things). Would it be possible to have a toggle to also include either just the suggested domains or (preferably) some minimal data - which is already visible in these suggestions (i.e. name/title, nr of reviews, domain, image url)?

njoylab avatar

Thanks for the feedback. I've added to the response

"similarBusinessUnits": [
{
"businessUnitId": "46aa1826000064000500920e",
"businessUnitDisplayName": "Apple",
"businessUnitIdentifyingName": "www.apple.com",
"businessUnitLogo": "//s3-eu-west-1.amazonaws.com/tpd/screenshots/46aa1826000064000500920e/198x149.png",
"numberOfReviews": 10542,
"stars": 2,
"statusCode": 4,
"tier": "5dd5135ce747052198a08e6b",
"trustScore": 1.8
},
...
]

Fyi I've also added

"aiSummary": {
"summary": "Most reviewers were let down by their experience overall. People express frustration with various aspects of Microsoft's services.....",
"status": "Published",
"lang": "en",
"updatedAt": "2025-07-02T09:27:14Z"
ON

ontargetai

2 days ago

That is amazing, thank you!