Closed dreamwayjgs closed 3 years ago
Hey,
I'm trying to make a mhtml version (due to css data) of Google dataset. So, I need to saving mhtml from each pages again, but I cannot find a list of urls.
unfortunately, the list of URLs is not available anymore. Sorry about that :(
It means that the GoogleTrends page provides over 100 queries, but the page shows a dozen of categories and the 'searches' category got only 10 items. So, I'm confusing that the 'first 100 result' is. I guess:
- GoogleTrends page changed since then, and there was over 100 queries in 'searches' category, but not now.
- It is the first 100 regardless of category (Searches, Peoples, and so on). Which one is right? And How can I get a list of urls of the dataset?
Actually, this refers to the top-100 results, i.e. hits from Google, for each query. The trends page looks unchanged to me. If I remember correctly, we took the first query/queries from each category, retrieved the top-100 results using the Google API and then sampled from those pages.
Oh, results, not a query. I got it. Thank you! Much obliged.
Hello! I'm trying to make a mhtml version (due to css data) of Google dataset. So, I need to saving mhtml from each pages again, but I cannot find a list of urls.
Also, I'd like to create more Google dataset (GoogleTrend-2019, 2020, ...). In particular, after COVID-19.
In Section 4.1 'Dataset Prepration' (from the paper), it says:
It means that the GoogleTrends page provides over 100 queries, but the page shows a dozen of categories and the 'searches' category got only 10 items. So, I'm confusing that the 'first 100 result' is. I guess:
Which one is right? And How can I get a list of urls of the dataset?