Integración · ScrapingAnt

Scraping Web Automatizado con ScrapingAnt

Orquesta operaciones de scraping web con ScrapingAnt a través del protocolo Rube MCP de Composio.
EJEMPLO ILUSTRATIVO · requiere conexión a ScrapingAnt vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (ScrapingAnt) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

{
  "tool": "RUBE_MULTI_EXECUTE_TOOL",
  "connection": "ScrapingAnt",
  "tool_slug": "SCRAPINGANT_LIST_ITEMS",
  "params": {
    "query": "CULTIVA IA demo",
    "limit": 10
  }
}

Response (ejemplo)

{
  "status": "success",
  "connection": "ScrapingAnt",
  "count": 3,
  "items": [
    {
      "id": "itm_001",
      "name": "Ejemplo A",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_002",
      "name": "Ejemplo B",
      "updated": "2026-06-12"
    },
    {
      "id": "itm_003",
      "name": "Ejemplo C",
      "updated": "2026-06-12"
    }
  ]
}
Descubre herramientas disponibles con RUBE_SEARCH_TOOLS, verifica la conexión activa y ejecuta tareas con RUBE_MULTI_EXECUTE_TOOL siguiendo un flujo de trabajo estructurado.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.