logo
Web ScrapingDetect Tech Stack

Detect Tech Stack

Detect technologies used on a website and generate GTM (Go-To-Market) signals including company stage, estimated tech spend, and buying signals.

Pricing: 1 credit per call

curl -X POST "https://v3-api.texau.com/api/v1/web_tech_stack" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
  "url": "https://example.com",
  "cache": true
}'
{
  "data": {
    "technologies": [
      {
        "name": "John Doe",
        "category": "example_string",
        "confidence": 3.14
      }
    ],
    "categories_count": 10,
    "gtm_signals": {
      "company_stage": "example_string",
      "estimated_monthly_tech_spend": "example_string",
      "tools_by_function": {},
      "buying_signals": [
        "example_string"
      ]
    }
  },
  "meta": {
    "cache_hit": true,
    "execution_time_ms": 42
  }
}
POST
/web_tech_stack
POST
API Key (header: x-api-key)
x-api-keystring
Required

Your TexAu API key. Contact TexAu to obtain one.

Your TexAu API key. Contact TexAu to obtain one.
Content-Typestring
Required

The media type of the request body

Options: application/json
urlstring
Required

URL to analyze

Request Preview
Response

Response will appear here after sending the request

Authentication

header
x-api-keystring
Required

API Key for authentication. Your TexAu API key. Contact TexAu to obtain one.

Body

application/json
urlstring
Required

URL to analyze

Responses

dataobject
metaobject