← back
Notte

Notte

85

Browser platform for AI agents providing remote sessions with CAPTCHA solving, residential proxies, persistent auth profiles, and a hybrid scripting-plus-AI framework.

API KeyFreemiumJSONBot Blocking: NoneNo CCbrowser-automationcaptcha-solvingproxiesweb-agentssession-managementscrapingmcp-server

Pros

  • + Built-in CAPTCHA solving and residential proxies eliminate the biggest pain points for browser-based agents
  • + Persistent browser profiles let agents skip re-authentication across runs, saving tokens and time
  • + MCP server and Python SDK enable direct integration with LLM agent frameworks

Cons

  • - No official TypeScript SDK yet — JS/TS agents must use the REST API directly
  • - No published OpenAPI spec, making auto-tooling and schema-driven agent integration harder

Integration

example.py
from notte_sdk import NotteClientimport os
client = NotteClient(api_key=os.getenv("NOTTE_API_KEY"))
with client.Session() as session:    page = session.page    page.goto("https://example.com")    result = session.scrape(instructions="Extract the main heading")    print(result)

Details

Category
Browser Automation
Pricing
Freemium
Free Tier
100 browser hours forever, 5 concurrent sessions, no credit card required
Rate Limit
5 concurrent sessions (free), higher on paid plans starting at $20/mo
Verified
2026-03-31

Score Breakdown

Base +50
OpenAPI Spec (No) 0
Auth Complexity (API Key) +10
Response Format (JSON) +10
Bot Blocking (None) +10
No Credit Card (Yes) +5
Completely Free (No) 0
Total 85