Ask HN: Dealing with a competitor who is scraping my content and ranking higher
One of my competitors has been scrapping my site and providing service to their users without paying anything. And now they surpassed me on google ranking.
I've created a website which gets around 5K unique hits every day. It's a free service for users but I've to pay a monthly fee to a third party service provider.
Because my site is free for users and doesn't require users to register it's been very hard to keep up with this guy. If I change certain things, they counter it immediately and make it work. And they use several proxies to send the request, it's virtually impossible to block based on IP.
Please suggest, if there is anything I'm missing that can be done.
129 comments
[ 2.7 ms ] story [ 213 ms ] threadhttps://github.com/JonasCz/How-To-Prevent-Scraping
1. Create content that can't be scraped. I'm not sure exactly what your "content" is in this case, but images can be watermarked, text can be given lots of references to your own brand and service, ect.
2. Submit legal requests to google to remove the content. Enough violations can get their domain blacklisted. I've done this successfully in the past for competitors using my trademark without permission to get it removed from Google. Ads. https://support.google.com/legal/answer/3110420
3. Talk to the hosting provider, if applicable. If someone is repeatedly breaking copyright law using their platform, they may have some incentive to stop providing hosting.
https://en.wikipedia.org/wiki/Steganography
Ideally changing the children counts to prevent things like $(body).children().children()[3].html().
"this content was unabashedly stolen from <your site URL>"
...or maybe...
"my favorite movie is Mac & Me, check it out! https://youtu.be/vNjACYfQlbI"
Unless the content must be 100% static, you can embed the caller's IP address in it.
You can do this while serving your real content to Google.
An afternoons coding would get you an independent self-hosted Captcha system that would be just as effective (if not more so, as it's proprietary) and probably less annoying to your visitors.
As someone who has used both, absolutely 100% no in every way.
Google's captcha is so superior to what you would write, please don't tell people not to.
Google tends to strike a good balance between convenience and irritation.
There are also a lot of services where you can simply send your challenge token and some guy will solve it for a fraction of a penny.
As soon as other money-making opportunities will dry up, spammers will evade ReCaptcha and spam will increase regardless of your security mechanisms.
When your site is specifically targetted, captchas will not work
They pay 50c per 2 hours to the workers, and API access costs 50c-$1 per 2000 solved captchas.
I think most of the people doing this are in India, where US 50c for a couple hours translates well enough. (Completely naive about the truth of the situation though.)
Others have been able to beat reCaptcha too, though:
https://www.youtube.com/watch?v=fsF7enQY8uI
For example I have never reached the end of their 'identify the road signs' challenge and if I encounter a site that uses them I'll just close the tab. Even Google Search.
Much better to use rotating series of questions related to your domain of data.
https://support.google.com/legal/answer/3110420?hl=en
Just submit whatever politically incorrect thing you like in with a bunch of P2P links and watch the dissent disappear :)
Instructions and discussion here: https://news.ycombinator.com/item?id=17787302
I reported it to google, and they removed it from search results in a few days. I also reported it to the site's host, who took it down completely.
https://help.github.com/articles/guide-to-submitting-a-dmca-...
Also, you can use the fake data as evidence they scraped you.
It was like a cat and mice game for a few weeks.
https://support.google.com/webmasters/answer/93713
That HN comment of yours? If it's sufficiently non-trivial, it's protected by copyright. Even though neither you nor HN directly make money of it. If someone scrapes HN and republishes that comment, you could go after them and demand they delete it.
If you already knew this, then I guess the applicable movie quote this time is "Lighten up, Francis" from Stripes.
https://en.wikipedia.org/wiki/Trap_street
I did that with an online marketing dictionary I wrote years ago, some of the definitions included strange usage examples that contained the names of several of my friends. When a competitor scraped us, instead of shutting them down, the boss negotiated a data licensing arrangement with the scraper instead, so we ended up getting a revenue stream & backlinks out of the incident.
If that fails, and talking to them directly doesn't work, then the DMCA is often effective. I've made DMCA requests against websites that distributed cracks of my software & they often disappeared in a couple of days.
Now, this idea is not limited to maps: Google used trap search results to catch Microsoft using Internet Explorer to scrap Google search results: https://googleblog.blogspot.com/2011/02/microsofts-bing-uses...
In the "real world", it was commonplace for compilers of mailing lists to include several "phantom names" in their lists. If those names received a mail, the list-holder would send an invoice to the person who sent it. Simple, elegant, very difficult to bypass way to protect your knowledge-based business.
A scraper could get around that by x-referencing the data with another source, if possible.
1: https://en.wikipedia.org/wiki/Sui_generis_database_right
And maps are nothing more than a collection of facts. As are recipes. You can take the recipes in a cookbook, write them down, and disseminate them how you choose and no one could say boo. Which is why Coca-Cola guards its recipe carefully. Once it is known, they can't do anything about it. You can't copyright "a lot of sugar, carbonated water, caramel coloring, mix".
But you also can't just photocopy a map and sell it as your own. Presentation falls under copyright. The look of the map is a distinct piece of art that has copyright protections. The combination of colors, fonts, line thickness, placement of labels, etc, are all things you can't reproduce.
But the information that Bob Street crosses Bill and Jill streets at these points, that's just facts.
Since your website is free, it might be worth combining forces to serve your users better. I know it's hard to swallow, but in the hand what matters is that what you do is useful to people isn't it? And if your users are moving away it probably is because `some` of the things they do is right?
https://news.ycombinator.com/item?id=17795750
Might give an idea.
If it's factual in nature: It's not protected by copyright.
If it's content your users created: You are not the copyright holder and cannot file a DMCA takedown notice. Your best bet is really going to be making yourself unscrapable.
If it's content you created: File a DMCA takedown notice.
Compilations of facts can however be protected in the EU under the Database Directive.
Also, Terms of Use etc.
But you can still have copyright on some of your data. If the other company simply copies everything, you can take legal action.
These are all just things that will slow them down, but won't stop them. Make it cost them more money then they make using your data will be the only way to truly stop them.