Skip to content
LangChain

ZAP Imóveis Scraper — Anúncios de Venda e Aluguel for LangChain

io.github.paulovitorti/zap-imoveis-scraper

Extrai anúncios do ZAP Imóveis: venda e aluguel com preço, área, quartos e localização.

client:LangChain transport:streamable-http

Install ZAP Imóveis Scraper — Anúncios de Venda e Aluguel in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "zap-imoveis-scraper": {
            "transport": "streamable_http",
            "url": "https://mcp.apify.com?tools=paulovitor18/zap-imoveis-scraper",
        }
})

tools = await client.get_tools()

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

ZAP Imóveis Scraper — Anúncios de Venda e Aluguel in other clients