Skip to main content
Loader for converting URLs into Markdown using the pull.md service. This package implements a document loader for web content. Unlike traditional web scrapers, PullMdLoader can handle web pages built with dynamic JavaScript frameworks like React, Angular, or Vue.js, converting them into Markdown without local rendering.

Overview

Integration details

Setup

Installation

Initialization

Load

Lazy Load

No lazy loading is implemented. PullMdLoader performs a real-time conversion of the provided URL into Markdown format whenever the load method is called.

API reference