imobiliarias
Problem
Finding a specific property means opening dozens of real-estate sites one by one, each with its own filters and format.
Solution
Async search engine in Python/FastAPI that queries the sites in parallel and normalizes results into a single table - trade-off: per-site fault-tolerant parsing, so one site being down doesn't stall the whole search.
Result
20+ real-estate sites monitored in parallel, <3s response time, +50% time saved on search.
