Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Protection from screen scraping [closed]

Following on from my question on the Legalities of screen scraping, even if it's illegal people will still try, so:

What technical mechanisms can be employed to prevent or at least disincentivise screen scraping?

Oh and just for grins and to make life difficult, it may well be nice to retain access for search engines. I may well be playing devil's advocate here but there is a serious underlying point.

like image 652
Mat Avatar asked Dec 28 '08 22:12

Mat


People also ask

Can you prevent screen scraping?

Implementing JavaScript to set a cookie value that is checked by the web server can be a simple technique and effective. CAPCHAS are also a good technique to prevent scraping; if an IP sends too many requests, CAPTCHAS can be presented to the end user to validate human interaction.

Can you prevent web scraping?

A good bot detection solution or anti-crawler protection solution will be able to identify visitor behavior that shows signs of web scraping in real time, and automatically block malicious bots before scraping attacks unravel while maintaining a smooth experience for real human users.


1 Answers

You can’t prevent it.

like image 191
Bombe Avatar answered Oct 04 '22 05:10

Bombe