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
Copy file name to clipboardExpand all lines: anchor-browser-web-scraper/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
### Project Setup
2
2
3
+
This example demonstrates automated web monitoring using Trigger.dev's job scheduling and Anchor Browser's AI-powered browser automation tools. The project runs daily at 5pm ET to find the cheapest Broadway tickets available for same-day shows.
4
+
5
+
##### How it works:
6
+
7
+
1. Trigger.dev schedules and executes the monitoring job
8
+
2. Anchor Browser spins up a remote browser session with an AI agent
9
+
3. The AI agent uses computer vision and natural language processing to analyze the [TDF website](https://www.tdf.org/discount-ticket-programs/tkts-by-tdf/tkts-live/)
10
+
4. AI agent returns the lowest-priced show with specific details: name, price, and showtime
0 commit comments