And if I am asking this question the wrong way (or thinking about it the wrong way), please don’t hesitate to let me know.
I have been thinking through a B2C concept where the moat/value, if you will, would be the data. The website would allow you to query against those data via an increasingly specific filters. If I go through with this, collecting and organizing these data will be extremely expensive/time-consuming.
And that leads me to ask… is there a best practice for keeping a bot from running through every permutation of every filter and re-creating my master data set? The data itself isn’t proprietary. It’s just the organization and presentation of it that no one else is doing and I think would solve an existing pain point and provide real value to folks.
Would love thoughts on this. I get no solution is bullet proof, but I am sure others have had to contend with the same thing and so I would love to at least understand what best practices are here such that I am — at minimum — not leaving the front door wide open if there’s at least a cheap lock I can put on it. :)
Also, at least in an ideal world, I don’t want to force people to create accounts to access this, so it seems like I would need something in place to try and identify bots and block/confuse them. The good news is the number of permutations will be so large, it wouldn’t be realistic possible to do this by hand… so it seems like identifying “real” vs “bot” should/could (?) be relatively straightforward.
Thank you!!