Expand description
Typed config builders for every Scrapfly endpoint.
scrape→ query-param based (to_query_pairs)screenshot→ query-param basedextraction→ JSON body + query paramscrawler→ JSON body with bounds validation
Modules§
- Crawler endpoint configuration — ported from
sdk/go/config_crawler.go. - Extraction endpoint configuration — ported from
sdk/go/config_extraction.go. - Scrape endpoint configuration — ported from
sdk/go/config_scrape.go. - Screenshot endpoint configuration — ported from
sdk/go/config_screenshot.go.