Skip to main content
WebsiteReader is a reader class that allows you to read data from websites.

Parameters

WebsiteReader also accepts the base Reader constructor parameters.

Methods

read()

Crawls a website starting from the given URL and returns a list of documents.

async_read()

Async variant of read(). Accepts the same parameters.