The infrastructure behind the state of the art agent.
main.py
# pip install browser-use-sdkfrom browser_use_sdk.v3 import AsyncBrowserUseclient = AsyncBrowserUse()result = await client.run( "Go to amazon.com, extract 100 products with price and reviews, save to products.csv")