Live data from Hacker News

Are Product Hunt's featured products still online today?

scrapingbee.com

51–60 of 114 posts

Re: Are Product Hunt's featured products still online today?

#51

Anecdotal data. I released a couple of things on product hunt. Popularity-wise one did will, the other went nowhere. Financially, it was completely the opposite. Boring stuff is very successful. I haven't seen a "popular" product hunt thing that I am willing to pay for in ages!! People pay for pain meds, product hunt featured products are colorful vitamins.

Would you mind sharing the links? This is at the same time fascinating and total common sense, so I'd like to learn more.

Re: Are Product Hunt's featured products still online today?

#53
post #41

Earlier quoted context omitted.

It really depends. There are plenty of legitimate uses for scraping (for example, I've been involved with academic research that involved scraping Twitter search results), and it's only really feasible to collect the amount of data you need using scraping plus paid proxies. That being said, there are also a number of nefarious paid proxy services which offer residential IPs (read: are usually botnets).

What is legitimate to a user is not the same as what is legitimate to a site owner. The legitimate way would probably be to use the Twitter API.

The Twitter API has very low rate limits (from a data collection perspective). While there may be good reasons for that, these limits also preclude doing public interest research of the type we were doing (how Twitter's various search filters influence the political leanings of search results). When companies have Twitter's level of societal influence, I think it's also possible to define "legitimate use" in terms of public interest, rather than simply "users" or "site owners."

Re: Are Product Hunt's featured products still online today?

#54

Fair warning: This is a blog post advertisement for ScrapingBee. The data is still interesting. The most interesting chart is one of the last: Proportion of Failures over time. As expected, more recent product links are less likely to 404 or 5xx. Going back to 2014, almost 1/3 of the featured links give a 4xx or a 5xx response. That’s a lot! More surprising, links as recent as 2020 show a 1/4 failure rate. Those proj…

> Fair warning: This is a blog post advertisement for ScrapingBee. The data is still interesting.

Sure, but it's no different than any other blog post from a company. And framing it that way is quite disingenuous since the post pretty much only sticks to the topic and doesn't overtly promote their product.

Re: Are Product Hunt's featured products still online today?

#55
Funny story: on the day that Product Hunt posted its Show HN, someone (unbeknownst to me) posted my startup on Product Hunt. It was fun to ride a little wave on top of a big wave!

My startup is still around, [1] and we posted on PH one or two other times when we launched new products. Even though we had some powerful hunters (thanks to our early presence on the site), I found it took too much time to be worthwhile for follow-on product releases. I'd be interested to know if others have had the same experience, or if they have tips for how to get a meaningful bump out of subsequent posts.

1: https://www.beelinereader.com

Re: Are Product Hunt's featured products still online today?

#56
post #30

Earlier quoted context omitted.

It is definitely super annoying that companies are allowed to spy on us and do all kinds of crazy things with our data, all using computers and automation and "bots" and such, but individuals are increasingly not allowed to use automation to help us out online. Seems rather one-sided. On the other hand, I get that abuse is a huge problem. I do wish at least bots operating at roughly human request rates & daily total…

Sometimes the scraping situation gets kinda ironic. I worked at a large eRetailer/marketplace and obviously we scraped our major competitors just as they scraped us (there are four major marketplaces here). So each company had a team to implement anti-scraping measures and defeat competitor's defences. Instead of providing an API everyone decided to spend time and money on this useless weapons race.

Absent someone breaking really far away from the pack, that's a classic example of one type of "bullshit job" called out in Graeber's book... Bullshit Jobs. Zero-sum, ever-escalating competition. Militaries are another obvious example (we'd all be better off if every country's military spending were far closer to zero—but no one country can risk lowering it unilaterally, and may even be inclined to increase theirs in response to neighbors, which sometimes gets so insanely wasteful that you see something like the London Naval Treaty or SALT come about in response) but so is a great deal of advertising and marketing activity (you have to spend more only because your competitor started spending more—end result, status quo maintained, but more money spent all around)

Re: Are Product Hunt's featured products still online today?

#57
post #39

Earlier quoted context omitted.

"Nefarious" is a strong word. Courts have repeatedly ruled that scraping data that is otherwise available publicly is legal. You may not personally agree with the ethics, but there are a lot of people who do.

I agree it's a strong word, which is why I said borderline nefarious. However, it's not that far off from a DDOS tool. At least in the United States, sounds like the jury is still out on the legality: https://www.reuters.com/technology/us-supreme-court-revives-... , but my perspective was more from an ethics standpoint anyway.

It is very far from a DDOS tool. Scraping can be done from a single source, one request at a time, with self imposed rate limits. Sure it can overwhelm a server, but then so can a single user opening 10 tabs.

Re: Are Product Hunt's featured products still online today?

#58
post #47

> We consider a 2XX (Success) and 3XX (Redirection) status codes successful I feel like this is flawed, especially considering 1/2 of the successful responses were 3XX. It's possible that they had just linked a short URL that was a redirect, but it's also possible that the product was shuttered and a redirect put in place to a replacement product, the company homepage, or even an acquiring company. I don't think ther…

Or that it even redirects to 4xx or 5xx. I had considered this, but decided to draw the line here.
Post reply on HN