Company Database

API endpoint "/api/v2/company" allows you to extract data from our database. It's important to note that on Piloterr, a company is represented by its domain (e.g. "gucci.com"). Therefore, when a new domain is discovered, it is considered a new company. The database containing information on a large number of companies can be useful for various purposes, such as:

  • Marketing : A company could use this database to identify potential leads or target markets for its products or services.
  • Research : Researchers or analysts could use the database to study trends or patterns in the business world, or to gather data for reports or studies.
  • Sales : Sales teams could use the database to identify potential customers or partners for their products or services.
  • Competitive analysis : Companies could use the database to gather information on their competitors, such as their product offerings, pricing, or market share.
  • Recruitment : HR departments could use the database to identify potential candidates for job openings at their company.
  • Investment : Investors could use the database to identify potential investment opportunities or to do due diligence on companies they are considering investing in.

API Parameters

NameTitleTypeDescription
query *Domain nameparameterA company domain name.
x_api_key *Piloterr API keyparameterParameter defines the Piloterr private key to use.

Endpoint

GET https://piloterr.com/api/v2/company?query=gucci.com&x_api_key=xxxxxx

Info

Database contains ≈60 million domain names.

Example

{
    "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": "1k-5k",
    "founded": 1921,
    "updated_at": "2022-12-25T16:30:51+00:00",
    "description": "Influential, innovative and progressive, Gucci is reinventing...",
    "industries": [
        "fashion",
        "jewelry",
        "leather-goods",
        "leisure",
        "luxury-goods",
        "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"
    },
    "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"
    }
}

We respect your privacy.

This website uses cookies to help personalize your online experience. Learn more.