SmythOS SDK
    Preparing search index...

    Interface TScrapflyWebScrapeSettings

    interface TScrapflyWebScrapeSettings {
        antiScrapingProtection?: boolean;
        autoScroll?: boolean;
        format?: string;
        javascriptRendering?: boolean;
        name?: string;
    }
    Index

    Properties

    antiScrapingProtection?: boolean

    Enable Anti-Scraping Protection

    autoScroll?: boolean

    Enable Auto Scroll

    format?: string

    Format

    javascriptRendering?: boolean

    Enable JavaScript Rendering

    name?: string