---
title: "Get Technology Detections"
method: GET
path: "/companies/{company_id_or_domain}/technology_detections"
tags: ["Technology Detections Dataset"]
---

# Get Technology Detections

`GET /companies/{company_id_or_domain}/technology_detections`

Returns Technologies used by a specific Company as a list of Technology Detections.

## Path parameters

- `company_id_or_domain` string, required

## Query parameters

- `first_seen_at_from` string, date
- `first_seen_at_until` string, date
- `last_seen_at_from` string, date
- `last_seen_at_until` string, date
- `page` integer
- `limit` integer

## Response `200`

Request was successfully processed.

- TechnologyDetectionsDataset — The Technology Detections Dataset provides insights into the tech stack of a given company. <br><br> **NOTE**: If you're searching for general information about technologies please check the **<a href="https://docs.predictleads.com/guide/technologies_dataset">Technologies Dataset</a>** section. <br><br> Since 2018, PredictLeads has detected approximately 1.5 billion technology adoptions for about 98 million companies. <br><br> The Technology Detection Dataset includes fields such as Technology Name, Technology ID, Ticker, First Seen At, Last Seen At, Seen on Subpages Count and other Technology Detection information.
  - `data` TechnologyDetection[], required — unresolved $ref
  - `included` union[], required — Contains objects referenced in property `relationships`.
    - union
      - CompanyLite — unresolved $ref
      - TechnologyLite — unresolved $ref
      - DetectionOnSubpage — unresolved $ref
      - JobOpeningLite — unresolved $ref
      - DnsRecord — unresolved $ref
      - Review — unresolved $ref
      - ConnectionLite — unresolved $ref
      - TechnologyDetectionLite — unresolved $ref
  - `meta` object — Meta information about `TechnologyDetectionsDataset` object.
    - `schema_version` string, required — Represents schema version of objects.
    - `record_state` 'active', required — Represents record state of objects.
    - `count` integer — Total number of results. <br> **NOTE**: Only included in API responses when the request parameter `page` is provided, for performance reasons.

## Other responses

- `400` — Invalid request body or parameters.
- `401` — Authentication credentials are invalid or API subscription is not activated.
- `402` — Exceeded the monthly request limit.
- `403` — Request rate over limit.
- `404` — Record not found.
- `422` — Provided data failed to validate.
- `429` — Too many requests.
- `500` — Internal server error.
- `503` — Service temporarily unavailable.

---

[API](https://skmtc.dev/predictleads/apis/predictleads-api-reference.md) · [All operations](https://skmtc.dev/predictleads/apis/predictleads-api-reference/llms.txt) · [OpenAPI document](https://skmtc.dev/predictleads/apis/predictleads-api-reference/revisions/17317130fa9d?raw)
