Automate the work inside a website.
Open real browser sessions for your agents and scripts. Navigate pages, complete forms, and extract the information your workflow needs.
- Web workflows
- Data collection
- Browser testing
Infrastructure for agents
Give your software the tools to work with the web. Automate websites, connect from the locations you need, and bring public data into your research—all through Hive.
Works with Playwright, CDP, and your existing HTTP clients.
What you can build
Bring web automation, network access, and research into the same workflow.
Open real browser sessions for your agents and scripts. Navigate pages, complete forms, and extract the information your workflow needs.
Connect your browser or HTTP client through Hive. Specify a country, region, or ASN to access regional content and compare what different audiences see.
Research public profiles on LinkedIn, Instagram, X, Facebook, and TikTok. Discover username candidates with Sherlock, search the web with Google, and find image matches or text with Google Lens.
More tools for the rest of the workflow. Request phone and email resources, solve supported CAPTCHA challenges, and generate text or images through Hive.
Explore the toolsStart with a browser
Create a session, connect your automation tool, and open your first page. Use the same Hive key when your workflow needs network access or research.
Build your first browser workflowcurl --fail-with-body -X POST "https://hive-osint-dev.172-86-73-30.sslip.io/browser/session" \
-H "Authorization: Bearer $HIVE_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'