
Web Navigator API
Deprecated
Pricing
Pay per usage
Go to Store

Web Navigator API
Deprecated
Navigate and scrape websites using LLMs via API
0.0 (0)
Pricing
Pay per usage
2
Total users
25
Monthly users
3
Last modified
7 months ago
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.
run_input = {"url": "https://www.dancingdogmassage.com","objective": "Get contact info"}run = client.actor("carvedai/web-navigator-api").call(run_input=run_input)print(list(client.dataset(run["defaultDatasetId"]).iterate_items()))
Expected Output:
{"page_content": "<!DOCTYPE html>...","page_screenshot": "iVBORw...",}
Support
Reach out to us if you need anything.
Email: hello at carvedai.com
Made by CarvedAI