API Overview
This API returns the standard, officially registered name of a company using advanced data aggregation, AI processing, and multiple premium data sources. Provide a company name, an abbreviation, or a commonly used variation, and receive the full legal or official name in return. Because many variations of the same company name resolve to a single standard result, the API is well suited to data cleansing, record matching, and deduplication work.
Standard Company Names
Convert abbreviations, informal names, and inconsistent entries into the official company name in a single API call.
Global Coverage
Works for companies worldwide, returning names with the correct local legal designations and native-language characters.
Consistent Matching
Resolve many variations of the same company to one consistent value for cleaner joins, deduplication, and CRM enrichment.
Premium API
This is a premium API that utilizes additional data sources, enhanced data aggregation, and advanced processing to identify and return the standard company name.
Sample Results
| Field | Example Value | Description |
|---|---|---|
CompanyName |
Microsoft Corporation | Standard, official company name |
Code |
Success | Status of the API call |
Credits |
4270 | Remaining API credits on the account |
API Details
Endpoint
https://api.interzoid.com/getbusinessinfoname
Request Format
https://api.interzoid.com/getbusinessinfoname?license=[licensekey]&lookup=[company name]
Sample Request
https://api.interzoid.com/getbusinessinfoname?license=fh5hs7*****&lookup=Microsoft
Sample Response
{ "CompanyName": "Microsoft Corporation", "Code": "Success", "Credits": "4270" }
cURL Example (with API key in header)
curl --header "x-api-key: fh5hs7*****" "https://api.interzoid.com/getbusinessinfoname?lookup=Microsoft"
Additional Examples
Here are additional real-world examples showing the API's global coverage and diverse industry support:
Energy Producer Saudi Arabia
{ "CompanyName": "Saudi Aramco (Saudi Arabian Oil Company)", "Code": "Success", "Credits": "4240" }
Integrated Oil and Gas Brazil
{ "CompanyName": "PetrĂ³leo Brasileiro S.A. - Petrobras", "Code": "Success", "Credits": "4230" }
Banking and Financial Services United States
{ "CompanyName": "Wells Fargo & Company", "Code": "Success", "Credits": "4220" }
Retail United States
{ "CompanyName": "Walmart Inc.", "Code": "Success", "Credits": "4210" }
Try the API within a Web Application
Interactive Application
See the API in an easy-to-use interactive browser application. Simply provide lookup values and receive formatted results instantly.
Try it NowCode Examples, Database Queries, and Specifications
Usage Examples
See quick and easy code examples in multiple programming languages, including Python, Node.js, Java, Typescript, and Go. Also see how to use within database queries on popular database platforms and open specifications such as OpenAPI.
See All ExamplesOpenAPI 3.1 Specification
Download the machine-readable OpenAPI 3.1 description of this API in either format. Import it into Postman, Insomnia, Swagger Editor, or any code generator to produce a typed client in minutes. The specification documents every parameter, response code, and payment option.
YAML JSONAdditional 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 NowUse this API in a High-Performance, No-Code, Cloud Batch Mode
Our Enrich Wizard no-code batch tool enables you to quickly use this API within our parallel-processing Cloud platform, enriching text files (CSV/TSV) with a few clicks and without writing code. This is the fastest and easiest way to use this API with higher volumes of data, enabling results in minutes.
Start NowInternationalize Results with Multilingual Support
Add a language parameter value to API calls to receive results in selected languages.
Learn More