VOOZH about

URL: https://apify.com/apify/google-trends-scraper/api

โ‡ฑ ๐Ÿ“ˆ๐Ÿ“‰ Google Trends Scraper API ยท Apify


Pricing

from $0.30 / 1,000 results

Go to Apify Store

Google Trends Scraper

Scrape data from Google Trends by search terms or URLs. Specify locations, define time ranges, select categories to get interest by subregion and over time, related queries and topics, and more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Pricing

from $0.30 / 1,000 results

Rating

1.9

(25)

Developer

๐Ÿ‘ Apify

Apify

Maintained by Apify

Actor stats

226

Bookmarked

9.8K

Total users

942

Monthly active users

1.2 days

Issues response

18 days ago

Last modified

Categories

Share

You might also like

Google Trends Scraper ๐Ÿ’Ž

scraperpro/google-trends-scraper

Fastest and Cheapest Google Trends Scraper: All in one, ๐Ÿ”ฅreal time trending searches, interest over time, interest by region, and Related queries and topics, and more

131

3.9

Google Trends Scraper

scraper-engine/google-trends-scraper

Scrape real-time and historical Google Trends data, including interest over time, related queries, topics, and regional popularity. Perfect for SEO, market research, forecasting, and trend analysis. Fast, accurate, and ideal for building data-driven insights.

๐Ÿ‘ User avatar

Scraper Engine

288

5.0

Google Trends Scraper

data_xplorer/google-trends-fast-scraper

Get instant access to ๐Ÿ”ฅ daily trending searches by country and analyze Google Trends keyword search trends. This ultimate API alternative gives developers and data scientists programmatic access to Google Trends data without limitations.

699

4.9

Google Trends Scraper Pro

xtech/google-keyword-scraper-pro

๐—š๐—ผ๐—ผ๐—ด๐—น๐—ฒ ๐—ง๐—ฟ๐—ฒ๐—ป๐—ฑ๐˜€ ๐—ฆ๐—ฐ๐—ฟ๐—ฎ๐—ฝ๐—ฒ๐—ฟ & ๐——๐—ฎ๐˜๐—ฎ ๐—˜๐˜…๐˜๐—ฟ๐—ฎ๐—ฐ๐˜๐—ผ๐—ฟ - Extract trending data for ๐—ธ๐—ฒ๐˜†๐˜„๐—ผ๐—ฟ๐—ฑ๐˜€, ๐˜๐—ผ๐—ฝ๐—ถ๐—ฐ๐˜€ & ๐—ฟ๐—ฒ๐—ด๐—ถ๐—ผ๐—ป๐˜€ from Google Trends. Perfect for ๐—ฆ๐—˜๐—ข, ๐—บ๐—ฎ๐—ฟ๐—ธ๐—ฒ๐˜ ๐—ฟ๐—ฒ๐˜€๐—ฒ๐—ฎ๐—ฟ๐—ฐ๐—ต & ๐—ฐ๐—ผ๐—ป๐˜๐—ฒ๐—ป๐˜ ๐˜€๐˜๐—ฟ๐—ฎ๐˜๐—ฒ๐—ด๐˜†.

Google Trends Trending Now

data_xplorer/google-trends-trending-now

๐Ÿ”ฅ Scrape Google Trends trending searches in real-time. Get search volume, categories & related terms for 45+ countries. Each trend = 1 result. Fast, no browser needed. Perfect for SEO, market research & content strategy.

95

Google Trends Daily Scraper - Real-Time Trending Keywords API

vnx0/google-trends-scraper

Extract real-time trending searches from Google Trends "Trending Now" feed. Get daily trending keywords with traffic scores, news articles, and images for 40+ countries. Ideal for SEO monitoring, content strategy, market research, and trend analysis. No login or API key required.

Google RealTime Trends Data Scraper

easyapi/google-realtime-trends-data-scraper

Real-time Google Trends data scraper that monitors trending search keywords across 40+ countries worldwide. Updated every 10 minutes, perfect for market research, content planning, and trend analysis. Get instant access to what's trending globally! ๐ŸŒ๐Ÿ”

Google Trends Scraper

automation-lab/google-trends-scraper

Scrape Google Trends: daily trending searches and keyword analysis. Get interest over time, related queries, and regional interest. Two modes: trending (pure HTTP, dirt cheap) and keyword analysis. Flat output for CSV/Excel. Pay per result.

๐Ÿ‘ User avatar

Stas Persiianenko

144

Google Trends Scraper

data_ops_main/google-trends

Scrapes Google Trends data for a list of keywords. Outputs precise trend metrics โ€” average interest, direction, peak, growth rate, volatility, and composite trend score - to the Apify dataset.

64

You can access the Google Trends Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "searchTerms": [
< "webscraping"
< ],
< "timeRange": "",
< "viewedFrom": ""
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/apify~google-trends-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

๐Ÿ“ˆ๐Ÿ“‰ Google Trends Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Google Trends Scraper Actor. For this, youโ€™ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/apify~google-trends-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/apify~google-trends-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/apify~google-trends-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Google Trends Scraper API programmatically via the Apify API.

You can choose from:

Google Trends Scraper API in Python

Google Trends Scraper API in JavaScript

Google Trends Scraper API through CLI

Google Trends Scraper OpenAPI definition

You can start Google Trends Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actorโ€™s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Google Trends Scraper is identified within the API by its ID, which is the creatorโ€™s username and the name of the Actor.

When the Google Trends Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.