Live data from Hacker News

Amazon Price-Tracker with Alerts

camelcamelcamel.com

21–30 of 140 posts

Re: Amazon Price-Tracker with Alerts

#21
Thank you to everyone who uses our website. We are fortunate to have been able to run it for so long.

Edit: Camel+YC fact: we pitched to YC early on, but weren't ready to give up our day jobs at the time. A few months later, we had left our jobs anyway. Not necessarily because the site was doing so well...

Re: Amazon Price-Tracker with Alerts

#22

I've used CCC for a long time, but especially in the pandemic I've discovered it's been most useful for simply finding out when something comes back in stock . Whether toilet paper, a webcam, or whatever random thing that's been out of stock for a month -- set a CCC alert at some fairly high price and it'll e-mail you when it's back (below that price) -- even if the price you set is higher than it's ever been before.…

> I've become so reliant on CCC it really bugs me I can't use it (or an equivalent) on other sites -- e.g. Target, Wal-Mart, Best Buy, Nike, J. Crew, whatever.

I've actually been toying with this concept for a weekend project, essentially a quick 'n dirty node daemon process that checks prices periodically, for sites it knows how to. More often than not the data is just sitting there in JSON in the , so you wouldn't necessarily have to scrape it either. (e.g. fossil)

Open source the project to let others send PRs for other sites...

Toss in a sendgrid key for emails and you're all set...

Re: Amazon Price-Tracker with Alerts

#23
I use(d) CCC pretty frequently. More than a year back (am vague when precisely), they had >month long downtime due to issue with corrupt backups.

I then found keepa.com which has been good, if not better than CCC.

Re: Amazon Price-Tracker with Alerts

#24

I've used CCC for a long time, but especially in the pandemic I've discovered it's been most useful for simply finding out when something comes back in stock . Whether toilet paper, a webcam, or whatever random thing that's been out of stock for a month -- set a CCC alert at some fairly high price and it'll e-mail you when it's back (below that price) -- even if the price you set is higher than it's ever been before.…

> I've become so reliant on CCC it really bugs me I can't use it (or an equivalent) on other sites -- e.g. Target, Wal-Mart, Best Buy, Nike, J. Crew, whatever. I've actually been toying with this concept for a weekend project, essentially a quick 'n dirty node daemon process that checks prices periodically, for sites it knows how to. More often than not the data is just sitting there in JSON in the , so you wouldn't…

I think the only flaw here is that while it may be trivial to get raw data from say fossil, any major multi-department retailer (Amazon, Walmart, Best Buy, Target, B&H...) is not going to be this easy.

Prices are competitive information, at least competitive enough to warrant obfuscation and preventing scraping.

And, the more sources you have, the more likely things will constantly fail. Scraping is always fragile.

One of the first web-scraping projects I ever built was to find the lowest price for Clif bars. I ate about 365 per year, and in only 45 minutes of programming a cron job and push notifications, I easily saved $100 that year.

Re: Amazon Price-Tracker with Alerts

#25

I've used CCC for a long time, but especially in the pandemic I've discovered it's been most useful for simply finding out when something comes back in stock . Whether toilet paper, a webcam, or whatever random thing that's been out of stock for a month -- set a CCC alert at some fairly high price and it'll e-mail you when it's back (below that price) -- even if the price you set is higher than it's ever been before.…

> I've become so reliant on CCC it really bugs me I can't use it (or an equivalent) on other sites -- e.g. Target, Wal-Mart, Best Buy, Nike, J. Crew, whatever. I've actually been toying with this concept for a weekend project, essentially a quick 'n dirty node daemon process that checks prices periodically, for sites it knows how to. More often than not the data is just sitting there in JSON in the , so you wouldn't…

Sounds similar to what Klaxon does. https://github.com/themarshallproject/klaxon

Re: Amazon Price-Tracker with Alerts

#26

Lol how long has it been since the HN astroturfing article got posted?

If you keep breaking the site guidelines like this we're going to have to ban you. I don't want to do that, so would you please review https://news.ycombinator.com/newsguidelines.html and fix this? We've cut you way more slack than we usually do.

Re: Amazon Price-Tracker with Alerts

#27
post #21

Thank you to everyone who uses our website. We are fortunate to have been able to run it for so long. Edit: Camel+YC fact: we pitched to YC early on, but weren't ready to give up our day jobs at the time. A few months later, we had left our jobs anyway. Not necessarily because the site was doing so well...

Hey L1quid, great site! I have been using CCC since 2 months and it is amazing. Could you shed some light on how often do you check for price updates? I am asking because I was using it during Prime Day and it seemed like the prices were not immediately updated. Maybe this could be a new addition to the site!

Re: Amazon Price-Tracker with Alerts

#29
post #21

Thank you to everyone who uses our website. We are fortunate to have been able to run it for so long. Edit: Camel+YC fact: we pitched to YC early on, but weren't ready to give up our day jobs at the time. A few months later, we had left our jobs anyway. Not necessarily because the site was doing so well...

Thank you! CCC is great, and a guaranteed way to turn patience into savings.

Re: Amazon Price-Tracker with Alerts

#30
post #21

Thank you to everyone who uses our website. We are fortunate to have been able to run it for so long. Edit: Camel+YC fact: we pitched to YC early on, but weren't ready to give up our day jobs at the time. A few months later, we had left our jobs anyway. Not necessarily because the site was doing so well...

Do you consider it a risk, that Amazon one day can decide to turn the tap off?
Post reply on HN