NAiOS IconNAiOS Logo
Volver al catálogo

Serpdog

serpdog

Serpdog provides APIs for scraping Google search results and related services, enabling developers to access real-time data from Google Search, Maps, Scholar, and more. Note: Serpdog has merged with Scrapingdog but continues to operate independently at api.serpdog.io.

Acciones
1
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (1)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Screenshot APISERPDOG_SCREENSHOT_APIAcción

Tool to capture a screenshot of a webpage. use when you need a visual snapshot of a page; supports full-page, device emulation, delays, and dark mode.

Parámetros de entrada

  • urlstringObligatorio

    Fully-qualified URL of the page to capture.

  • delayinteger

    Seconds to wait before capturing the screenshot (optional).

  • devicestringenum

    Device emulation: 'desktop', 'tablet', or 'mobile'.

    desktoptabletmobile
  • outputstringenum

    Response format: 'json' returns base64-encoded PNG in JSON; 'image' returns raw PNG bytes.

    jsonimage
  • dark_modeboolean

    Capture in dark mode if supported (default: false).

  • full_pageboolean

    Capture the entire scrollable page (default: false).

  • window_widthinteger

    Viewport width in pixels (optional).

  • window_heightinteger

    Viewport height in pixels (optional).

  • no_cookie_bannersboolean

    Hide cookie banners if possible (default: false).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not