BrowserUse Integration
BrowserUse Integration
Section titled “BrowserUse Integration”BrowserUse + HydraSkill = browser automation that never gets blocked.
pip install hydraskill browser-usefrom browser_use import Agentfrom hydraskill import ProxyClient
client = ProxyClient()proxy = client.get_proxy(target="amazon.com", session_lock=True)
agent = Agent( task="Find the top 10 wireless earbuds on Amazon under $50", proxy=proxy.to_playwright_config())
result = await agent.run()proxy.release()Why BrowserUse + HydraSkill
Section titled “Why BrowserUse + HydraSkill”BrowserUse agents interact with real websites like humans. But websites still block by IP. HydraSkill ensures:
- Browser sessions maintain the same IP (Session Lock)
- Blocked IPs get swapped without restarting the browser
- Geographic targeting for locale-specific content