- 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.
Read the open web from inside a flow: run web, news, and image searches, and scrape single pages as text or HTML.
These nodes read the open web from inside your flow. None of them need a credential.