Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Query google trend using google BigQuery

I need help with google BigQuery. Am using big query to query data from Google Trends. now I want to get data using a specific keyword example spiderman, and get the result in regions like CSV downloaded in google trend "interest over time". But google trend has this code only view 25 top-trending terms

SELECT * FROM `bigquery-public-data.google_trends.top_terms`
WHERE refresh_date = DATE_SUB(CURRENT_DATE(), INTERVAL 1 DAY)

I want to use the same syntax to get data for a specific term/keyword.

1 2 641
2 REPLIES 2

@Masievialvin 

I don't have the specific answer for you BUT on the 15th of December, I'm running a Webinar about Dito's | BigQuery| inaBOX accelerator for BQ and if you attend, not only do you get to learn about BQinaBOX but you also get $500 credit for BQ as well as time with our engineers for free who can help you with this type of issue.  3PM Eastern.  It's not salesly or couple with any hard sales at all.  -KAM

More info: https://www.linkedin.com/posts/kmcgrail_webinar-alert-we-will-be-hosting-a-series-activity-687546959...

Webinar alert! We will be hosting a series of webinars showcasing a demo of our new BigQuery inaBOX solution. Our turnkey environment allows you to explore BigQuery's analytic features without the overhead of managing the underlying Google Cloud Platform. Sign up for one of our sessions on Dec 10th or Dec 15th by submitting a form here → https://hubs.la/Q010rtPN0

@Masievialvin : Did you get any solution for this question ?