---
title: "Lookup technologies by domain"
method: POST
path: "/api/technologies"
tags: ["Technologies"]
---

# Lookup technologies by domain

`POST /api/technologies`

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.

## Request body

- object
  - `domain` string, required — The company domain to look up.
  - `technologies` string[] — Filter by technology names (case-insensitive).

## Response `200`

- union
  - object — Technologies found
    - `domain` string — The resolved company domain.
    - `technologies` object[] — List of technologies detected for this company.
      - `name` string
      - `category` string
      - `subcategory` string
      - `last_detected_at` string
  - object — No results (no credit charged)
    - `domain` string — The resolved company domain.
    - `technologies` unknown[] — List of technologies detected for this company.
      - unknown

## Other responses

- `402` — Not enough credits
- `422` — Validation failed
- `423` — Subscription issue

---

[API](https://skmtc.net/findymail/apis/findymail-api-documentation.md) · [All operations](https://skmtc.net/findymail/apis/findymail-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/findymail/findymail-api-documentation/revisions/ae7fddf16bf9/schema)
