cURL
curl --request GET \ --url https://api.getpg.ai/v1/companies/{company_id} \ --header 'X-Api-Key: <api-key>'
{ "company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "company_name": "<string>", "website_domain": "<string>", "public_company": true, "country_code": "<string>", "linkedin_url": "<string>", "hq_city": "<string>", "hq_state": "<string>", "hq_address": "<string>", "hq_postcode": "<string>", "hq_country_name": "<string>", "region": "<string>", "ceo": "<string>", "sector": "<string>", "industry": "<string>", "revenue_range": "<string>", "employee_count_range": "<string>", "full_time_employees": 123, "alternative_domains": "<string>", "alternative_names": "<string>", "tags": "<string>", "description": "<string>", "stock_ticker": "<string>", "market_cap": 123, "stock_currency": "<string>", "stock_exchange_name": "<string>", "stock_exchange_symbol": "<string>" }
Retrieve detailed information about a specific company. Requires “insights:read” permission.
Your API key for authentication. Get your API key from the PGAI dashboard.
Company ID (UUID)
Company found
Company information