[Solved] crawl and copy another sites content September 10, 2022 by Kirat I am not sure about your question, but I think you want to do scrapping. Using PHP, you can use cURL for instance. That will load an URL and, with DOM you will be able to parse HTML and find content, links etc you want. solved crawl and copy another sites content