There is no official API for this but an integration with an HTML hack would be appreciated. This would be useful for comparing top line brand health to keyword popularity when combined with Keyword Planner API.
Example:
There is no official API for this but an integration with an HTML hack would be appreciated. This would be useful for comparing top line brand health to keyword popularity when combined with Keyword Planner API.
Example:
Update: Easy 4-step process that should work for trend graphs - we tested with a few samples so milage might vary but be sure to give it a shot.
Step 1
Grab the embed code.
Step 2
Paste it on any text editor of your choice and extract the link between the src="..... '' parameter:
Step 3
Make 2 updates to the URL you extracted. First, add https: at the front of the URL. Next, replace embed.js with fetchComponent - ensure that "Component" has the capital C.
https://www.google.com/trends/fetchComponent?hl=en-AU&q=interest+over+time&tz=Etc/GMT%2B4&content=1&cid=TIMESERIES_GRAPH_0&export=5&w=500&h=330
Step 4
Paste this new link into the Data field for the iFrame component.
Hi -
You could embed the link in our iFrame component. This is the approach other customers have taken with Google trends and adding fetchComponent.
iFrame doc: https://support.klipfolio.com/hc/en-us/articles/215545778
Example for your link above:
<iframe src="https://www.google.com/trends/fetchComponent?hl=en-US&cid=TIMESERIES_GRAPH_0&export=5&q=klipfolio%2C%20power%20bi&cmpt=q&tz=Etc%2FGMT%2B4" width="500" height="500">
</iframe>
I added a few things to your link:
/fetchComponent
?hl=en-US
&cid=TIMESERIES_GRAPH_0
&export=5
If you have a specific trend you'd like help with, let me know.
- Meggan
Could we get an integration for the API? Google trends is limited to 5 comparisons and additional data plotting would be appreciated, assuming the user understands the scale.
Reference: https://www.npmjs.com/package/google-trends-api#installation
Hi Alexander, add the service integration request to this thread : https://support.klipfolio.com/hc/en-us/community/topics/200583818-Can-I-connect-to-
For anyone looking for an updated way of adding the trends embed to klipfolio, please see this post : https://support.klipfolio.com/hc/en-us/community/posts/115005747553-Google-Trends-Embed-
We need a script to show TOP 5 or 10 searches on Google Trends on Klipfolio.