Ask HN: Dealing with a competitor who is scraping my content and ranking higher
21–30 of 130 posts
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#22This is pretty much what the DMCA and other copyright mechanisms were made for. Send your request to Google and have them delisted. https://support.google.com/legal/answer/3110420?hl=en
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#23Find a way to contact the owner of the site and bait them with something like an acquisition offer, you might be able to use the email in the whois data if there is one. The point is to get the owner to click a link you provide, behind this link you want to log IP/Headers, maybe do some JS fingerprinting/etc... It is unlikely they will open this link over VPN/Tor. If you feel like it check your server logs to see if…
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#24Find a way to contact the owner of the site and bait them with something like an acquisition offer, you might be able to use the email in the whois data if there is one. The point is to get the owner to click a link you provide, behind this link you want to log IP/Headers, maybe do some JS fingerprinting/etc... It is unlikely they will open this link over VPN/Tor. If you feel like it check your server logs to see if…
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#25Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#26If you can detect them try to serve them wrong data
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#27https://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.
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#28Google ReCaptcha is a pretty low friction way for (most) users to get your content. You can do this while serving your real content to Google.
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#29This is pretty much what the DMCA and other copyright mechanisms were made for. Send your request to Google and have them delisted. https://support.google.com/legal/answer/3110420?hl=en
He can also go after them with this. He can write them to take it down. If they don’t, go to the host and have them take the site down.
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#30If you are able to detect them, serve them garbage data instead of blocking them. Mix in some false entries etc. If you completely block them they will work hard to work around the block, but if you give them some bad data randomly it will take them longer to notice. Also, you can use the fake data as evidence they scraped you.