Web agents that can act and scrape on any site.
Your one-stop shop for web workflow automation
Featured Movie
Watch the latest blockbuster now streaming exclusively on NotFlix.
Continue Watching
Trending Now
Advanced Cloud Features
github.com
Two-factor authentication
New to GitHub? Create account
Sign in with a passkey
Notte Pro
$79/moSubscribe to unlock all features
github.com
john.smith@email.com
Password
••••••••••••
2FA Secret
••••••••••••••••
VISA Card
Cardholder
JOHN SMITH
Card Number
•••• •••• •••• 4242
Expiry
12/25
CVV
•••
Secure Credential Vault
Your agents log in automatically and safely to any website
Secure Payment Vault
Your agents handle payments and purchases automatically
Verify your email
We sent a verification code to:
agent@mail-sand.com
agent@mail-sand.com
Notte
Confirm your email address - Your verification code is ready
21:49Verify Your Phone
Enter the code we sent you
Messages
+1 555-0123SMS CODES
Persona: Email Service
Unique email addresses for automated account creation
Persona: SMS Service
Phone numbers for automated verification and 2FA handling
Stealth: Browse undetected
Residential proxies and captcha solvers
Parallel Execution
Run multiple agents simultaneously at scale
Autoreplay at light speed
High-speed agent task replay
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)
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.