Skip to content

Instantly share code, notes, and snippets.

View Invincibear's full-sized avatar

Corey Invincibear

  • Vancouver, Canada
View GitHub Profile
<?php
require_once "./vendor/autoload.php";
$client = new Goutte\Client();
$keywords = "helge sverre";
$crawler = $client->request('GET', 'https://www.google.no/search?q=' . urlencode($keywords));