research
Search the web, compare competitors, aggregate content, and fact-check across sources. Use when the agent needs to gather information from multiple websites.
MITInstall
npx skills add browser-use/browser-skills --skill researchRun web research using the browser-use Python SDK. Automate search queries, compare competitor websites in parallel, pull articles from multiple sources, and extract structured citations with typed Pydantic output.
bash
pip install browser-use-sdk
Prerequisites
Set your Browser Use API key before running any examples. Get one at cloud.browser-use.com.
bash
export BROWSER_USE_API_KEY=your_key
Reference
| Topic | Reference | Use for |
|---|---|---|
| Search Patterns | search-patterns.md | Automating Google, Bing, and site-specific search for targeted research |
| Competitive Analysis | competitive-analysis.md | Comparing features, pricing, and positioning across competitor websites |
| Content Aggregation | content-aggregation.md | Collecting and organizing information from multiple web sources |
| Citation Extraction | citation-extraction.md | Extracting and formatting source URLs, titles, and publication dates |