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
The `trigger.config.ts` file is used to configure your Trigger.dev project. It is a TypeScript file at the root of your project that exports a default configuration object. Here's an example:
There's no payload required for this task so you can just click "Run test" from the Test page in the dashboard.
143
139
144
-
## Scrape data from a website
140
+
## Scrape content from a web page
145
141
146
142
### Overview
147
143
148
-
In this example we use Puppeteer with a proxy to scrape the content from a webpage and log it out.
144
+
In this example we use Puppeteer with a BrowserBase proxy to scrape the GitHub stars count from the [Trigger.dev](https://trigger.dev) landing page and log it out.
If you're using Trigger.dev Cloud and Puppeteer or any other tool to scrape content from websites you don't own, you'll need to proxy your requests. **If you don't you'll risk getting our IP address blocked and we will ban you from our service.**
0 commit comments