Interzoid Get Parent Company Info is a paid API for AI agents from api.interzoid.com, paid per call via x402, $0.25/call, status healthy (last checked 2026-09-14, last successful call 2026-08-31).
Looks up the parent company of a given company or subsidiary name, returning corporate hierarchy details, URLs, and descriptions
Retrieve comprehensive parent company information for a given company or subsidiary. Identifies corporate ownership hierarchies, parent organizations, and holding company relationships with detailed context.
Returns a JSON object with the input company name and URL, the resolved parent company name, parent company domain URL, headquarters location (city, state, country), a short description of the parent company, and a reference URL with sourcing information. Also includes a status code and credits used.
GEThttps://api.interzoid.com/getparentcompanyinfoUse this endpoint when you need to resolve a brand or subsidiary name to its ultimate parent corporation — ideal for CRM deduplication, account enrichment, M&A research, or any workflow that needs to group subsidiaries under a common parent. Prefer this over generic web search when you need structured, machine-readable corporate ownership data.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"lookup": "Instagram"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"Code": "Success",
"Credits": "0",
"CompanyURL": "www.instagram.com",
"CompanyName": "Instagram",
"ParentCompany": "Meta Platforms, Inc.",
"ParentCompanyURL": "https://www.meta.com",
"ParentCompanyLocation": "Menlo Park, California, United States",
"ParentCompanyDescription": "Meta Platforms, Inc. is an American multinational technology company that owns and operates several prominent social media platforms and communication services, including Facebook, Instagram, WhatsApp, Messenger, and Threads. The company also operates an advertising network and is investing heavily in virtual reality, augmented reality, and artificial intelligence technologies as part of its metaverse vision.",
"ParentCompanyReferenceURL": "https://www.companieshistory.com/who-owns-instagram/"
}{
"type": "json",
"example": {
"Code": "Success",
"Credits": "0",
"CompanyURL": "instagram.com",
"CompanyName": "Instagram",
"ParentCompany": "Meta Platforms, Inc.",
"ParentCompanyURL": "meta.com",
"ParentCompanyLocation": "Menlo Park, California, United States",
"ParentCompanyDescription": "American multinational technology conglomerate that owns Facebook, Instagram, WhatsApp, and other products and services.",
"ParentCompanyReferenceURL": "https://about.meta.com/technologies/instagram/"
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"