API Google Trends
Budget: €8 – €15 EUR
You master API on google trends. You work only on Google.fr ou Google for France. I need only figures. I give the the code.
I need to get a excel sheet showing me the trends on these 6 french words, "spiritualité", "Mont Saint Michel", "chakra", "ressenti subtil", "Saint Michel", "Voyage Spirituel" week by week and month by month from 1/1/2023 to 24/07/2024.
This is a very little project. If you have no stars and you are really excellent, it could be an opportunity. Let me know by proofing you master API on google trends by showing me example.
This is the code Python :
rom pytrends.request import TrendReq
pytrends = TrendReq(hl='fr-FR', tz=360) # France
pytrends.build_payload(kw_list=['spiritualité'])
data = pytrends.interest_over_time()
print(data)
I need to get a excel sheet showing me the trends on these 6 french words, "spiritualité", "Mont Saint Michel", "chakra", "ressenti subtil", "Saint Michel", "Voyage Spirituel" week by week and month by month from 1/1/2023 to 24/07/2024.
This is a very little project. If you have no stars and you are really excellent, it could be an opportunity. Let me know by proofing you master API on google trends by showing me example.
This is the code Python :
rom pytrends.request import TrendReq
pytrends = TrendReq(hl='fr-FR', tz=360) # France
pytrends.build_payload(kw_list=['spiritualité'])
data = pytrends.interest_over_time()
print(data)