# ZoomInfo Company Info ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/zoominfo/company-info` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/zoominfo-company-info | ## Description Unlock key company data from ZoomInfo’s aerospace leaders list in France for better strategic decisions. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/zoominfo/company-info' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json [ { "employees": "134,931", "companyName": "Airbus", "annualRevenue": "€70.48 billion", "headquartersLocation": "Blagnac, France" }, { "employees": "11,375", "companyName": "Dassault Aviation", "annualRevenue": "€5.49 billion", "headquartersLocation": "Paris, France" }, { "employees": "81,000", "companyName": "Safran", "annualRevenue": "€24.64 billion", "headquartersLocation": "Paris, France" }, { "employees": "83,000", "companyName": "Thales Group", "annualRevenue": "€19.09 billion", "headquartersLocation": "Paris, France" }, { "employees": "35,000", "companyName": "Zodiac Aerospace", "annualRevenue": "€3.58 billion", "headquartersLocation": "Plaisir, France" }, { "employees": "11,500", "companyName": "MBDA", "annualRevenue": "€3.72 billion", "headquartersLocation": "Le Plessis-Robinson, France" }, { "employees": "22,000", "companyName": "Eurocopter", "annualRevenue": "€6.3 billion", "headquartersLocation": "Marignane, France" }, { "employees": "4,765", "companyName": "Latécoère", "annualRevenue": "€665 million", "headquartersLocation": "Toulouse, France" }, { "employees": "350", "companyName": "Arianespace", "annualRevenue": "€1.4 billion", "headquartersLocation": "Évry, France" }, { "employees": "3,000", "companyName": "Aircelle", "annualRevenue": "€1.3 billion", "headquartersLocation": "Gonfreville-l'Orcher, France" } ] ``` ## Documentation ## Overview Unlock key company data from ZoomInfo’s aerospace leaders list in France for better strategic decisions. ## Quickstart ``` GET https://api.piloterr.com/v2/zoominfo/company-info?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate ZoomInfo Company Info data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Zoominfo without maintaining scrapers - Power internal dashboards and workflow automations with live Zoominfo data