Google Trends on Asp.Net using R gtrendR
Google Trends is an online search analytics tool that features
real time search data from Google. Use of Google Trends allows exploring people’s search interests, finding additional data like
the most relevant articles, and identifying interest over time, by region, as well as trending queries and related topics.
Please login if you wanna set the search terms yourself
In this demo, I use
gtrendsR, an R package available at
Cran-R,
to pull data from Google Trends, then apply some statistical methods for search trend analysis.
To reproduce this work, you need to install R software with gtrendsR. The package
ggplot2 is also required for
data visualization. This web page was developed using C# with Ajax technology for frontend and R software for backend,
allowing
Interactive Visualization.
Connection between C# and R was done using
Rserve package.