Skip to content
LangChain

shopify app store scraper for LangChain

io.github.prometheusagency/shopify-app-store-scraper

Scrape Shopify App Store apps, full review histories and catalog. E-commerce market research.

client:LangChain transport:streamable-http

Install shopify app store scraper in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "shopify-app-store-scraper": {
            "transport": "streamable_http",
            "url": "https://mcp.apify.com/?actors=prometheusagency/shopify-app-store-scraper",
        }
})

tools = await client.get_tools()

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

shopify app store scraper in other clients