Check out our High Performance Batch Processing API: Match and Enrich Data Using CSV/TSV Files as Input Data to our APIs Learn More

Get Parent Company API

Identify the ultimate parent of a subsidiary company or organization.

API Overview

This API determines the ultimate parent for a given company or organization using AI, specialized language models, heuristics, phonetics, specific knowledge bases, categorization hierarchies, contextual machine learning, and various other algorithms.

AI-Powered

Utilizes advanced AI and machine learning techniques for accurate parent company identification.

Multilingual

Supports parent retrieval across multiple geographies, languages, and scripts.

Coverage

Identifies parent companies globally and across many industries.

How It Works

Company Parent
Credit Suisse UBS Group AG
EMC Dell Technologies
Instagram Meta Platforms
Aetna CSV Health Corporation
Praxair Linde plc
Red Hat IBM
Line Corp NAVER Corporation
Progress Energy Duke Energy
Telmex América Móvil
Twitter X Corp
Seagen Pfizer
Deutsche Wohnen Vonovia SE
Shaw Communications Rogers Communications
Immunomedics Gilead Sciences

API Details

Endpoint

https://api.interzoid.com/getparentcompany

Request Format

https://api.interzoid.com/getparentcompany?license=[licensekey]&company=[character string]

Sample Request

https://api.interzoid.com/getparentcompany?license=fh5hs7*****&company=Red Hat

Sample Response

{"Parent":"IBM","Code":"Success","Credits":911031}

cURL Example (with API key in header)

curl --header "x-api-key: fh5hs7*****" "https://api.interzoid.com/getparentcompany?company=Instagram"

High Performance Batch Example (CSV source, provides results for entire file):

curl "https://connect.interzoid.com/run?function=company-parent&apikey=your-api-key&source=csv&connection=https://your-file-location.csv&table=csv&column=1"

Additional Resources

Try this API Interactively

Our API interactive usage tool enables you to try this API interactively with a user interface and without writing code. The tool is available for all of our APIs.

Try it Now