- MultiOn AI
- Posts
- MultiOn Newsletter #6 - June
MultiOn Newsletter #6 - June
Join Discord • Jobs • Get Pro
MultiOn Rolls Out New Retrieve API and More
See what’s new with our tools and how they can make your tasks easier
Latest Updates 🚀
New Retrieve API
We're excited to introduce the Retrieve API! This new tool makes it easy to pull data directly from websites without any complicated setup. Perfect for developers, researchers, or anyone who needs to gather web data efficiently.
How It Works:
Here’s a quick look at how simple it is to use the Retrieve API:
from multion.client import MultiOn
client = MultiOn(api_key="YOUR_API_KEY")
retrieve_response = client.retrieve(
cmd="Get all posts on Hackernews with title, creator, time created, points as a number, number of comments as a number, and the post URL.",
url="https://news.ycombinator.com/",
fields=["title", "creator", "time", "points", "comments", "url"]
)
data = retrieve_response.data
This snippet shows how to retrieve all recent posts from Hacker News. Just specify what data you need and let MultiOn handle the rest!
Keep Up with Dynamic Sites: Don’t miss a thing on fast-changing web pages. The Retrieve API is designed to adapt to dynamic content, ensuring you capture the most current data available.
Explore more about this API and start simplifying your data collection process by checking out our detailed documentation.
Explore MultiOn's Enhanced Playground
Curious about how AI can automate web tasks effectively? Check out the updated MultiOn Playground! Our latest enhancements have doubled the speed and reliability of our web agents, especially on platforms like Google Flights. While the Retrieve API isn’t showcased here, you can see our AI in action as it navigates websites, gathers data, and much more—all within our interactive environment.
Have Your Say on MultiOn’s Future
Got a minute? Help us improve our products by sharing your thoughts in our quick survey. Your feedback is vital for us to tailor our tools to better suit your needs.
Tell us what you like, what you don’t, and what you want to see next. Thanks for helping us make MultiOn even better!
Thanks a lot for staying updated with us!
We really appreciate your thoughts and ideas, so please keep them coming. Your feedback makes all the difference.
Join Our Community: Got questions or want to chat? Our Discord is where you can meet fellow users and share your experiences. It's all about helping each other out and sharing what you know.
Find Resources: Check out our guides and documentation for helpful information that can support your projects.
Cheers,
The MultiOn Team