Design price tracker like camelcamelcamel.com- looking for answers

How would you design a price tracking website like camelcamelcamel.com?

For example, we might want the following behavior. Input: Item URL and target price. Result: if the item goes below the target price, then users tracking the item will get an email alert.

Consider the following topics in the answer: database design (SQL or NoSQL), automated price checking mechanism, price scraping or price API, caching data.

Comments (4)