# BigPicture.io

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.

- **Category:** business intelligence
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 4
- **Triggers:** 0
- **Slug:** `BIGPICTURE_IO`
- **Version:** 20260223_00

## Tools

### Company Find

**Slug:** `BIGPICTURE_IO_COMPANY_FIND`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `domain` | string | Yes | The domain name of the company to look up (e.g., 'uber.com') |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Find Company Stream

**Slug:** `BIGPICTURE_IO_FIND_COMPANY_STREAM`

Tool 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `domain` | string | Yes | The domain name of the company to look up (e.g., 'uber.com') |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### IP to Company Lookup

**Slug:** `BIGPICTURE_IO_IP_TO_COMPANY`

Lookup 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

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `ip` | string | Yes | The IP address to lookup. Can be IPv4 (e.g., '8.8.8.8') or IPv6. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Name to Domain Search

**Slug:** `BIGPICTURE_IO_NAME_TO_DOMAIN_SEARCH`

Tool to find company domain(s) by company name. Use when you have a company name and need up to 3 likely domains.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `name` | string | Yes | Company name to look up (e.g., 'Google') |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
