Updated SERP (markdown)

Namhyeon Go 2024-10-19 20:51:31 +09:00
parent 75a07dae9f
commit 1aca1c42a0

@ -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:
- 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)
This is the easiest and safest option among those previously presented.
@ -32,7 +33,7 @@ var response = HTTP.create()
})
.setProxy({
"enabled": true,
"provider": "YOUR_SERP_SERVICE",
"provider": "YOUR_SERP_SERVICE", // e.g., librey, invidious
"type": "serp"
})
.open("GET", "https://example.org/?q=test")