The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsGoogle Trends
live/google-trends · 5 endpoints
post/google-trends/v1/interest_over_time1 creditSearch-interest timeline (0-100) for a keyword or up to 5 compared keywords, by geo+timeframe
keyword*keywordsgeotimeframecategoryproperty
{
"keyword": "bitcoin",
"geo": "US",
"timeframe": "today 12-m"
}Try in playground →post/google-trends/v1/related_queries1 creditTop + rising related search queries for a keyword (rising shows Breakout / +%)
keyword*geotimeframecategoryproperty
{
"keyword": "bitcoin",
"geo": "US",
"timeframe": "today 12-m"
}Try in playground →post/google-trends/v1/related_topics1 creditTop + rising related topics (entity mid+title) — Google currently throttles this widget to empty; wired + self-healing (use related_queries for keyword data)
keyword*geotimeframecategoryproperty
Try in playground →post/google-trends/v1/interest_by_region1 creditSearch interest by sub-region (states/countries), 0-100 normalized — single keyword; multiple keywords returns the compared breakdown by region (per-keyword %-share)
keyword*keywordsgeotimeframeresolutioncategoryproperty
{
"keyword": "bitcoin",
"geo": "US",
"timeframe": "today 12-m"
}Try in playground →post/google-trends/v1/trending_now1 creditCurrently trending searches for a geo (title + approx traffic + news articles)
geo
{
"geo": "US"
}Try in playground →