> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qxlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Web operations

These nodes read the open web from inside your flow. None of them need a credential.

* **Web Search** runs a search and gives you the results as lists of titles, links, and snippets. You can search the web, news, or images, and limit results by date, country, and language.
* **Web Scraper** fetches a single page and returns its content, as text or HTML.
* **Batch Web Scraper** does the same for a whole list of URLs at once, which pairs naturally with the links coming out of Web Search.
* **Web Crawler** starts at one page and follows its links, collecting content as it goes. Set how many pages it is allowed to visit.

If you want an answer rather than raw pages, use **Web Research** on the [AI nodes](/flows/nodes/ai) page instead. Search from a specific provider lives under [Integrations](/flows/nodes/integrations).
