omkarcloud/trustpilot-scraper ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python 3 tool that lets me pull Trustpilot company data through a simple REST API.
I want to be able to search for a company by domain or keyword, get the full company profile, ratings, review counts, category info, and paginated reviews, plus a reviewer’s history. It should return clean JSON and keep working even when Trustpilot only shows a limited number of review pages.
Also include contact enrichment for the company website, so it can find emails, phone numbers, social profiles, and basic technology info from the site itself. If possible, make it work without me having to manage proxies or deal with getting blocked.
Please make the API easy to call with GET requests and an API key header, and include a few simple example requests so I can test it right away. If you need to look up current docs online while building it, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit