Kreuzcrawl.CrawlResult (kreuzcrawl v0.3.0-rc.43)

Copy Markdown

The result of a multi-page crawl operation.

Summary

Types

t()

The result of a multi-page crawl operation.

Types

t()

@type t() :: %Kreuzcrawl.CrawlResult{
  browser_used: boolean(),
  cookies: [map()],
  error: String.t() | nil,
  final_url: String.t() | nil,
  pages: [map()],
  redirect_count: non_neg_integer(),
  stayed_on_domain: boolean(),
  was_skipped: boolean()
}

The result of a multi-page crawl operation.