Skip to content

Commit 91c3c43

Browse files
authored
Update baidusearchquery.js
1 parent 17405ba commit 91c3c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodejs/baidusearchquery.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const response = await fetch(
2-
'https://scrape.smartproxy.com/v1/tasks', {
2+
'https://scraper-api.smartproxy.com/v2/scrape', {
33
method: 'POST',
44
body: {
55
target: 'baidu_search',
@@ -13,4 +13,4 @@ const response = await fetch(
1313
}
1414
).catch(error => console.log(error));
1515

16-
console.log(response)
16+
console.log(response)

0 commit comments

Comments
 (0)