Trendflow JS — API Reference - v0.2.0
    Preparing search index...

    Interface InterestByRegionResult

    Regional popularity for a single keyword.

    interface InterestByRegionResult {
        keyword: string;
        resolution: Resolution;
        rows: RegionalInterestRow[];
    }
    Index
    keyword: string
    resolution: Resolution