Skip to main content
Browser Use can handle complex e-commerce workflows including product search, cart management, and checkout processes. Search for products and add them to cart:

Complete Grocery Shopping

Real-world example from the Browser Use repository - automated grocery shopping on Migros Online:

Price Comparison Shopping

Compare prices across multiple stores before purchasing:

Cart Management

Checkout Automation

Security: Never store real payment information in scripts. Use test accounts or authentication profiles.

Filter and Sort Products

Deal Hunting

Find products on sale or with specific discounts:

Subscription Management

Shopping Tips

1

Use Authentication Profiles

Save login sessions with cloud profiles to avoid re-authenticating
2

Handle Dynamic Pricing

Some prices update dynamically - extract data multiple times if needed
3

Check Availability

Always verify stock status before attempting to purchase
4

Test Without Payment

Stop automation at the payment review page for safety
Best Practice: Use the agent’s sensitive_data parameter to securely handle addresses, phone numbers, and personal information.