Skip to main content
cloudflare.extractLinks renders a page and returns links discovered in it.
automations/extract-cloudflare-links.automation.ts

Inputs

Provide accountId and exactly one of url or html. excludeExternalLinks keeps links on the rendered origin; visibleLinksOnly excludes hidden links. cacheTtl defaults to 5 seconds. The common Browser Run timeout, request, authentication, page-setup, viewport, navigation, and wait controls are also available.

Output

Returns an array of link strings. The action consumes Browser Run duration and is not replay-safe.