BrowserUse 연동
BrowserUse 연동
섹션 제목: “BrowserUse 연동”BrowserUse + HydraSkill = 절대 차단되지 않는 브라우저 자동화.
pip install hydraskill browser-use사용법
섹션 제목: “사용법”from 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()BrowserUse + HydraSkill을 함께 쓰는 이유
섹션 제목: “BrowserUse + HydraSkill을 함께 쓰는 이유”BrowserUse 에이전트는 사람처럼 실제 웹사이트와 상호작용합니다. 하지만 웹사이트는 여전히 IP로 차단합니다. HydraSkill은 다음을 보장합니다.
- 브라우저 세션이 같은 IP를 유지 (Session Lock)
- 차단된 IP는 브라우저를 재시작하지 않고 교체
- 로케일별 콘텐츠를 위한 지역 타기팅