RAG Web Browser avatar
RAG Web Browser

Pricing

Pay per usage

Go to Store
RAG Web Browser

RAG Web Browser

Developed by

Apify

Apify

Maintained by Apify

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).

4.4 (11)

Pricing

Pay per usage

85

Total users

2.4k

Monthly users

907

Runs succeeded

>99%

Issue response

4.7 days

Last modified

10 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.

$echo '{
< "query": "web browser for RAG pipelines -site:reddit.com",
< "proxyConfiguration": {
< "useApifyProxy": true
< },
< "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\\"]",
< "htmlTransformer": "none"
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: