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.

MIT
Install
npx skills add browser-use/browser-skills --skill e-commerce

Automate 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

TopicReferenceUse for
Price Comparisonprice-comparison.mdExtracting and comparing prices across multiple stores and platforms
Product Researchproduct-research.mdGathering product specs, reviews, ratings, and availability at scale
Inventory Trackinginventory-tracking.mdMonitoring stock availability and restocking alerts
Cart and Checkoutcart-checkout.mdAdding items to cart, applying coupons, and navigating checkout flows
e-commerce - Browser Skills