O
O
olezhenka2019-08-07 17:40:38
Node.js
olezhenka, 2019-08-07 17:40:38

Where can I find out the usage of a word by API like on Google Trends?

On node.
Found the module https://www.npmjs.com/package/google-trends-api#in...
Returns an array with the following objects:

{ time: '1133395200',
    formattedTime: 'Dec 2005',
    formattedAxisTime: 'Dec 1, 2005',
    value: [ 35 ],
    hasData: [ true ],
    formattedValue: [ '35' ] }

And what should I do with this value? What does it mean? I wanted the number of how often this word was used in the search string, but this figure is not this number. Is it a percentage of something?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question