OpenGraph.io provides a simple API to retrieve Open Graph data from websites, even those without properly defined Open Graph tags.
OpenGraph.io provides a simple API to retrieve Open Graph data from websites, even those without properly defined Open Graph tags. On Nagent, OpenGraph.io is exposed as a fully-configurable ai web scraping integration that any agent can call — 4 actions, and API key authentication. No code is required to wire OpenGraph.io into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use OpenGraph.io to automate the kinds of tasks ai web scraping teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire OpenGraph.io into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against OpenGraph.io, with input parameters and output schema. Drop these into any step of an agent built in Helix.
OPENGRAPH_IO_CAPTURE_SCREENSHOTTool to capture high-quality screenshots of any webpage programmatically. Supports full-page captures, custom dimensions, device presets, element-specific screenshots, and quality settings. Screenshots are available for 24 hours after generation. Use when you need to capture visual snapshots of websites with specific rendering requirements or device simulations.
Input parameters
The target webpage URL to capture. Must be a valid HTTP or HTTPS URL.
Image format options for the screenshot.
Image quality from 10 to 80 (rounded to nearest 10). Higher values mean better quality but larger file size. Defaults to 80.
Allow returning a cached screenshot if available. Set to false to force a fresh capture. Defaults to true.
CSS selector to capture a specific element instead of the full page. Example: '.main-content' or '#header'.
Set browser preference to dark mode before capturing. Useful for capturing dark-themed versions of websites. Defaults to false.
Capture the entire scrollable page instead of just the viewport. Set to true for full-page screenshots. Defaults to false.
Use a proxy for accessing protected or restricted sites. Defaults to false.
Viewport size presets for different device types.
Delay in milliseconds before capturing the screenshot. Useful for waiting for dynamic content to load. Range: 0-10000ms.
Comma-separated CSS selectors of elements to hide from the screenshot. Useful for removing ads, popups, or unwanted elements. Example: '.header,.footer,.ads'.
Navigation timeout in milliseconds. Maximum time to wait for the page to load. Range: 1000-60000ms. Defaults to 30000ms (30 seconds).
Automatically block known cookie consent banners from appearing in the screenshot. Defaults to true.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
OPENGRAPH_IO_EXTRACT_SITETool to extract site metadata. Use when you need to retrieve Open Graph and other meta signals from a website.
Input parameters
URL of the site to extract metadata from
Scrape all data instead of just Open Graph and meta tags
Use a proxy during extraction
Preferred language for extracted data (e.g., 'en-US')
Render the page in a browser before extraction
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
OPENGRAPH_IO_SCRAPE_SITETool 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.
Input parameters
The URL of the site to scrape. This will be URL-encoded by the action. E.g., 'https://example.com'.
If true, forces scraping regardless of cache. Otherwise may return cached result.
If false, forces a fresh scrape instead of returning cached data. Defaults to using cache if not set.
If true, performs a full page render (runs JavaScript). Defaults to a lightweight scrape if not set.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
OPENGRAPH_IO_SCRAPE_URLTool to scrape raw HTML content from a website with anti-bot protection and optional JavaScript rendering. Use when you need the full HTML source code of a page, especially for sites with bot detection or dynamic content.
Input parameters
The target website URL to scrape. Must start with http:// or https://. This will be URL-encoded automatically.
Allow cached results. Set to false to force a fresh scrape. Defaults to true to improve performance.
Use standard datacenter proxy for the request. Helps bypass basic bot detection. Defaults to false.
Language header for localized content (e.g., 'en-US', 'fr-FR', 'es-ES'). Defaults to 'en-US'.
Enable JavaScript rendering. Required for Single Page Applications (SPAs) and dynamic content. Defaults to false for faster lightweight scraping.
Use residential proxy for the request. Better for scraping protected sites with stronger bot detection. Defaults to false.
Use mobile proxy for the request. Best for heavily protected sites with advanced bot detection. Defaults to false.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 63 agents privately built on Nagent that already use OpenGraph.io.
Build on Nagent
Connect OpenGraph.io to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find OpenGraph.io, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, OpenGraph.io is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once OpenGraph.io is connected, you configure its 4 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop OpenGraph.io steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a OpenGraph.io event fires, the agent kicks off automatically.
Every OpenGraph.io action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While OpenGraph.io ships with 4 pre-built ai web scraping actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching OpenGraph.io together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build OpenGraph.io-based workflows tailored to your business.