I scrape web pages

Job ID: 32107412

Budget: $10 – $30 USD

I scrape web pages like this.
I have created a PHP page called scrape.php $ page = "www.site/aaa.html"; shell_exec ("wget /home/page1.html". $ page);
In shell I opened with command: sudo php scrape.php and downloaded the desired page for me.
Problem is that wget doesn't work with javascript and the page doesn't download well.
I need a page php with something like this: $page = "www.site/aaa.html"; $html = ++++ code.$page file_put_contents ("/home/page1.html, $html");

that's what I want.
which works with even more than 1000 pages from different sites that downloads in a folder source code html of those pages

I also want to include php because the URLs of the pages are extracted from a table
Related categories: PHP Web Scraping Data Mining Scrapy Selenium