Skip to content

docs: Add Browser Use guide#943

Merged
vdusek merged 11 commits into
masterfrom
docs/add-browser-use-guide
Jun 10, 2026
Merged

docs: Add Browser Use guide#943
vdusek merged 11 commits into
masterfrom
docs/add-browser-use-guide

Conversation

@vdusek

@vdusek vdusek commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Adds a guide for the Browser Use library — an LLM agent that drives a real browser — in Apify Actors, following the structure of the existing scraping-library guides.

  • docs/03_guides/09_browser_use.mdx — the guide: introduction & features, configuring the LLM (OpenAI / Anthropic / Google), a runnable example Actor, Apify Proxy integration, and running on the Apify Playwright base image.
  • code/09_browser_use.py — runnable single-file example: a Browser Use agent that returns structured data (Hacker News top posts) through Apify Proxy.
  • Quick-start guides list updated.

Verified locally (apify run) and on the platform (build + run SUCCEEDED) — the agent navigated through Apify Proxy and produced correct structured output. Lint + type-check pass.

Closes: #836

TODO before merging

  • Clone the guide content (docs/03_guides/09_browser_use.mdx + docs/03_guides/code/09_browser_use.py) into website/versioned_docs/version-3.4/ so it also shows in the current docs version, not only under "next".

Add a guide and runnable example Actor for the Browser Use LLM browser-automation library, following the existing scraping-library guides.
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Jun 5, 2026
@vdusek vdusek self-assigned this Jun 5, 2026
@github-actions github-actions Bot added this to the 142nd sprint - Tooling team milestone Jun 5, 2026
@codecov

codecov Bot commented Jun 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.08%. Comparing base (03f97a3) to head (d1eb5aa).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #943   +/-   ##
=======================================
  Coverage   87.08%   87.08%           
=======================================
  Files          48       48           
  Lines        2973     2973           
=======================================
  Hits         2589     2589           
  Misses        384      384           
Flag Coverage Δ
e2e ?
integration 58.39% <ø> (ø)
unit 75.47% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek requested a review from Mantisus June 5, 2026 18:56
@vdusek vdusek changed the title docs: add Browser Use guide docs: Add Browser Use guide Jun 5, 2026
@vdusek vdusek marked this pull request as ready for review June 5, 2026 18:57
@vdusek vdusek requested a review from szaganek as a code owner June 5, 2026 18:57

@Mantisus Mantisus left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread docs/03_guides/09_browser_use.mdx Outdated
Comment thread docs/03_guides/09_browser_use.mdx Outdated
Comment thread docs/03_guides/09_browser_use.mdx Outdated
Comment thread docs/03_guides/09_browser_use.mdx Outdated
Comment thread docs/03_guides/09_browser_use.mdx Outdated
Comment thread docs/03_guides/09_browser_use.mdx Outdated
@vdusek vdusek merged commit 1c6ad7a into master Jun 10, 2026
26 of 28 checks passed
@vdusek vdusek deleted the docs/add-browser-use-guide branch June 10, 2026 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add documentation guides for LLM-based web scraping frameworks

4 participants