BigPicture.io provides APIs and datasets for accessing comprehensive company data, including information on over 20 million profiles, used in applications like fintech products, cybersecurity, market research, and sales & marketing tools.
BigPicture.io provides APIs and datasets for accessing comprehensive company data, including information on over 20 million profiles, used in applications like fintech products, cybersecurity, market research, and sales & marketing tools. On Nagent, BigPicture.io is exposed as a fully-configurable business intelligence integration that any agent can call — 4 actions, and API key authentication. No code is required to wire BigPicture.io into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use BigPicture.io to automate the kinds of tasks business intelligence 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 BigPicture.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 BigPicture.io, with input parameters and output schema. Drop these into any step of an agent built in Helix.
BIGPICTURE_IO_COMPANY_FINDTool to lookup company data by domain name. Use when you need detailed company profile by providing a website domain. Use after confirming domain correctness.
Input parameters
The domain name of the company to look up (e.g., 'uber.com')
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
BIGPICTURE_IO_FIND_COMPANY_STREAMTool to lookup company data by domain with streaming response. Holds connection open until data is ready, avoiding 202 async responses. Use when you need immediate company data without async polling. Rate limited to 5 requests per minute.
Input parameters
The domain name of the company to look up (e.g., 'uber.com')
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
BIGPICTURE_IO_IP_TO_COMPANYLookup company information by IP address using BigPicture's IP-to-Company API. Returns detailed company data including: - Company name, domain, description, and legal name - Geographic location of the IP (city, state, country, coordinates) - Confidence score indicating match reliability (0.0-1.0) - Network ownership type: 'business' (company-owned), 'isp' (ISP), or 'hosting' (cloud provider) - Company metrics (employees, revenue, market cap) - Industry categorization - WHOIS and ASN registration data Use this tool when you need to identify which company owns or operates from a given IP address. Works with both IPv4 and IPv6 addresses.
Input parameters
The IP address to lookup. Can be IPv4 (e.g., '8.8.8.8') or IPv6.
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
BIGPICTURE_IO_NAME_TO_DOMAIN_SEARCHTool to find company domain(s) by company name. Use when you have a company name and need up to 3 likely domains.
Input parameters
Company name to look up (e.g., 'Google')
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 67 agents privately built on Nagent that already use BigPicture.io.
Build on Nagent
Connect BigPicture.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 BigPicture.io, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, BigPicture.io is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once BigPicture.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 BigPicture.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 BigPicture.io event fires, the agent kicks off automatically.
Every BigPicture.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 BigPicture.io ships with 4 pre-built business intelligence actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching BigPicture.io together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build BigPicture.io-based workflows tailored to your business.