
RAG Web Browser
Under maintenance
Pricing
Pay per usage

RAG Web Browser
Under maintenance
Web browser for OpenAI Assistants, RAG pipelines, or AI agents, similar to a web browser in ChatGPT. It queries Google Search, scrapes the top N pages, and returns their content as Markdown for further processing by an LLM. It can also scrape individual URLs. Supports Model Context Protocol (MCP).
0.0 (0)
Pricing
Pay per usage
0
Monthly users
0
Last modified
2 days ago
You can access the RAG Web Browser 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.
1echo '{
2 "query": "web browser for RAG pipelines -site:reddit.com",
3 "proxyConfiguration": {
4 "useApifyProxy": true
5 },
6 "removeElementsCssSelector": "nav, footer, script, style, noscript, svg, img[src^='\''data:'\''],\\n[role=\\"alert\\"],\\n[role=\\"banner\\"],\\n[role=\\"dialog\\"],\\n[role=\\"alertdialog\\"],\\n[role=\\"region\\"][aria-label*=\\"skip\\" i],\\n[aria-modal=\\"true\\"]",
7 "htmlTransformer": "none"
8}' |
9apify call apify/rag-web-browser --silent --output-dataset
RAG Web Browser API through CLI
The Apify CLI is the official tool that allows you to use RAG Web Browser locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.