Skip to content

What do you use for tracking price history across hosts?

Deals & Offers by dave39 28 replies 4.1K views
#21
dave39 said:
Twelve providers

Why twelve? Serious question. At some point the comparison cost exceeds the savings. I track three. Hetzner for compute, OVHcloud for dedicated when I need it, RackNerd for cheap throwaway. Anything else I buy when I need it, not speculatively.

#22
oakleyradic said:
Why twelve

Because I am broken person,,,,, Also because I resell small VPS to friends and the spread between providers matters at volume,,,,, If I can catch RackNerd at $10 vs HostHatch at $14 for same specs I make margin or I pass savings,,,,, Twelve because I started with three and kept finding edge cases

#23
dave39 said:
Resell small VPS to friends

Ah, that explains the scale. Our price changes are usually promo led, we don't fiddle with base rates weekly. But promos are where the action is for your use case. No API for those, they go live when marketing says. Your scraper is probably the only way to catch the window.

#24

Following this thread. I run similar setup for domain price tracking at a few registrars, problem is parallel. If anyone has a clean abstraction for "check this CSS selector and log the text" that works across sites I'd be interested. My current code is 80% copy-paste with different selectors.

#25

What is a good beginner host for learning Linux? I saw Hostinger mentioned.

#26
noobmarian said:
Good beginner host

Already covered in the sticky. Short answer: Hetzner or a free tier. This thread is about price tracking tools, not recommendations. Read the sticky.

declarative, reproducible, indescribably good
8 #27

I wrote a small Go binary that does exactly what yingservers3 wants. Config file with URL, selector, interval. Outputs JSON or pushes to InfluxDB. Not pretty but it works. I can share the repo if there's interest, but warning: I am not a good Go programmer.

8 #28
King59 said:
Share the repo

Yes please. Ugly working code beats beautiful imaginary code.

#29

This thread moved from price tracking tools to scraper architecture to beginner hosting and back to scraper architecture. Typical. I'm just here to say I still use a Google Sheet with IMPORTXML and it breaks constantly but I can't be bothered to fix what is technically not broken, just fragile.

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft