
Web Navigator API
Under maintenance
Try for free
No credit card required
Go to Store
This Actor is under maintenance.
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative Actors
Web Navigator API
carvedai/web-navigator-api
Try for free
No credit card required
Navigate and scrape websites using LLMs via API
Developer
Maintained by Community
Actor Metrics
3 monthly users
No reviews yet
2 bookmarks
>99% runs succeeded
Created in Sep 2024
Modified 6 months ago
Categories
Navigates and scrapes website using LLMs and returns page HTML and screenshot.
Features
- Autonomously browse websites with an objective
- Optionally disable ad blocker
- Provides both HTML and screenshot
Examples
This example gets contact info from a pet business website.
1run_input = { 2 "url": "https://www.dancingdogmassage.com", 3 "objective": "Get contact info" 4} 5run = client.actor("carvedai/web-navigator-api").call(run_input=run_input) 6print(list(client.dataset(run["defaultDatasetId"]).iterate_items()))
Expected Output:
1{ 2 "page_content": "<!DOCTYPE html>...", 3 "page_screenshot": "iVBORw...", 4}
Support
Reach out to us if you need anything.
Email: hello at carvedai.com
Made by CarvedAI