Culture trend APIs for books, movies, and GitHub signals

Creators and newsletter editors often hunt separate tabs for IMDb chatter, book lists, and GitHub release buzz. Trends MCP exposes those leaderboards plus Google Search, YouTube, TikTok, Wikipedia, and news feeds so one assistant thread can compare breakout titles without opening five rank trackers.

Why entertainment research queries splinter across vendors

One result cluster promotes scraping style Google Trends APIs with exhaustive parameter docs such as SerpApi’s engine reference. Another cluster lists social analytics startups for creators. Trends MCP sits in the middle for teams that already moved research into Cursor, Claude, or ChatGPT and want feed labels spelled out in one place.

How a Thursday editorial meeting can use three feed types

Open with get_top_trends on IMDb MOVIEmeter for film buzz, add Trending Books for publishing hooks, then hit GitHub Trending Repos if the audience cares about dev tools. Follow with get_growth on a specific title string in Google Search when someone argues that interest is still climbing. The agenda stays quantitative instead of anecdotal.

Where Wikipedia and news volume help

Wikipedia trending shows curiosity spikes that may arrive before long tail search monetizes. News volume clarifies whether a title trends because of earned coverage or organic meme pressure. Trends MCP does not judge causality; it supplies parallel series the editor interprets.

Voice and compliance habits for sponsor facing teams

Label each pull with timestamp metadata returned by the API, cite the feed name exactly, and avoid implying official studio endorsement. Sponsored segments still need human fact checking for rights sensitive clips even when numbers look crisp.

Related resources

get_trends

Plot Google Search and YouTube search interest for a film title during release week while keeping Wikipedia page views for context on encyclopedic curiosity.

get_trends(keyword='Dune Part Two', source='google search')

get_growth

Compare 30D and 12M growth for a book phrase on Amazon search before pitching a reading list sponsorship.

get_growth(keyword='Fourth Wing', source='amazon', percent_growth=['30D', '12M'])

get_top_trends

Snapshot IMDb MOVIEmeter, Trending Books, and GitHub Trending Repos in separate calls when a newsletter needs three culture sections fast.

get_top_trends(type='IMDb MOVIEmeter', limit=25)

Common questions

People mix platform names with API or MCP keywords, then expect JSON instead of scraped HTML. Listicles rank because they promise time series or leaderboards with clear authentication. Trends MCP lists IMDb MOVIEmeter, Trending Books, and GitHub Trending Repos among its Get Top Trends feeds, which matches entertainment and dev culture research intent.
Get Top Trends returns ordered rows for feeds such as YouTube Trending or Wikipedia Trending without a keyword. Get Trends still needs a keyword plus source, which suits named franchises or author strings. Mixing both answers pitch decks that need both breakout lists and long arc interest.
Yes. Steam concurrent data uses the steam source with a full game title, while the Steam Most Played feed offers a live leaderboard. Pair those calls with Reddit subreddit growth for community tension or YouTube search trends for tutorial demand.
Each feed page counts separately, so pagination on multiple lists consumes quota quickly. The docs describe per feed counting; read them before building overnight jobs.
Get Culture trend APIs for books, movies, and GitHub signals in 30 seconds
Free tier includes 100 requests per month. No credit card required. Works with Claude, Cursor, ChatGPT, Raycast, and every MCP client.
Get your free API key