Anything API - Any website. We deliver the API.

Many websites don't have public APIs. Anything API fills that gap. Turn any browser work into a production-ready API. Describe the task, and our agents build a custom function that calls the site directly. Ship a custom API endpoint you can deploy serverless, schedule on Cron, or call via API. Tell Notte what you need. We ship the function endpoint.

Add a comment

Replies

Best

That sounds fantastic! I'll take a look at it.

 thanks Edward! let us know how you find it

 Thanks, Sam! The UX feels incredibly smooth so far. I’m already exploring how to hook it into the research engine for my current project. Great work on the launch!

 What's the first thing you'll ship?

 
Thanks, Sam! UX is super slick. Andrea, the first thing I’m shipping is the mobile MVP for Mind Draft, my AI idea validation tool. Thinking of using Notte for the automated market research side—will keep you posted!

   yes keep us posted! feel free to reach out via X or LinkedIn if you have anymore questions or queries, intrigued how it works for your use case

Great product guys! Congrats on the launch

 thanks Ayush:)

 Gracias <3

Huge congrats on the launch, Andrea and the Notte team!

As someone building in the fintech space, the 'API gap' for regulated platforms is one of the biggest bottlenecks to true autonomy. I love the approach of bridging agentic exploration with deterministic execution to create APIs where they don't exist.

 Thanks Kane! Much appreciated :)

 thanks Kane 🙂

Intriguing. For teams running repetitive workflows, how customizable are the automations in terms of logic, triggers, and specific conditions?

 the output automation function is basically an API endpoint. You can fit this anywhere, call it with cURL, schedule it, have a service invoke it, etc. It's super flexible

How do you ensure the API delivers reliable and structured data, especially from messy or complex websites?

   The agent tests itself and iterates until he gets to the deliverable you've asked. He can stop and ask for followup questions if he needs some help from you. Once he nailed it, he deploys the function and you can start using it

Great great idea aaaand mint UI as always! 🏆

 thanks Luigi 🤜🤛

 Grazie amigos <3

Great launch—this is exactly the gap most GTM teams hit when they need reliable data from tools that don’t expose APIs. Quick follow-up from my earlier thread: if I need session persistence + proxy rotation for long-running enrichment jobs, can Anything API pin identity state per endpoint (so retries don’t break auth flows)?

 not 100% sure i got the question; but anything is compatible with all the stack so you can run w/ proxies enabled, run with session profiles, etc.

got it — super helpful. The endpoint-level profile/session pinning is exactly what I was trying to confirm for long-running GTM enrichment flows. If you add first-class retry policies (idempotency keys + backoff) in the function config, this becomes even easier to run safely in production cron jobs.

Lets say this tool is applied to a site like Airbnb , how can it avoid detection or being flagged?

 This just works out of the box. Try prompt "create an api to get the cost of the first 5 airbnbs available in london for the dates i give in input to the API ; "

Looks awesome, great work and team!

   thanks Gustav!

 Thanks Gustav!

This is solving a real pain point. Building API integrations from scratch for every data source is exhausting — I've been through it connecting YouTube, Stripe, and multiple AI providers for my SaaS. How are you handling rate limits and auth differences across platforms? That's always been the hardest part for us.

 Rate limits really depends on the site you automate, ideally you wouldn't have any. Auth can be managed with all the Notte services we have (session profiles, agent vaults, etc.)