Skip to main content

Module config

Module config 

Source
Expand description

Typed config builders for every Scrapfly endpoint.

  • scrape → query-param based (to_query_pairs)
  • screenshot → query-param based
  • extraction → JSON body + query params
  • crawler → JSON body with bounds validation

Modules§

crawler
Crawler endpoint configuration — ported from sdk/go/config_crawler.go.
extraction
Extraction endpoint configuration — ported from sdk/go/config_extraction.go.
scrape
Scrape endpoint configuration — ported from sdk/go/config_scrape.go.
screenshot
Screenshot endpoint configuration — ported from sdk/go/config_screenshot.go.