GET
/
api
/
v2
/
company
curl --location --request GET 'https://piloterr.com/api/v2/company?query=gucci.com' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "name": "Gucci",
    "domain": "gucci.com",
    "domain_name": "gucci",
    "domain_tld": "com",
    "business_type": null,
    "monthly_visitors": "100m-500m",
    "phone_number": "+39 055 759221",
    "revenue": "over-1b",
    "staff_range": "over-10k",
    "founded": 1921,
    "updated_at": "2022-12-25T16:30:51+00:00",
    "description": "Influential, innovative and progressive, Gucci is reinventing a wholly modern approach to fashion. Under the new vision of creative director Alessandro Michele, the House has redefined luxury for the 21st century, further reinforcing its position as one of the world's most desirable fashion houses. Eclectic, contemporary, romantic-Gucci products represent the pinnacle of Italian craftsmanship and are unsurpassed for their quality and attention to detail. Gucci is part of the Kering Group, a world leader in apparel and accessories that owns a portfolio of powerful luxury and sport and lifestyle brands. For further information about Gucci, visit www.gucci.com",
    "industries": [
        "fashion",
        "jewelry",
        "leather-goods",
        "leisure",
        "luxury-goods",
        "luxury-goods-and-jewelry",
        "mens-clothing",
        "shopping",
        "womens-clothing"
    ],
    "social_networks": {
        "facebook": "http://www.facebook.com/gucci",
        "instagram": "https://instagram.com/gucci",
        "linkedin": "https://www.linkedin.com/company/6585",
        "pinterest": "https://pinterest.com/gucci",
        "twitter": "http://twitter.com/gucci",
        "youtube": "https://youtube.com/user/gucciofficial",
        "linkedin_sales_navigator": "https://www.linkedin.com/sales/company/6585",
        "instagram_id": "gucci",
        "facebook_id": "gucci",
        "twitter_id": "gucci",
        "youtube_id": "gucciofficial",
        "pinterest_id": "gucci",
        "linkedin_id_alpha": "gucci",
        "linkedin_id_numeric": 6585
    },
    "technologies": [
        "akamai",
        "amazon-cloudfront",
        "amazon-s3",
        "apache",
        "facebook-social-plugins",
        "google-analytics",
        "google-cloud",
        "google-tag-manager",
        "java",
        "nginx",
        "riskified",
        "sap-commerce-cloud"
    ],
    "technology_categories": [
        "accounting-and-finance",
        "application-development",
        "application-server",
        "archive-storage",
        "block-storage",
        "cloud-file-storage",
        "cloud-platform-as-a-service",
        "commerce",
        "container-management",
        "container-networking",
        "container-orchestration",
        "container-registry",
        "containerization",
        "content-analytics",
        "content-delivery-network",
        "content-marketing",
        "ddos-protection",
        "development",
        "devops",
        "devsecops",
        "digital-analytics",
        "e-commerce",
        "e-commerce-fraud-protection",
        "e-commerce-platforms",
        "enterprise-content-delivery-network",
        "erp",
        "fraud-detection",
        "hosting",
        "hybrid-cloud-storage",
        "it-infrastructure",
        "load-balancing",
        "marketing",
        "mobile-analytics",
        "mobile-app-analytics",
        "mobile-development",
        "object-storage",
        "omnichannel-commerce",
        "order-management",
        "programming-languages",
        "security",
        "social-media-marketing",
        "storage-management",
        "tag-management",
        "virtual-private-cloud",
        "web-accelerator",
        "web-application-firewalls",
        "web-security",
        "web-server-accelerator"
    ],
    "location": {
        "address": null,
        "city": "Scandicci",
        "lat": "43.7567104",
        "lng": "11.1847619",
        "postcode": "50018",
        "country": "Italy",
        "country_code": "IT"
    }
}

In an age where information drives decisions, Company Database API proves to be an indispensable tool for businesses seeking comprehensive data about other companies.

The API endpoint is designed to retrieve a wealth of data about a company simply by querying its domain name, offering a more efficient identification method than using a company name.

Harnessing a vast database that houses information on over 60 million companies, Company Database API provides in-depth insights from basic company details to intricate technological and social profiles. The uniqueness of a domain name ensures accuracy, reducing errors that may arise from typos or common company names.

Search by social network

You can also search a company domain by social network.

x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

Domain name like gucci.com, https://gucci.com or www.gucci.com

Response

company
Company Object
curl --location --request GET 'https://piloterr.com/api/v2/company?query=gucci.com' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "name": "Gucci",
    "domain": "gucci.com",
    "domain_name": "gucci",
    "domain_tld": "com",
    "business_type": null,
    "monthly_visitors": "100m-500m",
    "phone_number": "+39 055 759221",
    "revenue": "over-1b",
    "staff_range": "over-10k",
    "founded": 1921,
    "updated_at": "2022-12-25T16:30:51+00:00",
    "description": "Influential, innovative and progressive, Gucci is reinventing a wholly modern approach to fashion. Under the new vision of creative director Alessandro Michele, the House has redefined luxury for the 21st century, further reinforcing its position as one of the world's most desirable fashion houses. Eclectic, contemporary, romantic-Gucci products represent the pinnacle of Italian craftsmanship and are unsurpassed for their quality and attention to detail. Gucci is part of the Kering Group, a world leader in apparel and accessories that owns a portfolio of powerful luxury and sport and lifestyle brands. For further information about Gucci, visit www.gucci.com",
    "industries": [
        "fashion",
        "jewelry",
        "leather-goods",
        "leisure",
        "luxury-goods",
        "luxury-goods-and-jewelry",
        "mens-clothing",
        "shopping",
        "womens-clothing"
    ],
    "social_networks": {
        "facebook": "http://www.facebook.com/gucci",
        "instagram": "https://instagram.com/gucci",
        "linkedin": "https://www.linkedin.com/company/6585",
        "pinterest": "https://pinterest.com/gucci",
        "twitter": "http://twitter.com/gucci",
        "youtube": "https://youtube.com/user/gucciofficial",
        "linkedin_sales_navigator": "https://www.linkedin.com/sales/company/6585",
        "instagram_id": "gucci",
        "facebook_id": "gucci",
        "twitter_id": "gucci",
        "youtube_id": "gucciofficial",
        "pinterest_id": "gucci",
        "linkedin_id_alpha": "gucci",
        "linkedin_id_numeric": 6585
    },
    "technologies": [
        "akamai",
        "amazon-cloudfront",
        "amazon-s3",
        "apache",
        "facebook-social-plugins",
        "google-analytics",
        "google-cloud",
        "google-tag-manager",
        "java",
        "nginx",
        "riskified",
        "sap-commerce-cloud"
    ],
    "technology_categories": [
        "accounting-and-finance",
        "application-development",
        "application-server",
        "archive-storage",
        "block-storage",
        "cloud-file-storage",
        "cloud-platform-as-a-service",
        "commerce",
        "container-management",
        "container-networking",
        "container-orchestration",
        "container-registry",
        "containerization",
        "content-analytics",
        "content-delivery-network",
        "content-marketing",
        "ddos-protection",
        "development",
        "devops",
        "devsecops",
        "digital-analytics",
        "e-commerce",
        "e-commerce-fraud-protection",
        "e-commerce-platforms",
        "enterprise-content-delivery-network",
        "erp",
        "fraud-detection",
        "hosting",
        "hybrid-cloud-storage",
        "it-infrastructure",
        "load-balancing",
        "marketing",
        "mobile-analytics",
        "mobile-app-analytics",
        "mobile-development",
        "object-storage",
        "omnichannel-commerce",
        "order-management",
        "programming-languages",
        "security",
        "social-media-marketing",
        "storage-management",
        "tag-management",
        "virtual-private-cloud",
        "web-accelerator",
        "web-application-firewalls",
        "web-security",
        "web-server-accelerator"
    ],
    "location": {
        "address": null,
        "city": "Scandicci",
        "lat": "43.7567104",
        "lng": "11.1847619",
        "postcode": "50018",
        "country": "Italy",
        "country_code": "IT"
    }
}