ai web scraping

Add Hyperbrowser to your AI agent

Hyperbrowser is a next-generation platform empowering AI agents and enabling effortless, scalable browser automation.

Things your agent can do in Hyperbrowser
42

Things your AI can do in Hyperbrowser

Your FormWise AI can handle any of these in Hyperbrowser — on its own, without you needing to click a button.

  • Add Extension

    Popular

    Tool to add a new browser extension to Hyperbrowser for use in sessions. Use when you need to upload a Chrome extension zip file that can be loaded into browser sessions. The extension zip must contain a valid manifest.json file at the root level.

  • Create Hyperbrowser Profile

    Popular

    Creates a new persistent Hyperbrowser profile for storing browser state (cookies, sessions, etc.). Use this to create a reusable profile that can be attached to browser sessions via the profile ID. Profiles allow you to maintain logged-in states across multiple sessions without re-authenticating.

  • Create Scrape Job

    Popular

    Tool to initiate a new scrape job. Use when you need to extract structured content from a target URL with custom session and scrape settings.

  • Create Session

    Popular

    Tool to create a new browser session with custom stealth, proxy, and privacy settings. Use when initializing an automated browsing session with specific configuration.

  • Fetch Web Page

    Popular

    Tool to fetch a web page and return content in various formats (HTML, Markdown, JSON, screenshot, etc.). Use when you need to retrieve and process web content with customizable browser settings, output formats, and content filtering options.

  • Get Crawl Status

    Popular

    Tool to retrieve the current status of a specific crawl job. Use after initiating a crawl job to poll its status.

  • Get CUA Task Result

    Popular

    Tool to retrieve the status and results of a CUA (Claude User Agent) task. Use after starting a CUA task to check its progress, retrieve execution steps, and obtain the final result.

  • Get Profile By ID

    Popular

    Retrieves details of a specific Hyperbrowser profile by its UUID. Returns profile metadata including name, team association, and timestamps. Use the List Profiles action first to obtain valid profile IDs.

  • Get Scrape Job Result

    Popular

    Retrieves the status and results of a scrape job. Poll this endpoint after creating a scrape job to check progress and get the scraped content when completed. Returns jobId, status (pending/running/completed/failed), scraped data, and any error message.

  • Get Scrape Job Status

    Popular

    Tool to retrieve the current status of a specific scrape job. Use after initiating a scrape job to poll its status; poll at moderate intervals (e.g., every 2–5 seconds) rather than tight loops to avoid exhausting quota. Responses may be large when the job includes screenshots or full HTML.

  • Get Session Details

    Popular

    Retrieve detailed information about a Hyperbrowser session by its ID. Use this tool to get connection endpoints (wsEndpoint, liveUrl), session status, and configuration details for an existing session. The session ID can be obtained from create_session or list_sessions actions. Returns active connection details (wsEndpoint, liveUrl, token) for active sessions, or historical information for closed sessions.

  • Get Session Downloads URL

    Popular

    Tool to retrieve the downloads URL for a session. Returns a signed URL to download files saved during a browser session. Note: The session must be created with 'saveDownloads: true' for downloads to be available. Poll this endpoint checking status until 'completed'.

Show 30 more things it can do
  • Get Session Recording

    Popular

    Retrieve the recording URL for a browser session. Returns a pre-signed S3 URL to download the rrweb JSON recording. The recording status indicates availability: - 'pending': Recording is being prepared - 'in_progress': Recording is still being processed - 'completed': Recording is ready, recordingUrl will contain the download link - 'failed': Recording failed, check the error field - 'not_enabled': Session was created without enableWebRecording=true Poll this endpoint until status is 'completed' or 'failed' after stopping a session.

  • Get Session Video Recording URL

    Popular

    Tool to retrieve the video recording URL for a browser session. Returns a pre-signed URL to download the video recording. The video recording status indicates availability: - 'pending': Video recording is being prepared - 'in_progress': Video recording is still being processed - 'completed': Video recording is ready, recordingUrl will contain the download link - 'failed': Video recording failed, check the error field - 'not_enabled': Session was created without enableVideoWebRecording=true Poll this endpoint until status is 'completed' or 'failed' after stopping a session.

  • Get Web Crawl Status

    Popular

    Tool to retrieve just the status of a web crawl job without the full results. Use after initiating a web crawl to poll its current state.

  • List Extensions

    Popular

    Tool to list all browser extensions. Use when you need to fetch all available extensions for the Hyperbrowser account.

  • List Profiles

    Popular

    Tool to list profiles. Use when you need to fetch paginated profiles and optionally filter by name.

  • List Sessions

    Popular

    Tool to list sessions with optional status filter. Use when you need a paginated overview of browser sessions before acting on them.

  • Search Web

    Popular

    Tool to perform a web search and retrieve results with titles, URLs, and descriptions. Use when you need to search the web for information on a specific topic or query.

  • Start Crawl Job

    Popular

    Tool to start a new crawl job for a specified URL. Use when you need to initiate a web crawl before checking job status.

  • Start CUA Task

    Popular

    Tool to start an OpenAI CUA (Computer-Using Agent) task. Use when you need AI-driven automated browser interactions powered by OpenAI. Call after you have your task prompt and any session preferences configured.

  • Start Extract Job

    Popular

    Start an AI-powered data extraction job from one or more web pages. Use this tool to scrape structured data from websites by providing URLs and either a natural language prompt describing what to extract, or a JSON schema defining the output structure (or both for best results). Returns a jobId to track extraction progress via HYPERBROWSER_GET_EXTRACT_JOB_STATUS and retrieve results via HYPERBROWSER_GET_EXTRACT_JOB_RESULT.

  • Start Web Crawl

    Popular

    Tool to start an asynchronous web crawl job that follows links from a starting URL and returns content from each page. Use when you need to crawl multiple pages from a website.

  • Delete Profile

    Tool to delete a profile. Use when you need to remove a profile by its unique identifier after confirming its existence.

  • Get browser-use task status

    Tool to retrieve the current status of a browser-use task. Use when checking if a browser automation task has completed or is still pending.

  • Get Claude Computer Use Task Result

    Tool to retrieve the complete result and status of a Claude Computer Use task. Use when you need full task details including execution steps, final results, and error information.

  • Get Claude Computer Use Task Status

    Poll the execution status of a Claude Computer Use task. Use after calling HYPERBROWSER_START_CLAUDE_COMPUTER_USE_TASK to check if the task has completed, is still running, or has failed. Pass the jobId returned from the start task action.

  • Get Crawl Job Status

    Tool to retrieve the status and results of a specific crawl job. Use after submitting a crawl job to check its progress or fetch results.

  • Get CUA Task Status

    Poll the execution status of a CUA task. Use to check if a CUA task has completed, is still running, or has failed.

  • Get Extract Job Result

    Tool to fetch the status and results of a specific extract job. Use after initiating an extract job to monitor progress and retrieve final data.

  • Get Extract Job Status

    Retrieve the status of an extract job. Use after calling Start Extract Job to poll its progress. Poll periodically until status is 'completed' or 'failed', then use Get Extract Job Result to retrieve the extracted data.

  • Get Gemini Computer Use task result

    Tool to retrieve the current status and results of a Gemini Computer Use task. Use when checking if a Gemini automation task has completed or is still pending.

  • Get HyperAgent Task Result

    Tool to retrieve the status and results of a HyperAgent task. Use when checking if a HyperAgent task has completed or to get the final results and execution steps.

  • Get Web Crawl Result

    Tool to retrieve the status and results of a web crawl job. Use after submitting a web crawl job to check its progress and fetch paginated results. Supports pagination via page and batchSize parameters for large crawl jobs.

  • Start Browser Use Task

    Tool to start an asynchronous browser-use task. Use when you need to automate web interactions given a task instruction.

  • Start Claude Computer Use Task

    Tool to start a Claude Computer Use task. Use when you need AI-driven automated browser interactions. Call after you have your task prompt and any session preferences configured.

  • Start Gemini Computer Use Task

    Tool to start a Gemini Computer Use task for browser automation using Google's Gemini. Use when you need AI-driven automated browser interactions with Gemini models.

  • Stop Browser Use Task

    Tool to stop a running browser-use task. Use when halting an in-progress browser automation task after confirming its task ID.

  • Stop Claude Computer Use Task

    Tool to stop a running Claude computer use task. Use when a Claude computer use task is in progress and needs to be terminated.

  • Stop CUA Task

    Tool to stop a running CUA task. Use when a CUA task is in progress and needs to be terminated.

  • Stop Gemini Computer Use Task

    Tool to stop a running Gemini computer use task. Use when a Gemini computer use task is in progress and needs to be terminated.

  • Stop Session

    Tool to stop a running session by ID. Use after confirming the session is active.

Built for the way you actually work

No code, no engineers

Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.

Sounds like you, not like a bot

Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.

Plugs into the stack you already use

No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.

Your data stays yours

Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.

What you can do once Hyperbrowser is connected

Onboard new clients without lifting a finger

When someone signs up, your AI greets them, sets up their next step in Hyperbrowser, and keeps the momentum going — even at 2am.

Reply to leads in seconds, not days

Your AI watches Hyperbrowser for new inquiries, answers questions in your voice, and books the call before they cool off.

Get your weekends back

Hand off the repetitive Hyperbrowser work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.

How to connect Hyperbrowser to your agent

  1. 1

    Start using FormWise for free

    Sign up in under a minute.

  2. 2

    Find Hyperbrowser in your connected apps

    Inside FormWise, go to Settings → Connected Services and look for Hyperbrowser.

  3. 3

    Hit "Connect"

    Click "Connect Hyperbrowser" and log in like you normally would. We only ask for the permissions your AI actually needs.

  4. 4

    Tell your AI what to do in Hyperbrowser

    Build a quick AI Agent (it's like writing instructions, not code), and pick the Hyperbrowser actions you want your AI to handle.

  5. 5

    Watch it run

    Send it a real-world task and watch your AI take care of Hyperbrowser for you. Tweak the wording until it feels just right.

Powered by the AI you already trust

Your Hyperbrowser workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.

  • OpenAI
  • Anthropic Claude
  • Google Gemini

Questions other Hyperbrowser users had before signing up

Do I need to know how to code?

Not even a little. If you can use Hyperbrowser today, you can set this up. You'll connect Hyperbrowser, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.

Will my clients know they're talking to an AI?

Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.

Can I make it sound like me?

Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.

What if I want to take over a conversation?

You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.

Is my client data safe?

Yes. Your Hyperbrowser login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect Hyperbrowser or delete everything any time.

What happens when Hyperbrowser updates their app?

We handle it. When Hyperbrowser adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.

How fast can I actually get this running?

Most people are up and running the same day they sign up. Connecting Hyperbrowser takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.

What is FormWise?

FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like Hyperbrowser — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.

Can I sell AI agents to my clients?

Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.

Can I embed my AI on my website or in my course?

Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.

Do I need to know anything about AI to use this?

No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.

About Hyperbrowser on FormWise

Hyperbrowser is a next-generation platform empowering AI agents and enabling effortless, scalable browser automation.

Connect Hyperbrowser once and your FormWise AI gets 42 things it can do inside it. That means your AI can handle the Hyperbrowser work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.

You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.

New to Hyperbrowser? Take a look at www.hyperbrowser.ai.

Stop doing the Hyperbrowser work yourself

Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.