Ask a question to get started
Enter to send•Shift+Enter new line
Method that calls the scrape method and returns the scraped HTML content as a Document object. Returns a Promise that resolves to an array of Document objects.
load(): Promise<Document<Record<string, any>>[]>