←back to thread

91 points richardzhang | 1 comments | | HN request time: 0.208s | source
Show context
colesantiago ◴[] No.42179624[source]
This is actually dangerous.

This is how you see spammers, scammers and grifters target people with fake bots on most platforms and the producer i.e. Venmo traces it to an SDK and will kill all these unofficial API consumers.

And once captchas are introduced it's over, I wouldn't be surprised if stuff like captchas would be implemented more into websites to stop scrapers for good.

replies(2): >>42179676 #>>42180202 #
1. edm0nd ◴[] No.42180202[source]
>And once captchas are introduced it's over. I wouldn't be surprised if stuff like captchas would be implemented more into websites to stop scrapers for good.

lol, not really. Captcha solving services like DeathByCaptcha and AntiCaptcha cost like $1.90 per 1,000 successfully solved captchas. They have APIs and you can easily implement them into your existing code in a few lines.

tl;dr = captchas do nothing and they also do nothing to stop scrapers. its a non-issue.

source: I scrape a lot of things and defeat captchas daily.