Skip to main content
scrapfly.getCrawlContents reads one content format from a crawl.
crawlerId and format are required. Formats are html, clean_html, markdown, text, json, extracted_data, and page_metadata. Map mode accepts limit (1–50) and offset; it returns { mode: "map", contents, links }. Plain mode requires both plain: true and one url; it returns { mode: "plain", content }.