NB Scraper Docs - v1.1.8
    Preparing search index...

    Interface SoundCloudSearchOptions

    interface SoundCloudSearchOptions {
        query: string;
        limit?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    query: string
    limit?: number