Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ogandreakiro
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Show HN: Anything API – Get APIs from Websites Without APIs
(anything.notte.cc)
5 points
by
ogandreakiro
6mo ago
|
0 comments
2.
▲
by
ogandreakiro
8mo ago
Codegen hosted in a way. Codegen is local and outputs a Playwright script. We add managed infra, observability, retries, and agent fallback recoveries when things break.
3.
▲
by
ogandreakiro
8mo ago
Similar goals but quite different execution and primitives
4.
▲
by
ogandreakiro
8mo ago
The core Notte framework is open source (SSPL): https://github.com/nottelabs/notte . Only the managed infra is hosted. You can also use our Demonstrate Mode as a way to bootstrap a script and then run it on your machine
5.
▲
by
ogandreakiro
8mo ago
There are a few yes
6.
▲
by
ogandreakiro
8mo ago
Thanks :) We're Playwright / CDP under the hood
7.
▲
by
ogandreakiro
8mo ago
Yes. Record an automation flow, export the code, and share it. New users can run it as-is on our infra, or pick modify and run elsewhere.
8.
▲
by
ogandreakiro
8mo ago
Different from our core use case, but our agents can do open-ended exploration as well. You could prompt something like "navigate to this app as a new user and try common. flows" with structured outputs for findings. Session recor
9.
▲
by
ogandreakiro
8mo ago
We're YC S25, launched in summer. Demonstrate Mode is a new feature we recently added to our platform and thought it would be worth sharing here. Re differentiation: The space is crowded and feature sets converge. But like LLM provider
10.
▲
by
ogandreakiro
8mo ago
Same spirit, yes. Record once, replay many. The difference now is when the page changes or an element moves, we have those fallback AI agents that can recover instead of just failing. But the core idea is the same; automate browser stuff.
11.
▲
by
ogandreakiro
8mo ago
Full circle indeed! We hope this iteration works better :)
12.
▲
Show HN: Build Web Automations via Demonstration
(notte.cc)
36 points
by
ogandreakiro
8mo ago
|
20 comments
13.
▲
by
ogandreakiro
1y ago
Yes, that’s a very good point! We’ll look into this for SDK usage. What do you recommend for the public repo where it's harder to enforce runtime headers?
14.
▲
by
ogandreakiro
1y ago
we’re working on fail-credit refunds so charges only apply to successful runs
15.
▲
by
ogandreakiro
1y ago
Update- https://www.notte.cc/#pricing
16.
▲
by
ogandreakiro
1y ago
We added the pricing breakdown here: https://www.notte.cc/#pricing
17.
▲
by
ogandreakiro
1y ago
Hey- we built Notte for legitimate workflows like testing and approved automation; not abuse. Like other session provider tools (Browserbase, Hyperbrowser, Anchor, etc.), we encourage respecting site terms and robots.txt, and we’re adding b
18.
▲
by
ogandreakiro
1y ago
There is!
19.
▲
by
ogandreakiro
1y ago
There's a way to top-up 1K credits for $10 in our Pro plan. But if someone needs more then the 10K/mo + manual topups - I'd suggest moving to a custom deal. We can unlock any credits you need with custom rate limits and volum
20.
▲
by
ogandreakiro
1y ago
Yeah - the search demo ( https://search.notte.cc/ ) is just an attempt to showcase what one can do with a scraping agent embedded in a served LLM with an MCP server. We have a sys prompt pushing the LLM to request an URL to m
21.
▲
by
ogandreakiro
1y ago
Just explained below what you can do with the 10K smeckles - that's 10K URL scrapes or 5K agent steps or 10K minutes of browsing :)
22.
▲
by
ogandreakiro
1y ago
Pricing credits - dollars is explained below. +We were thinking about not charging credits whenever one of our agents fails because of a random error on our side (not too frequent, but still). This makes it more reasonable to start explor
23.
▲
by
ogandreakiro
1y ago
Oh - missed that too. We had this somewhere in the docs and got lost. - 1 scrape URL : 1 credit ~ $1c - 1 agent step : 2 credits ~ $2c - 1 min browse-time: 1 credit ~ $1c Meaning if you run an agent for a 10-steps task for a minute it'
24.
▲
by
ogandreakiro
1y ago
Not yet - this is a TODO and we'll try to do it asap!
25.
▲
by
ogandreakiro
1y ago
Oh thanks for pointing this out. Pricing is explained on our landing https://notte.cc . It’s 500 free credits. Pro plan $79/mo for 10K credits/mo. You can do additional top up 1K credits for $10 when in Pro plan. If you
26.
▲
by
ogandreakiro
1y ago
There’s no magic here unfortunately. We’re working hard to make anti-detection as good as possible with proxies to avoid captchas in first place. When they get there - we can solve ~60% of providers right now (incl reCAPTCHA, Cloudflare, an
27.
▲
by
ogandreakiro
1y ago
Yes! We just added stealth support for our scraping endpoint. The docs should be updated soon but you can set proxies now
28.
▲
by
ogandreakiro
1y ago
Thanks - that’s nice to hear! :)
29.
▲
by
ogandreakiro
1y ago
Hey! Sure happy to create a shared integration with TestinBot - shoot me an email so we can discuss andrea@notte.cc :)
30.
▲
by
ogandreakiro
1y ago
right now it's hardcode - you write a web automation script where at some parts you have a very specialized agent to take the very few steps in your workflow that require reasoning/adaptability. Future: we're trying to make t
More ›