You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -146,9 +150,10 @@ There's no payload required for this task so you can just click "Run test" from
146
150
147
151
In this example we use [Puppeteer](https://pptr.dev/) with a [BrowserBase](https://www.browserbase.com/) proxy to scrape the GitHub stars count from the [Trigger.dev](https://trigger.dev) landing page and log it out. See [this list](/guides/examples/puppeteer#proxying) for more proxying services we recommend.
148
152
149
-
<Note>
150
-
When web scraping, you MUST use the technique below which uses a proxy with Puppeteer. Direct scraping without using `browserWSEndpoint` is prohibited and will result in account suspension.
151
-
</Note>
153
+
<Warning>
154
+
When web scraping, you MUST use the technique below which uses a proxy with Puppeteer. Direct
155
+
scraping without using `browserWSEndpoint` is prohibited and will result in account suspension.
156
+
</Warning>
152
157
153
158
### Task code
154
159
@@ -209,4 +214,4 @@ Here are a list of proxy services we recommend:
0 commit comments