I am working on a project where users can save URLs. When the user saves the URL I want to show the title and image for the webpage. How can I get the title and image?
Also, I want to achieve these in frontend with JS. I am not sure if it is possible but I don't want to store these information in my database.