Web Navigator API avatar

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

Web Navigator API

carvedai/web-navigator-api
Try for free

No credit card required

Navigate and scrape websites using LLMs via API

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

Developer
Maintained by Community

Actor Metrics

  • 8 monthly users

  • 2 stars

  • 96% runs succeeded

  • Created in Sep 2024

  • Modified 2 months ago