Firecrawl and Jina Reader are both open-source web parsing tools that can convert web pages into clean Markdown format text that is easy for LLMs to recognize, while providing easy-to-use API services.
Import Data
Import Data from Website
The knowledge base supports crawling content from public web pages using third-party tools such as Jina Reader and Firecrawl, parsing it into Markdown content, and importing it into the knowledge base.
Log in to the Firecrawl website to complete registration, get your API Key, and then enter and save it in Dify.
Log in to the Jina Reader website, complete registration, obtain the API Key, then fill it in and save.
Configuration options include: whether to crawl subpages, maximum number of pages to crawl, and whether to use sitemap for crawling. After completing the configuration, click the Run button to preview the page links to be crawled.
After importing the parsed text from web pages into the knowledge base, you can review the imported results in the documents section. To add more web pages, click the Add URL button on the right to continue importing new pages.
After crawling is complete, the content from the web pages will be incorporated into the knowledge base.
The following sections will introduce the usage methods for Firecrawl and Jina Reader respectively.
Last modified on May 18, 2026