How to stop competitors from scraping my Shopify landers?

I would suggest creating JS code that siphons their traffic and sends it to yours if their domain is different to yours
 
Most spy tools rely on automated visits. Filtering bots, VPNs, and data center IPs can help reduce how often your landing page gets copied.
 
In my opinion you can not stop every scrape, but filtering obvious bot and data center traffic can help. many store owners block known data center IPs and suspecious crawlers before showing the real page.
 
block known datacenter ip ranges and bot user agents at cloudflare level, won't stop everything but cuts a lot of it.
also obfuscate your css/class names, makes copy-paste way less clean for them
 
Every time I find a winning product and make a custom landing page, my competitors steal the exact HTML/CSS using spy tools like AdSpy within 48 hours. They copy everything and underprice me. Is there a way to filter out traffic coming from spy bots and data centers so only real buyers can see the store?
You can use tools like bot protection and traffic filtering to reduce fake or automated visits, but real buyers and competitors will still be able to access your store.
 
I use Cloudflare bot fight mode + country/IP filtering to reduce bot traffic. It doesn’t stop competitors completely, but it filters most automated scraping.
 
Every time I find a winning product and make a custom landing page, my competitors steal the exact HTML/CSS using spy tools like AdSpy within 48 hours. They copy everything and underprice me. Is there a way to filter out traffic coming from spy bots and data centers so only real buyers can see the store?
You can use a firewall like Cloudflare to block traffic coming from data centers and hosting providers. Since spy bots live in data centers, this shuts them out completely.
 
While it may be impossible to totally prevent the comptitor from replicating your site after you publish it online, there are things that can be done to minimize the traffic from bots by implementing CloudFlare bot protetion and blocking IPs from data centers and other suspicious ASNs. Another thing to do is use dynamic content on your sit
 
Back
Top