Live data from Hacker News

Bit.ly's shady business model

ozkatz.github.io

11–20 of 58 posts

Re: Bit.ly's shady business model

#11
If you click on "pricing" you will see this: "STARTING AT $995/month". I think that's pretty clear. Maybe the service changed and they started to charge and they didn't notify you.

Link: https://bitly.com/a/pricing

And a quote:

"Never attribute to malice that which is adequately explained by stupidity" - Robert J. Hanlon.

---

Edit (please read this)

Oz Kats said: "as of april last year when we signed up for bit.ly that page was nowhere to be found"

My reply:

That actually changes everything.

As I understand, they are not retaining your data, but will pull the plug on a service you now depend and are not offering migration options, am I correct? This is certainly an awful business practice it could be illegal, but there is a problem.

At the time they failed to communicate the pricing so you started using their service, judging it would be free. If they started to charge, you could just pay or move to another provider, but the very model of their tool makes it impossible for you to truly "migrate" to another provider since the links are widespread, this isn't exactly their fault (nor yours).

If they are charging you 995$ just because they know you are out of options you might have a case, but that's so time/money consuming I would advise you to just do your best to migrate the widespread links.

Best of luck

Re: Bit.ly's shady business model

#12
Not sure why they don't just brute force their data out. Back when Google was hiding Google I/O redeem codes with goo.gl links, I brute forced thousands of links out of that shortener, just using 20 lines of bash script. I was just trying random codes and got one that led to a URL once per second or so.

So I could pull down 300k links in a few days. Their case would be a lot quicker because it sounds like they have all the valid bit.ly links, just not where they lead to.

Re: Bit.ly's shady business model

#13
If you keep track of either the short URL or the long URL somewhere on your end, you can get the other part using bitly's link API: http://dev.bitly.com/links.html and the associated metrics with the link metrics API: http://dev.bitly.com/link_metrics.html -- Once you have that, you can write a simple app (or use any of the free ones out there) to provide the same service.

Or honestly, just pay the $700 if it's not worth the dev investment and provides a significant value to your service.

Re: Bit.ly's shady business model

#15
It seems the article writer not only did not read the TOS before signing up, but also make a critical error of thinking they could use the service for free at the tune of 50,000 links per month!

They built their company around another company's free service, ignored the fact that Bitly has to make money off their service somehow (guess what, they charge for high volume customers), and then became outraged when bitly told them they needed to pay up.

If link shortening is so integral to the business, why have they not implemented their own link shortener?

Quit complaining you got something for free and abused it, and now they want you to pay them for the apparently critical service they provide you with.

Re: Bit.ly's shady business model

#16
Sounds like your mistake. If your business relies on link shortening, you should identify it early in the process and build your own.

I don't use personally and every now and then I examine the reasoning of delegating parts of my products to 3rd party providers.

Re: Bit.ly's shady business model

#18
I really don't see the problem here. Did you have access to the export feature before and now it's been removed? If you did, you don't have any backups?

Building a business around a 3rd party service that you are not paying for without carefully reading the TOS or doing some research beforehand is a big mistake. The least you could do is save a copy of all the data for easy (read: reduced pain) migration in case it's ever needed.

Re: Bit.ly's shady business model

#19
I'm amazed that they thought it was a smart business decision to rely on a free bit.ly account (with their own domain!) instead of running their own URL shortener. Yourls (https://yourls.org/) is free and open source, and has been around for years. There's an excellent reason why every major publisher operates their own URL shortening service, and this article demonstrates it perfectly.
Post reply on HN