// Build an array with the parameters we want to use: $params = array( 'key' => 'yourGoogleAPIKeyHere', 'q' => 'Search Terms Here', 'start' => 0, 'maxResults' => 10, 'filter' => true, );