Getting started
Get started with Notte
Open a cloud browser session, navigate a real page, and extract structured data with Notte in one small script.
Run this template
Clone just this template, configure Notte, and start the run.
Before running
- Have
NOTTE_API_KEYready. Generate an API key.
Need help? Join the Notte Slack.
What happens
- Uses the Python SDK, session.scrape(), and a Pydantic response model.
- Uses inline uv script metadata, so no template-specific pyproject.toml is required.
- Opens a Notte browser session.
- Navigates to a Wikipedia article.
Setup notes
- Missing credentials: verify .env contains NOTTE_API_KEY.
- No infobox: some Wikipedia articles do not have a right-hand infobox to extract.