e-commerce
Compare prices, research products, track inventory, and manage cart-to-checkout flows on online stores. Use when the agent needs to interact with shopping platforms.
MITInstall
npx skills add browser-use/browser-skills --skill e-commerceAutomate online shopping workflows using the browser-use Python SDK. Compare prices across stores using geo-proxies, pull product specs and reviews, track stock availability, and walk through cart-to-checkout flows. Returns structured 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 |
|---|---|---|
| Price Comparison | price-comparison.md | Extracting and comparing prices across multiple stores and platforms |
| Product Research | product-research.md | Gathering product specs, reviews, ratings, and availability at scale |
| Inventory Tracking | inventory-tracking.md | Monitoring stock availability and restocking alerts |
| Cart and Checkout | cart-checkout.md | Adding items to cart, applying coupons, and navigating checkout flows |