FAAQJAVED/Trustpilot-Business-Scraper ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python scraper that takes a Trustpilot search query like accountants in Manchester or solicitors in London and pulls back the business contact details from the search results. I want it to collect email, phone, website, postcode, and category, then save everything into a dated Excel file with a clean summary sheet too.
It should handle lots of results without feeling slow, show a progress bar while it runs, and let me stop and continue later without losing work. If a page or profile fails, it should retry a few times instead of crashing. Keep the Trustpilot specific settings in a config file so it is easy to change later, and make the whole thing work from a simple command line script.
Please make sure it is for business contact data only, not review text or ratings. If you need to check current Trustpilot page structure or docs online, go ahead and look them up first.
Are you gonna build this?
make sure you review the code using coderabbit