research

Search the web, compare competitors, aggregate content, and fact-check across sources. Use when the agent needs to gather information from multiple websites.

MIT
Install
npx skills add browser-use/browser-skills --skill research

Run 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

TopicReferenceUse for
Search Patternssearch-patterns.mdAutomating Google, Bing, and site-specific search for targeted research
Competitive Analysiscompetitive-analysis.mdComparing features, pricing, and positioning across competitor websites
Content Aggregationcontent-aggregation.mdCollecting and organizing information from multiple web sources
Citation Extractioncitation-extraction.mdExtracting and formatting source URLs, titles, and publication dates
research - Browser Skills