latestOpenAPI 3.0.32026-08-08360156.4 KB

ae7fddf16bf9

Technologies

Lookup technologies by domain

Get the technology stack for a company by its domain.

Optionally filter by technology name (case-insensitive).

Credit cost: 1 Finder credit when technologies are found. Free when no results.

post/api/technologies

Request body

domainstring required

The company domain to look up.

technologiesstring[]

Filter by technology names (case-insensitive).

Example request

{
  "domain": "stripe.com",
  "technologies": [
    "React",
    "typescript"
  ]
}

Response

OR

Example response

{
  "domain": "stripe.com",
  "technologies": [
    {
      "name": "React",
      "category": "Programming Languages And Frameworks",
      "subcategory": "Frameworks",
      "last_detected_at": "2026-03-15T10:00:00.000000Z"
    }
  ]
}