I developed a PHP application that its main use case is fetching some data from a database. I want prevent fetching all record of database data by using fake requests. The UI is simple (similar to Google home page) but I want to provide a link to previous and next records, no sign up is required to use the application.
What is your suggested solution?