Rapidly build reliable web agents
that act and scrape on any site.
Notte provides the full-stack web agents framework you needed.
All with a single API.
Automate browser-based workflows
Automating tedious but critical tasks
Browser automation for processes like verifying service providers or submitting forms, including CAPTCHA solving.
Scalable and automated workflows designed for humans
Complete tasks designed for humans, such as ordering items online, submitting forms, and making payments.
Reliable web scraping & intel gathering
Extract web data with higher success rates using built-in stealth features for robust market and competitive intel gathering.
Main API

Run Agents
Given a goal in natural language, run an autonomous agent to plan, perceive, navigate, and act end-to-end.

Browser Sessions
Headless browsers, without the headache. Spin up secure, scalable browser sessions that your agents can control.
Browser Agent Ecosystem
Agents deserve all the right tooling, all in one place.
Tutorials
Notte SDK Examples
1from notte_sdk import NotteClient
2
3client = NotteClient(api_key="your_api_key")
4
5with client.Session() as session:
6 agent = client.Agent(
7 session=session,
8 reasoning_model="vertex_ai/gemini-2.0-flash",
9 max_steps=15
10 )
11 response = agent.run(
12 task="Find the latest job openings on notte.cc"
13 )
14
15print(response.answer)
1from notte_sdk import NotteClient
2
3client = NotteClient(api_key="your_api_key")
4
5with client.Session() as session:
6 agent = client.Agent(
7 session=session,
8 reasoning_model="vertex_ai/gemini-2.0-flash",
9 max_steps=15
10 )
11 response = agent.run(
12 task="Find the latest job openings on notte.cc"
13 )
14
15print(response.answer)
Pricing
Free
Perfect for indie hackers and opensource projects.
API Credits Pack
Additional API credits for free plan.
Pro
To build planet scale web agents and scrapers.
Enterprise
Custom agent stack tailored to your organization.