Langflow 1.10 just released!
gradient
  1. Home  /

  2. Blog  /

  3. Langflow Micro Tutorials — Links Scraper

Langflow Micro Tutorials — Links Scraper

Rodrigo Nader

Written by Rodrigo Nader

October 10, 2023

Welcome back to our Langflow micro tutorials series! In this article, we’ll continue exploring simple Langflow examples and custom component design.

You can download the flow we’ll be discussing here to modify and understand the components in use.

Today, we’ll focus on a basic web scraper flow for extracting links that may contain valuable information. Hope you enjoy it!

Key Features

HTML Loader: The HTML Loader custom component uses the BeautifulSoup library to retrieve the soup object from a given URL. This allows for easy extraction of relevant information from HTML documents.

HTML Links Extractor: The HTML Links Extractor gets links within the HTML content. By leveraging BeautifulSoup, this component reduces the amount of text before the information is processed by the LLM, saving time and token costs.

Objective

The objective of this flow is to extract relevant links from an HTML document and present them as bullet points for a Language Model.

The model aims to identify the links that could potentially contain the company’s email ("email" is used in this example, but you can imagine similar use cases with different queries), such as “About Us” and “Contact Us” pages.

Notice that there is some pre-processing to the HTML information before it is passed to the prompt template, which makes custom components and LLM pipelines even more attractive.


Download Flow (gist)


Similar Posts

Langflow 1.10 Desktop is now available

Langflow 1.10 Desktop is now available

Langflow Dev Team

Written by Langflow Dev Team

June 18, 2026

Langflow 1.10 Desktop is now available. For the full list of new features and platform updates in 1.10, see the OSS release announcement.

Langflow 1.10 released: Assistant flow building, Memory bases, DB Providers, internationalization, and more

Langflow 1.10 released: Assistant flow building, Memory bases, DB Providers, internationalization, and more

Langflow Dev Team

Written by Langflow Dev Team

June 9, 2026

Langflow 1.10 expands Langflow Assistant to build entire flows, introduces Memory bases for long-term semantic memory, adds configurable vector database backends, brings the interface to seven languages, and more.

Scaling Langflow: Unlocking Massive Memory Savings and Bulletproof Reliability

Scaling Langflow: Unlocking Massive Memory Savings and Bulletproof Reliability

Langflow Dev Team

Written by Langflow Dev Team

June 9, 2026

The Langflow engineering team breaks down a comprehensive package of memory and stability enhancements spanning v1.9.0 through v1.10.0—achieving an ~89% reduction in memory consumption through dependency pruning, worker lifecycle management, and advanced Linux Copy-on-Write techniques.

Langflow Policies: Turning Natural-Language Rules into Guarded Tools

Langflow Policies: Turning Natural-Language Rules into Guarded Tools

Langflow Dev Team

Written by Langflow Dev Team

May 20, 2026

Langflow's new Policies feature compiles natural-language business rules into deterministic guards around agent tools—so policy violations are caught before they happen, not after.