Skip to content

Commit ba21c67

Browse files
authored
Update googlesearchurl.py
1 parent 2ce1dd0 commit ba21c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/googlesearchurl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
password = 'SPpassword'
1111

1212
response = requests.post(
13-
'https://scrape.smartproxy.com/v1/tasks',
13+
'https://scraper-api.smartproxy.com/v2/scrape',
1414
json = task_params,
1515
auth = (username, password)
1616
)
1717

18-
print(response.text)
18+
print(response.text)

0 commit comments

Comments
 (0)