NAiOS IconNAiOS Logo
Volver al catálogo

OpenGraph.io

opengraph_io

OpenGraph.io provides a simple API to retrieve Open Graph data from websites, even those without properly defined Open Graph tags.

Acciones
4
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 (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ón

Tool to extract site metadata. use when you need to retrieve open graph and other meta signals from a website.

Parámetros de entrada

  • sitestringObligatoriouri

    URL of the site to extract metadata from

  • scrapeboolean

    Scrape all data instead of just Open Graph and meta tags

  • use_proxyboolean

    Use a proxy during extraction

  • accept_langstring

    Preferred language for extracted data (e.g., 'en-US')

  • full_renderboolean

    Render the page in a browser before extraction

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

Get Open Graph MetadataOPENGRAPH_IO_GET_OPEN_GRAPHAcción

Tool 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

  • sitestringObligatorio

    The target site URL to fetch Open Graph metadata for

  • cache_okboolean

    Set to false to force refresh from the original source

  • accept_langstring

    Language preference for site content, e.g., 'en'

  • full_renderboolean

    Set to true to use headless browser rendering

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

Scrape SiteOPENGRAPH_IO_SCRAPE_SITEAcción

Tool 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

  • sitestringObligatorio

    The URL of the site to scrape. This will be URL-encoded by the action. E.g., 'https://example.com'.

  • scrapeboolean

    If true, forces scraping regardless of cache. Otherwise may return cached result.

  • cache_okboolean

    If false, forces a fresh scrape instead of returning cached data. Defaults to using cache if not set.

  • full_renderboolean

    If true, performs a full page render (runs JavaScript). Defaults to a lightweight scrape if not set.

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

Screenshot SiteOPENGRAPH_IO_SCREENSHOT_SITEAcción

Tool 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

  • sitestringObligatorio

    The website URL to capture. Must be a valid HTTP or HTTPS URI.

  • delayinteger

    Delay before capturing screenshot in milliseconds, must be non-negative.

  • fullpageboolean

    Capture the full scrollable page. Defaults to false.

  • viewport_widthinteger

    Viewport width in pixels, must be non-negative.

  • viewport_heightinteger

    Viewport height in pixels, must be non-negative.

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