Avoiding bot detection: How to scrape the web without getting blocked?
301–310 of 312 posts
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#302Re: Avoiding bot detection: How to scrape the web without getting blocked?
#303Earlier quoted context omitted.
This is reason why most of services uses App instead of Browser. When there is App it can use lot of thing like phone fingerprint derived from various sources.
Apple provides a framework or some sort of unique id
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#304Earlier quoted context omitted.
This also depends on the country. Where I live (Europe) the rate now changes by the minute, or thereabouts. That was made possible after everybody had to change to wireless meters. Sometimes you'll get a warning in advance - a newspaper may write "If you live here or here, don't do your cooking at this particular hour". Some providers still have fixed rate options, some apparently don't. What I dislike the most is th…
I’m curious to see the stats they are relying on and the communications materials the fire department and insurance company are using on this topic. It seems to me from a life-safety angle that their energy would likely be far better spent on recommending smoke alarms, CO meters, and periodic cleaning of dryer vents than on recommendations against sleeping with washing/drying machines running.
In short - if there's a fire it's much better that you're awake and up already.
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#305Earlier quoted context omitted.
Or they using it as lazy approach to fix long-dos attacks by competitors.
What is the non-lazy alternative that stops a botnet DDOS without affecting regular visitors?
The solution other than with ddos is to make the app better. Caching, access control and limiting, etc.
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#306Earlier quoted context omitted.
On the contrary, there are no laws that say you can't scrape a site. If it's available to the public internet, it's legally scrapable.
There are laws against unauthorized computer access. This is a scenario where you have a server explicitly saying "Stop! You are not permitted to access this computer!", and yet you persist in circumventing that by hiding your identity and accessing it anyway. Those are some murky waters.
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#307Earlier quoted context omitted.
> I can send you 403's just because I don't like your face. Sure. At least then you're being honest. If you hate me, it doesn't matter what user agent I use to access your site. Browsers, scripts, they are all me.
Why do you think it’s dishonest to send 403s to bots but not browsers? Method of access matters — you the human might have access to your safety deposit box but the bank is still allowed to make rules about your access — like you have to come during business hours and you can’t send someone on your behalf.
I totally can though. If sign a document saying another person can do such and such on my behalf, that person can totally do that. Yes, even at the bank. No different from a user agent, really.
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#308Earlier quoted context omitted.
What could my scraper which makes 1 HTTP request per day possibly cost the webmaster?
Nothing of course. But follow that string a little further. So you do some thing which once a day scrapes a site and pulls off some data that you use in your thing. Maybe you talk about it to friends, or you have this thing as one of your github repositories. Some of your friends download the repository and also start using your thing. They talk to people about how cool your thing is, or what it does and the nice con…
That's exactly my case though. I have a few scraper scripts that I've never published. So what if it's rare? Do I deserve to be treated like a botnet just because it's inconvenient for some webmaster or company to do otherwise? That's not fair at all.
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#309Re: Avoiding bot detection: How to scrape the web without getting blocked?
#310Earlier quoted context omitted.
A link is generated, emailed to the user, and clicking the link logs them in.
This sounds more or less like OTP.