Claude AI Web Automation
Pricing
from $0.65 / actor start
Claude AI Web Automation
A real browser with Anthropic's Claude models to navigate any website and extract structured data — no CSS selectors or page-specific scraping code required.
Claude AI Web Automation
Pricing
from $0.65 / actor start
A real browser with Anthropic's Claude models to navigate any website and extract structured data — no CSS selectors or page-specific scraping code required.
You can access the Claude AI Web Automation programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "prompt": "Extract the BTC price.",< "startUrls": [< {< "url": "https://tradingeconomics.com/"< }< ],< "maxItems": 5,< "maxSteps": 10,< "selectors": {< "listingLink": "a[href*='\''/itm/'\'']",< "nextPage": "a[aria-label='\''Next page'\''], a[type='\''next'\''], a.pagination__next, a[rel='\''next'\'']"< },< "uniqueKeyPattern": "/itm/(\\\\d{9,})",< "countryCode": "US"<}' |<apify call dtrungtin/claude-ai-web-automation --silent --output-datasetThe Apify CLI is the official tool that allows you to use Claude AI Web Automation locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: