Skip to content
Advertisement

crawl and copy another sites content

I want to crawl and copy another site content (just text) and find specific content download links between specific tags . how can I do this? i am using Cpanel and Php

Advertisement

Answer

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.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement