Web Navigator API avatar
Web Navigator API
Deprecated

Pricing

Pay per usage

Go to Apify Store
Web Navigator API

Web Navigator API

Deprecated

Navigate and scrape websites using LLMs via API

Pricing

Pay per usage

Rating

0.0

(0)

Developer

carvedai

carvedai

Maintained by Community

Actor stats

2

Bookmarked

25

Total users

3

Monthly active users

a year ago

Last modified

Share

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