Dhiraj Sharma

Results 2 comments of Dhiraj Sharma

This is working for me. ``` $url = 'https://www.indeed.com/cmp/Lockheed-Martin/jobs'; $client = new Client(); $crawler = $client->request('GET', $url); $data = $crawler->filter('.cmp-JobDisplay-pagination > .cmp-Pagination > a') ->each(function ($node) { return $node->attr('href'); });...

You can do this. `$crawler = new Crawler($string);`