Stopping web scrapers with HTML character codes?
How robust is the idea to protect my website content from web scrapers by converting all my text into HTML character codes like this: <xmp>Hello World</xmp>
7 comments
[ 3.6 ms ] story [ 32.5 ms ] threadIn some cases, the same HTML source will be run through a headless browser to parse it, in which case javascript trickery can't protect it either.
The basic answer is: if an end user can see it in a browser, you can't hide it from a scraper.