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

    Interface TeraboxGroup

    Terabox Search Scraper Types

    interface TeraboxGroup {
        id: number;
        title: string;
        username: string;
        profile_picture: string;
        members: number;
    }
    Index

    Properties

    id: number
    title: string
    username: string
    profile_picture: string
    members: number