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: src/content/docs/browser-rendering/platform/stagehand.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This guide shows you how to deploy a [Worker](/workers/) that uses Stagehand, Br
22
22
23
23
## Use Stagehand in a Worker with Workers AI
24
24
25
-
In this example, you will use Stagehand to search for a movie on [The Movie Database](https://www.themoviedb.org/), extract its details (title, year, and director), and return the information along with a screenshot of the webpage.
25
+
In this example, you will use Stagehand to search for a movie on [The Movie Database](https://www.themoviedb.org/), extract its details (title, year, rating, duration, and genre), and return the information along with a screenshot of the webpage.
26
26
<Detailsheader="See an example of the result"> </Details>
27
27
28
28
If you want to skip the steps and get started quickly, select **Deploy to Cloudflare** below.
0 commit comments