# Klazify

The most accurate Content Classification API. Categorize websites into 385+ topic categories with confidence scores, extract logos, social media links, company information, and technology stack data.

- **Category:** developer tools
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 8
- **Triggers:** 0
- **Slug:** `KLAZIFY`
- **Version:** 00000000_00

## Tools

### Categorize URL

**Slug:** `KLAZIFY_CATEGORIZE_URL`

Tool to retrieve IAB and Klazify category classifications for a specified domain or URL with confidence scores. Use when you need to categorize websites into 620+ IAB V3 categories using machine learning, or obtain detailed domain information including company data and social media links.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `url` | string | Yes | A valid website URL to categorize. Accepts base domains, full URL paths, email addresses (domain extracted), or IP addresses. |

#### 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 |

### Get Company Data

**Slug:** `KLAZIFY_GET_COMPANY_DATA`

Tool to retrieve comprehensive company information for a specified domain including business data, location, employee count, revenue, funding, and industry classifications. Use when you need detailed company profile information from a domain URL.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `url` | string | Yes | The domain/website URL of the company to query. Must include protocol (http/https). |

#### 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 |

### Get Domain Expiration

**Slug:** `KLAZIFY_GET_DOMAIN_EXPIRATION`

Tool to retrieve domain registration and expiration information for a specified domain. Use when you need to check domain age, registration date, expiration date, or days until expiration.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `url` | string | Yes | The domain/website URL to check for expiration information. Must include protocol (http/https). |

#### 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 |

### Get Domain Logo

**Slug:** `KLAZIFY_GET_DOMAIN_LOGO`

Tool to obtain the logo URL associated with a given domain. Use when you need to retrieve a company's logo from their website URL.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `url` | string | Yes | The domain or website URL to retrieve the logo for. Must be a valid URL format (e.g., 'https://www.google.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 |

### Get Similar Companies

**Slug:** `KLAZIFY_GET_SIMILAR_COMPANIES`

Tool to identify companies similar to the specified domain by analyzing category and target market. Use when you need to find competitors or similar businesses to a given domain.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `url` | string | Yes | The domain/website URL to find similar companies for. Must include protocol (http/https). |

#### 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 |

### Get Social Media Links

**Slug:** `KLAZIFY_GET_SOCIAL_MEDIA_LINKS`

Tool to retrieve the list of social media links for a given domain. Use when you need to extract social media profile URLs across multiple platforms (Facebook, Twitter, Instagram, LinkedIn, YouTube, Medium, GitHub, Pinterest).

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `url` | string | Yes | The domain URL to extract social media links from. Must be a valid URL format (e.g., 'https://github.com', 'https://cocacola.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 |

### Get Tech Stack

**Slug:** `KLAZIFY_GET_TECH_STACK`

Tool to retrieve the technological stack utilized by a website including frameworks, platforms, and services. Use when you need to identify what technologies a domain uses for competitive analysis, lead generation, or market research.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `url` | string | Yes | The website URL to analyze for technology stack. Must include protocol (http/https). |

#### 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 |

### Real Time Categorization

**Slug:** `KLAZIFY_REAL_TIME_CATEGORIZATION`

Tool to perform real-time website categorization with immediate AI-powered analysis and classification. Use when you need instant domain categorization into 621+ IAB V3 categories with confidence scores, along with company data, social media profiles, and technology stack information.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `url` | string | Yes | The website URL or domain to categorize in real-time. Accepts full URLs, base domains, or email addresses (domain extracted). |

#### 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 |
