alanmlcafe/PropertySharkScrapy — reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python scraping project for PropertyShark. I want to be able to point it at property search pages or individual property pages and collect the main public real estate details into something easy to use like CSV or JSON. Make it work across multiple pages, handle basic errors cleanly, and use polite request timing so it does not hammer the site. It should also be easy to tweak later for a different area or a different set of PropertyShark pages.

Please keep the code organized and readable, and include a short setup note with an example command and a sample of the output so a lightly technical person can run it without much fuss. If the site has any quirks or protections, look up the current behavior online if you need to and adapt the scraper in a reasonable way. The main goal is a working scraper that pulls useful property data reliably and saves it in a clean format.

Want more depth? Deep Reverse