This document summarizes a research presentation on estimating aggregates over dynamic hidden web databases. It introduces the challenges of estimating aggregates over databases that change frequently, as opposed to static databases. It presents two algorithms for aggregate estimation: REISSUE-ESTIMATOR, which tries to infer how search query answers change between rounds, and RS-ESTIMATOR, which automatically maintains a sample of the database according to how it changes. Experimental results show that RS-ESTIMATOR performs better by adapting the sample as the database evolves.