Skip to content

Commit 2d31429

Browse files
authored
Update googlesuggest.php
1 parent 0c73d95 commit 2d31429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php/googlesuggest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
$client = new \GuzzleHttp\Client();
55

6-
$response = $client->request('POST', 'https://scrape.smartproxy.com/v1/tasks', [
6+
$response = $client->request('POST', 'https://scraper-api.smartproxy.com/v2/scrape', [
77
'body' => '{"target":"google_suggest","query":"world","parse":false}',
88
'headers' => [
99
'Content-Type' => 'application/json',
@@ -12,4 +12,4 @@
1212
],
1313
]);
1414

15-
echo $response->getBody();
15+
echo $response->getBody();

0 commit comments

Comments
 (0)