Skip to main content
POST
/
v1
/
companies
/
technographics
Company Technographics 🆕
curl --request POST \
  --url https://api.leadmagic.io/v1/companies/technographics \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "company_domain": "leadmagic.io"
}
'
{
  "credits_consumed": 1,
  "message": "Technology stack information retrieved successfully",
  "data": [
    {
      "name": "Google Analytics",
      "description": "Google Analytics is a web analytics service offered by Google that tracks and reports website traffic.",
      "categories": [
        "Analytics",
        "Marketing"
      ],
      "sub_technologies": [
        {
          "name": "Google Analytics 4",
          "description": "The latest version of Google Analytics with enhanced privacy features",
          "categories": [
            "Analytics",
            "Privacy-focused"
          ]
        }
      ]
    }
  ]
}

Tech Stack

Discover the technology stack and tools used by a company. Essential for technology-focused sales and competitive analysis.

Endpoint Details

MetricValue
Cost1 credit per company
No ResultsFREE if no tech data found
Identifies marketing tools, analytics, hosting, CRM, and more from website analysis.

Quick Example

curl -X POST 'https://api.leadmagic.io/v1/companies/company-technographics' \
  -H 'X-API-Key: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"company_domain": "stripe.com"}'

Request Parameters

company_domain
string
required
Company website domain to analyze.

Response

company_domain
string
required
The domain analyzed
technologies
array
required
Array of detected technologies
categories
object
Technologies grouped by category
credits_consumed
number
required
Credits used (1 if found, 0 if not)
message
string
required
Human-readable status message

Technology Object

FieldTypeDescription
namestringTechnology name
categorystringCategory (Analytics, CRM, Hosting, etc.)
websitestringTechnology vendor website
iconstringTechnology logo URL

Example Response

{
  "company_domain": "stripe.com",
  "technologies": [
    {
      "name": "Google Analytics",
      "category": "Analytics",
      "website": "google.com/analytics"
    },
    {
      "name": "Cloudflare",
      "category": "CDN",
      "website": "cloudflare.com"
    },
    {
      "name": "React",
      "category": "JavaScript Framework",
      "website": "react.dev"
    }
  ],
  "categories": {
    "Analytics": ["Google Analytics", "Segment"],
    "CDN": ["Cloudflare"],
    "JavaScript Framework": ["React"]
  },
  "credits_consumed": 1,
  "message": "Technologies found."
}

Success Messages

MessageMeaningCost
Technologies found.Tech stack data returned1 credit
No technologies found for this domain.No tech data availableFREE

Common Categories

CategoryExamples
AnalyticsGoogle Analytics, Mixpanel, Amplitude
CRMSalesforce, HubSpot, Pipedrive
Marketing AutomationMarketo, Pardot, Mailchimp
CDNCloudflare, Fastly, Akamai
HostingAWS, Google Cloud, Azure
E-commerceShopify, Magento, WooCommerce
Chat/SupportIntercom, Drift, Zendesk

Best Practices

If they use Salesforce CRM, they might need your Salesforce integration.
Find companies using competitor products for targeted messaging.
Ensure prospects have compatible tech before outreach.

Use Cases

Sales Targeting

Find companies using complementary or competitive technologies.

Integration Sales

Target companies with tech your product integrates with.

Market Research

Analyze technology adoption trends in your market.

Lead Qualification

Score leads based on tech stack compatibility.

Authorizations

X-API-Key
string
header
required

Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).

Body

application/json
company_domain
string
required

The domain of the company to analyze

Example:

"leadmagic.io"

Response

Successful response with technology stack information

credits_consumed
integer
Example:

1

message
string
Example:

"Technology stack information retrieved successfully"

data
object[]

Array of technologies found. Omitted or empty when no data is available.