We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fff10a commit a596b17Copy full SHA for a596b17
nodejs/facebookgroup.js
@@ -5,7 +5,7 @@ const password = 'YOUR_PASSWORD';
5
6
const options = {
7
method: 'POST',
8
- url: 'https://scraper-api.smartproxy.com/v2/scrape',
+ url: 'https://scraper-api.decodo.com/v2/scrape',
9
headers: {
10
'Content-Type': 'application/json',
11
'Authorization': 'Basic ' + Buffer.from(username + ':' + password).toString('base64')
0 commit comments