mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-07-10 10:49:51 +00:00
Updated SERP (markdown)
parent
75a07dae9f
commit
1aca1c42a0
3
SERP.md
3
SERP.md
|
@ -17,6 +17,7 @@ This project already has many use cases of this type, and it has recently starte
|
||||||
This is a method of performing SERP using third-party services:
|
This is a method of performing SERP using third-party services:
|
||||||
|
|
||||||
- Use [LibreY (github.com)](https://github.com/Ahwxorg/LibreY). - Recommended Server: `serp.catswords.net`
|
- Use [LibreY (github.com)](https://github.com/Ahwxorg/LibreY). - Recommended Server: `serp.catswords.net`
|
||||||
|
- Use [Invidious (github.com)](https://invidious.io/) for YouTube
|
||||||
- [Utilize commercial proxy or SERP services.](https://github.com/gnh1201/welsonjs/wiki/Partnerships)
|
- [Utilize commercial proxy or SERP services.](https://github.com/gnh1201/welsonjs/wiki/Partnerships)
|
||||||
|
|
||||||
This is the easiest and safest option among those previously presented.
|
This is the easiest and safest option among those previously presented.
|
||||||
|
@ -32,7 +33,7 @@ var response = HTTP.create()
|
||||||
})
|
})
|
||||||
.setProxy({
|
.setProxy({
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"provider": "YOUR_SERP_SERVICE",
|
"provider": "YOUR_SERP_SERVICE", // e.g., librey, invidious
|
||||||
"type": "serp"
|
"type": "serp"
|
||||||
})
|
})
|
||||||
.open("GET", "https://example.org/?q=test")
|
.open("GET", "https://example.org/?q=test")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user