Skip to content

docs: Add Browser Use guide#943

Open
vdusek wants to merge 3 commits into
masterfrom
docs/add-browser-use-guide
Open

docs: Add Browser Use guide#943
vdusek wants to merge 3 commits into
masterfrom
docs/add-browser-use-guide

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@vdusek vdusek commented Jun 5, 2026

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

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
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.94%. Comparing base (3f25d4a) to head (c4580b8).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #943      +/-   ##
==========================================
+ Coverage   86.87%   86.94%   +0.06%     
==========================================
  Files          48       48              
  Lines        2942     2942              
==========================================
+ Hits         2556     2558       +2     
+ Misses        386      384       -2     
Flag Coverage Δ
e2e 37.76% <ø> (ø)
integration 59.10% <ø> (ø)
unit 75.69% <ø> (+0.06%) ⬆️

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
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

2 participants