An open API service indexing awesome lists of open source software.

https://github.com/apify/actor-rag-web-browser

RAG Web Browser is an Apify Actor to feed your LLM applications and RAG pipelines with up-to-date text content scraped from the web.
https://github.com/apify/actor-rag-web-browser

ai crawling llm rag scraper serp

Last synced: 14 days ago
JSON representation

RAG Web Browser is an Apify Actor to feed your LLM applications and RAG pipelines with up-to-date text content scraped from the web.

Awesome Lists containing this project

README

          

# actor-rag-web-browser

This monorepo contains the source code for two Apify Actors:

- **[RAG Web Browser](https://console.apify.com/actors/3ox4R101TgZz67sLr)** — Web browser for RAG pipelines that accepts a search query or URL list, searches the web or loads specific URLs, and returns cleaned content as Markdown.
- **[URL to Markdown](https://console.apify.com/actors/oK4fp52ayRqNayFTw)** — Converts web pages to clean Markdown content.

For detailed documentation on each Actor, see their READMEs in the [`actors/`](./actors) folder:

- [`actors/apify_rag-web-browser/README.md`](./actors/apify_rag-web-browser/README.md)
- [`actors/apify_url-to-markdown/README.md`](./actors/apify_url-to-markdown/README.md)