Serpdog
serpdogSerpdog 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 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ónTool 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.
SERPDOG_SCREENSHOT_APIAcciónTool 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
urlstringObligatorioFully-qualified URL of the page to capture.
delayintegerSeconds to wait before capturing the screenshot (optional).
devicestringenumDevice emulation: 'desktop', 'tablet', or 'mobile'.
desktoptabletmobileoutputstringenumResponse format: 'json' returns base64-encoded PNG in JSON; 'image' returns raw PNG bytes.
jsonimagedark_modebooleanCapture in dark mode if supported (default: false).
full_pagebooleanCapture the entire scrollable page (default: false).
window_widthintegerViewport width in pixels (optional).
window_heightintegerViewport height in pixels (optional).
no_cookie_bannersbooleanHide cookie banners if possible (default: false).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not