Live data from Hacker News

Ask HN: Anyone making a living from a paid API?

news.ycombinator.com

161–170 of 184 posts

Re: Ask HN: Anyone making a living from a paid API?

#161
post #36

Earlier quoted context omitted.

Sounds like this does a lot more than simply take a screenshot. It mentions removing cookie banners, ads, etc. which is an always moving target. If you have one, very narrow specific use case, then maybe that’s not so bad. But sounds like a huge pain if you need that for any arbitrary site.

Couldn't this be done with a headless Firefox and adblocker extensions?

Feels like Dropbox comment.

Re: Ask HN: Anyone making a living from a paid API?

#162
post #65
post #60

I work for a tiny company. Most of the revenue is from paid API access. I don't think I'm authorized to share any of the specifics, so will keep it generic. The API is a world-class machine learning model for a specific scenario. There's a public price list, and various customers manage to negotiate various discounts. Our biggest challenge is that Google Lens (while much worse than us for our specific domain) is beco…

> It turns out the people creating the front end pocket most of the money. Would you be able to elaborate on this? I don't fully understand this statement.

>> It turns out the people creating the front end pocket most of the money.

> Would you be able to elaborate on this? I don't fully understand this statement.

the economic player with direct contact to the customer "owns" the customer and has a lot of power in negotiation with suppliers. the customer-facing players have the most information about their customers, and can offer adjacent products (want fries with that?)

Uber and Lyft make big money, not their drivers. Amazon and Ebay make big money, not their sellers. McDonalds makes more money than their food suppliers, and franchisees.

The exception is with something like intellectual property, let's use movies as an example. The owners of the content want to sell it widely and will do a variety of distribution deals for different distribution channels. However, if any distribution channel starts taking a big slice of the money pie, the terms of the contract renewal will be changed because without the content they are dead.

Re: Ask HN: Anyone making a living from a paid API?

#163

Earlier quoted context omitted.

holy crap - our company needs basically exactly this for a crazy feature our PM cooked up and we were gonna build something similar ourselves - this will save us so much time

Browserless can do this for free: docker run -p 3000:3000 browserless/chrome:latest

Well, for some users and uses, it's free. It seems they consider their small amount glue between docker and chrome a to be of commercial value. Still better than the original.

https://github.com/browserless/browserless/blob/main/LICENSE

Re: Ask HN: Anyone making a living from a paid API?

#164

Earlier quoted context omitted.

> It turns out the people creating the front end pocket most of the money. Well, yes. They're solving a pain-point for the paying customer. You're solving a pain-point for someone who is solving a pain-point for the paying customer. You're one (or more) degree's removed from the source of the revenue.

I mean, the common advice is to “sell shovels”, no? I think it’s non-obvious that in this case the correct strategy could be “go dig for gold”

You can sell shovels to people who think they might find gold. That doesn't sound like the product area given by the parent.

Re: Ask HN: Anyone making a living from a paid API?

#165

We run an API to finetune text-to-image models (dreamlook.ai), as a two-person team. When we launched 3 years ago our differentiator was that we could train both cheaper and faster by running on TPUs, these days GPUs have mostly caught up, and open source models are not as competitive as they once were. It’s making ~5k/month these days, not bad as we’re no longer actively working on it, but a fraction of what we were…

Interesting work! Do you have any figures about GPU costs your service would incur monthly and how much was spent while building it?

Re: Ask HN: Anyone making a living from a paid API?

#166
post #10

I know of a guy, but his scenario was quite unique. I was working for an energy company who shall remain nameless, but who's internal IT was a tangle of external consultants milking the place for millions, and ineffective/underserved full time staff who couldn't run a query on a database without a change control committee of consultants milking them for yet more cash. Anyway, this guy was the go to guy for gas custom…

Is this legal? How frequently do people with unique knowledge in a company pull things like this off?

Legal? Are you implying that having knowledge in a company (like, the result of doing a good job?) somehow should legally obligate you to never stop working there?

What am I missing? Can you spell out some boundaries for what you're implying because I must be wildly missing it.

Re: Ask HN: Anyone making a living from a paid API?

#167

On the same topic: does anyone have an API concept that they wish existed and that they'd be willing to pay for?

This thread is a really really good example of why this kind of question sounds good but can lead you astray. So many folks have been generous with their answers here but a huge portion of them have multiple replies with existing solutions that were a simple google away, which means they thought of a neat idea but they definitely were not desperate enough for a solution to even search for one let alone pay for it.

Those kinds of ideas can still become real businesses, especially if you have a great way to get awareness of your solution out to people who aren't actively looking for that, but you're better off trying to find problems where people have tried throwing money at every solution out there and are still yelling for help.

Tl;dr try to sell "pain killers" not "vitamins".

Re: Ask HN: Anyone making a living from a paid API?

#168

Earlier quoted context omitted.

And what commands do I run if I want to do 100 screenshots per second?

Not arguing as a part of this thread but as an aside. Can chrome even take 100 screenshots a second? What would be the max? I think it's interesting.

Yeah that's basically just a 100 FPS video at that point lol

Re: Ask HN: Anyone making a living from a paid API?

#169
post #110
post #7

Earlier quoted context omitted.

I also have a similar api Screenshot api and web scraping api https://capturekit.dev

> Turn Websites Into Screenshots with a simple API If anyone wants to build “turn websites into APIs” and do it really well like OP, feel free to hmu. Highly experienced full-stack and rust developer with experience at startups, G and Google X.

It's a good idea. Lately I've been building many android apps in kotlin that all just use web scraping instead of REST APIs.

So if you want, "turn your website into an app", that would be interesting.

Re: Ask HN: Anyone making a living from a paid API?

#170
post #36

Earlier quoted context omitted.

Sounds like this does a lot more than simply take a screenshot. It mentions removing cookie banners, ads, etc. which is an always moving target. If you have one, very narrow specific use case, then maybe that’s not so bad. But sounds like a huge pain if you need that for any arbitrary site.

Couldn't this be done with a headless Firefox and adblocker extensions?

I’m sure it could be. Just like I could bake an apple pie by first sowing wheat and planting apple trees.
Post reply on HN