Google SEO MCP Server API - v1.13.5
    Preparing search index...

    Interface TopItemsResult

    Result containing a list of top-performing items for a period.

    interface TopItemsResult {
        endDate: string;
        items: TopItem[];
        startDate: string;
        totalRows: number;
    }
    Index

    Properties

    endDate: string

    The end date of the analysis period.

    items: TopItem[]

    The list of top items.

    startDate: string

    The start date of the analysis period.

    totalRows: number

    The total number of rows returned from the API.