How does the JSON output and object table of prospecting companies API of Global Database work?
In this post, I will clarify the object table and JSON output specifically of Global Database prospecting companies API. The object table and JSON output are important aspects of the API that allow users to access and manipulate the data in a structured and efficient manner. Understanding these features is crucial for effectively using the API to retrieve and analyze data on prospecting companies.
Object and Description of API
Objects | Description |
total_companies | |
total_pages | |
data | |
id | Company ID |
name | Company name |
total_companies: This object represents the total number of companies in the API data.
total_pages: This object represents the total number of pages in the API data.
data: This object represents a list of company data objects.
id: This object represents the unique identifier for a company.
name: This object represents the name of a company.
The information in the table is useful because it provides a clear overview of the different objects available in the Global Database prospecting companies API. These objects contain valuable information about the companies being analyzed, such as their unique identifier and name. By understanding the structure and contents of these objects, users can more effectively use the API to retrieve and analyze data on prospecting companies. Additionally, the total_companies and total_pages objects can be useful for pagination purposes, allowing users to efficiently retrieve large amounts of data from the API.
Explaining the JSON output
The JSON output represents data on multiple companies. The total_companies object contains the total number of companies, which is 11 in this case. The total_pages object contains the total number of pages, which is 1 in this case. The data object is an array containing objects for each individual company. Each company object contains an id field, which is a number representing the company's unique identifier, and a name field, which is a string representing the company's name. There are multiple company objects in the data array, but only a few are shown in the example.
{
"total_companies": 11,
"total_pages": 1,
"data": [
{
"id": 73028979, //(Number) Company ID
"name": "AUDI MEXICO SA DE CV" //(String) Company name
},
{
"id": 200668120,
"name": "JTI (Japan Tobacco International)"
},
{
"id": 201265737,
"name": "Acciona Infraestructuras, S.A."
},
//...
]
}
Closing up
In summary, we have reviewed the object table and JSON output of the Global Database prospecting companies API. The object table lists the different objects available in the API, including the total_companies, total_pages, data, id, and name objects. The JSON output is a representation of data on multiple companies, including their unique identifiers and names. Understanding the structure and contents of these objects is important for effectively using the API to retrieve and analyze data on prospecting companies.
Source
The Global Database prospecting companies API can be accessed through the third party data marketplace of Worldindata. To request access to the API, you will need to sign up for an account with Worldindata and follow the process for requesting access to the API. Once you have been granted access, you will be able to use the API to retrieve and analyze data on prospecting companies. Keep in mind that there may be fees associated with accessing the API and using its data.