SmythOS SDK
    Preparing search index...

    Type Alias TScrapflyWebScrapeOutputs

    type TScrapflyWebScrapeOutputs = {
        FailedURLs: any;
        Results: any;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    FailedURLs: any

    The URLs that failed to scrape

    Results: any

    The scraped results