Updated Partnerships (markdown)

Namhyeon Go 2024-09-27 16:08:54 +09:00
parent c1240feb96
commit 13c67e2e9e

@ -4,9 +4,9 @@ Partnerships for the WelsonJS project primarily consist of commercial services o
If commercial services or products arise through these partnerships, the proceeds will be used to support this project.
### [ScrapeOps Proxy Aggregator](https://scrapeops.io/?fpr=namhyeon75)
In the use cases of the WelsonJS project, the utilization of commercial proxy APIs is very common. Among them, ScrapeOps can be used in this project without complex integration tasks.
In the use cases of the WelsonJS project, the utilization of commercial proxy APIs is very common. Among them, [ScrapeOps](https://scrapeops.io/?fpr=namhyeon75) can be used in this project without complex integration tasks.
Below is an example code for integration:
The example code for integration:
```js
var HTTP = require("lib/http");
@ -30,9 +30,33 @@ var response = HTTP.create("CURL")
console.log("responseBody:", response.responseBody);
```
If you sign up now, you can receive credits of **1,000 free calls + 0.5GB free per month**. Additionally, a **10% discount coupon** is available.
If you [sign up](https://scrapeops.io/?fpr=namhyeon75) now, you can receive credits of **1,000 free calls + 0.5GB free per month**. Additionally, a **10% discount coupon** is available `gnh10`.
[Sign up](https://scrapeops.io/?fpr=namhyeon75) and apply the discount coupon `gnh10`.
### [SearchAPI](https://www.searchapi.io/?via=namhyeon)
[SearchAPI (searchapi.io)](https://www.searchapi.io/?via=namhyeon) can retrieve data from public search engines like Google, Bing, Baidu, and websites like Amazon.
The example code for integration:
```
var HTTP = require("lib/http");
var response = HTTP.create("CURL")
.setVariables({
"api_key": "YOUR_API_KEY"
})
.setProxy({
"enabled": true,
"provider": "searchapi",
"type": "serp"
})
.setUserAgent("Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko")
.open("GET", "https://www.google.com/search?q=test")
.send();
console.log("responseBody:", response.responseBody);
```
If you [sign up](https://www.searchapi.io/?via=namhyeon) now, you can receive credits of **100 free calls**.
## Contact us
- ActivityPub [@catswords_oss@catswords.social](https://catswords.social/@catswords_oss)