GET trends.google.com HTTP 200218 ms5.6 KB$0.001265 captured Aug 7, 2026
trends.google.com, as data
One API turns any trends.google.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 218 ms
- Page size
- 5.6 KB of markdown, 115 lines
- Fields
- Trending topic, Search volume, Interest over time, Region and 4 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This trends.google.com page cost $0.001265 to fetch.
# Google TrendsOur new report on this summer’s defining trends, based on US Google Trends data.](https://trends.withgoogle.com/trends/summergeist/?hl=en-US)See the sprouting Trends](https://trends.withgoogle.com/trends/us/gardening/?hl=en-US)See how Google Trends is being used across the world, by newsrooms, charities, and moreHow is AI changing the way we search? New data from the Google teamVisit](https://storage.googleapis.com/gweb-uniblog-publish-prod/documents/AI-Mode-US-Insights.pdf)What happens when you add data and birds into the equation? The latest visual by Nadieh Bremer is her most ambitious yet, an exploration of Google Trends data and birding across America.Visit](https://searchingforbirds.visualcinnamon.com/)What is Trending right now on Google around the world. See it visualised with our new screensaverVisit](https://trends.google.com/tv/?rows=3&cols=4)Visualizing Google Trends dataWelcome to our data visualization project: where the Trends Data Team works with the best designers around the world to tell stories with data — and make the results open sourceVisit](https://trends.withgoogle.com/trends/us/visualizing-google-trends-data/)See what's spiking in Google Trends where you liveVisit](https://trends.google.com/trending)A visual exploration of Google searches for the interpretation of dreamsVisit](https://the-shape-of-dreams.com/#/)A visual essay of what we're searching for throughout the day, night, and in betweenVisit](https://searchingthe.world/)OECD Weekly Tracker of Economic ActivityFrom the OECD: The Weekly Tracker provides an estimate of weekly GDP based on Google Trends search data and machine learning.Visit](https://www.oecd.org/economy/weekly-tracker-of-gdp-growth/)New to Trends? Browse these resources to learn what it can do and how to use it.Google Trends advanced tipsPrivacyTermsSend feedbackAboutThis site uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic What Spider does on trends.google.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
218 ms · $0.001265Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows trends.google.com's own links, respects robots, streams pages as they land.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://trends.google.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://trends.google.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://trends.google.com/", {
return_format: "markdown",
});
console.log(page.content); What trends.google.com costs
Multiplied from the measured 5.6 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of trends.google.com.
The capture above took 218 ms and cost $0.001265. The same call takes any URL on trends.google.com.