Allowed to use an external proxy service and let the Deno transform the JSON data?
I want to use Deno to transform some JSON data serverless. However I'm pulling the data from the proxy Brightdata using the proxy_agent (https://deno.land/x/proxy_agent@v5.1.8). So I don't use Deno as scraper/ proxy itself, but just to transform and analyse the resulting JSON data.
Is this a allowed use-case? On the Deno limitations website I see:
"
❌ Scrapers
❌ Forward proxy
"
In my opinion my use-case is still an OK use-case for Deno Deploy, but I'm curious how the Deno team thinks about it.
Part of the code:
0 Replies