Skip to content

Scrape

This docs was updated at: 2026-02-23

com.paragon.web.Scrape  ยท  Record


Action to scrape the current page content.

Returns a ScrapeResult containing the URL and HTML content of the page.

Methods

Scrape

private static final Scrape INSTANCE = new Scrape()

The default scrape action instance.


create

public static Scrape create()

Returns the default Scrape action.

Returns

The Scrape action instance