Skip to content
LangChain

Google Trends Scraper (orbots) - Apify Actor for LangChain

io.github.orbotshq/google-trends-scraper

Google Trends trending searches, volume estimates & trend duration. Not affiliated with Google LLC.

client:LangChain transport:streamable-http

Install Google Trends Scraper (orbots) - Apify Actor in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "google-trends-scraper": {
            "transport": "streamable_http",
            "url": "https://mcp.apify.com/?tools=orbots/google-trends-scraper",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Google Trends Scraper (orbots) - Apify Actor in other clients