Una API para obtener las tendencias de varios sitios: YouTube, Google, Twitter(API de Pago), Reddit, Snapchat.
The index page displaying help for the API.
/
Google Trends API
Google allows users to view trends via Google Trends. On the daily page, there is an official RSS feed button. The feed can be easily parsed but if we inspect the page's source code, we find the following link which provides the data in JSON: https://trends.google.com/trends/trendingsearches/daily
YouTube Videos API
YouTube has an official API for retrieving videos from the trending page: https://developers.google.com/youtube/v3/docs/videos/list
Twitter API
Twitter has an official API for retrieving trending hashtags: https://developer.twitter.com/en/docs/trends/trends-for-location/api-reference/get-trends-place
/twitter
Reddit API
Reddit has an amazing API. You can add .json to almost any page to get it's posts. For example, the top posts of r/popular: https://www.reddit.com/r/popular/top.json
TikTok doesn't have an official API but it has a trending page (https://www.tiktok.com/trending) although the content isn't fixed, every time you refresh, it changes. One thing that doesn't change are the trending hashtags: https://m.tiktok.com/node/share/discover
Obtienes los feed RSS de diferentes sitios Puede tarder en generar la primera informaciĆ³n.