OpenGraph.io
opengraph_ioOpenGraph.io provides a simple API to retrieve Open Graph data from websites, even those without properly defined Open Graph tags.
Acciones disponibles (4)
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.
Extract Site MetadataOPENGRAPH_IO_EXTRACT_SITEAcciónTool to extract site metadata. use when you need to retrieve open graph and other meta signals from a website.
OPENGRAPH_IO_EXTRACT_SITEAcciónTool to extract site metadata. use when you need to retrieve open graph and other meta signals from a website.
Parámetros de entrada
sitestringObligatoriouriURL of the site to extract metadata from
scrapebooleanScrape all data instead of just Open Graph and meta tags
use_proxybooleanUse a proxy during extraction
accept_langstringPreferred language for extracted data (e.g., 'en-US')
full_renderbooleanRender the page in a browser before extraction
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
Get Open Graph MetadataOPENGRAPH_IO_GET_OPEN_GRAPHAcciónTool to retrieve open graph metadata for a specified website url. use when you need to extract page metadata such as title, description, and image for preview generation.
OPENGRAPH_IO_GET_OPEN_GRAPHAcciónTool to retrieve open graph metadata for a specified website url. use when you need to extract page metadata such as title, description, and image for preview generation.
Parámetros de entrada
sitestringObligatorioThe target site URL to fetch Open Graph metadata for
cache_okbooleanSet to false to force refresh from the original source
accept_langstringLanguage preference for site content, e.g., 'en'
full_renderbooleanSet to true to use headless browser rendering
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
Scrape SiteOPENGRAPH_IO_SCRAPE_SITEAcciónTool to scrape a site for its raw html and social/opengraph metadata. use when you need the full page content and metadata. use after confirming the url.
OPENGRAPH_IO_SCRAPE_SITEAcciónTool to scrape a site for its raw html and social/opengraph metadata. use when you need the full page content and metadata. use after confirming the url.
Parámetros de entrada
sitestringObligatorioThe URL of the site to scrape. This will be URL-encoded by the action. E.g., 'https://example.com'.
scrapebooleanIf true, forces scraping regardless of cache. Otherwise may return cached result.
cache_okbooleanIf false, forces a fresh scrape instead of returning cached data. Defaults to using cache if not set.
full_renderbooleanIf true, performs a full page render (runs JavaScript). Defaults to a lightweight scrape if not set.
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
Screenshot SiteOPENGRAPH_IO_SCREENSHOT_SITEAcciónTool to capture a screenshot of a website. use when you need a visual snapshot of a url after confirming its validity.
OPENGRAPH_IO_SCREENSHOT_SITEAcciónTool to capture a screenshot of a website. use when you need a visual snapshot of a url after confirming its validity.
Parámetros de entrada
sitestringObligatorioThe website URL to capture. Must be a valid HTTP or HTTPS URI.
delayintegerDelay before capturing screenshot in milliseconds, must be non-negative.
fullpagebooleanCapture the full scrollable page. Defaults to false.
viewport_widthintegerViewport width in pixels, must be non-negative.
viewport_heightintegerViewport height in pixels, must be non-negative.
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