Real prompts. Real results.
Every example below is an actual task you can run. Each one gets its own dedicated agent, built from scratch for that specific job.
Data extraction
Go to https://news.ycombinator.com, extract the top 30 story titles and URLs, and save the result as a CSV file
Research
Search for 'best Python web frameworks 2026', visit the top 5 results, and create a comparison summary with pros and cons. Save as JSON
Screenshot capture
Navigate to https://example.com and take a full-page screenshot
Form interaction
Go to https://httpbin.org/forms/post, fill in the form with test data, submit it, and return the server response
Multi-site aggregation
Visit https://github.com/trending, collect the top 10 trending repositories with names, descriptions, language, and star counts. Save as JSON
Content download
Go to https://example.com/reports and download all PDF files linked on the page
Price monitoring
Search Amazon for 'mechanical keyboard' and extract the name, price, and rating of the first 10 results. Return as CSV
Code generation
Build a Python REST API with JWT authentication, user registration, and unit tests. Return all source files