Questions tagged [gtrendsr]
52 questions
0
votes
0 answers
How do I trouble shoot a status code: 500 error for gtrendsR?
I am trying to use gtrendsR to pull daily data for about 30 timeframes. For the past week, it has been returning data with no errors but it started returning "Error in FUN(X[[i]], ...) : Status code was not 200. Returned status code:500" for a few…

mpfinlay
- 1
- 1
0
votes
1 answer
Data download problems in the R-package gtrendsR - error message for certain time periods
I am trying to download data for an analysis from Google Trends by using gtrendsR. My keyword is the German word "Nachrichten" which equals the English term news. It is already running quite well, but unfortunately there are some problems when…

RPV
- 1
0
votes
0 answers
Proxy problems with gtrendsR
we are using the gtrendsR package for a research project and would like to run a few thousand queries within a few hours, as the analysis is very fine-grained. To make this work, we want to use residential proxies of a rotating proxy service (the…

Paul
- 328
- 2
- 11
0
votes
0 answers
How to merge and normalize Google Trends datasets with R?
My goal is to compare the interest over time regarding some animal groups, and, for this, I will utilize gtrendsR package. As I intend to include more than five groups in my research (i.e., more than five keywords in Google Trends), thus exceeding…
0
votes
1 answer
Download google trends data via R
I'm using this script to download data from google trends. However,it doesn't print the last 3 days. In other words, I got results until 28/09/2020, and now it's 01/10/2020.
Is there a way to download even more recent data?
Thank you.
Note: the…

piravi
- 109
- 1
- 6
0
votes
1 answer
Import and append data frames through for loop with google trends
I have a question about how to append data frame obtaining from the gtrendsR function.
My keywords are each "california" and "texas" and my geographic locations are each "US" and "FR". So, I have 4 trends (california and US, alifornia and FR, texas…

ph7see
- 57
- 4
0
votes
1 answer
Not sure what this error is when running Google Trends queries in R
so I'm trying to run 100 or so Google Trends queries (see code below) through R which I've done several times before with no errors
#load required package
library(gtrendsR)
library(tidyverse)
library(dplyr)
currentDate <- Sys.Date()
time <-…

DrPaul
- 45
- 6
0
votes
1 answer
Systematically compare keywords using Google Trends
Is there a way to automatically get Google Trends comparison of two keywords?
I am able to downlaod relative interest for specific keywords and locations by using the gtrendsR R package. However, I would like to systematically compare two keywords.…

Caserio
- 472
- 1
- 3
- 14
0
votes
1 answer
gtrendR: How to list out all the sub categories of Google Trend?
I can see the list of available categories and sub categories for Google Trend here
https://github.com/pat310/google-trends-api/wiki/Google-Trends-Categories
My expectation is to see all the available 'Food' sub categories.
For example, 'Infant…

Afiq Johari
- 1,372
- 1
- 15
- 28
0
votes
1 answer
Loop to download Google search data for multiple keywords using gtrends in r
I want to download daily Google search data for multiple keywords using the gtrends package in r. I need search data for 30 keywords between 2004-18. Since Google allows to extract daily data only for 9 months at a time, I have to download the data…

axor93
- 1
0
votes
1 answer
gtrends r package - the number of hits over time changes sometimes
I'm having some trouble using the gtrends r package. I'm using "R Studio Version 1.1.463", running the "R version 3.5.1.".
When I'm searching for a specific keyword, sometimes the historical series of the hits changes a lot. Here is an…

BetoR
- 1
- 2
0
votes
1 answer
Time Arguments is no longer supported
i have a problem using the gtrendsR package. When creating an example Shiny APP I always get the error:
Error in gtrends: unused arguments (start_date = start_date(), end_date = end_date())
The start and end date no longer exist in the current…

Timothy_Goodman
- 393
- 1
- 5
- 18
0
votes
0 answers
Problems with downloading infromation from Google Trends in R
I tried to download infromation from Google trends to object in R. Therea are several packages for it but I decided to use Gtrends. I met with unexpected problem and there is no information about it.
library(gtrendsR)
> google.trends =…

Artem Reshetnikov
- 1
- 1
- 2
0
votes
2 answers
gtrendsR- Error in make.names(col.names, unique = TRUE) : invalid multibyte string 1
I am trying to run a simple command using gtrendsR package, but it's giving me an error saying Error in make.names(col.names, unique = TRUE) :
invalid multibyte string 1
Here is the code:
res <- gtrends(c("nhl", "nba"), geo = c("CA", "US"))

user9532692
- 584
- 7
- 28
0
votes
1 answer
How can I see interest_by_country while collecting Google Trends data with gtrendsR()
I am trying to download Google Search Trends on various keywords by using the gtrendsR package. However, when I give "TR" to the geo argument I am receiving only interest by city series. How can I get hit values in country level?
Here is my…

omzeybek
- 305
- 2
- 14