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
- 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.