---
title: "List Visitor Companies"
method: GET
path: "/admin/visitors"
tags: ["admin"]
---

# List Visitor Companies

`GET /admin/visitors`

## Query parameters

- `days` integer
- `kinds` string
- `search` string, nullable
- `limit` integer

## Response `200`

Successful Response

- VisitorCompaniesResponse
  - `days` integer, required
  - `companies` VisitorCompany[]
    - `company_key` string, required
    - `name` string, nullable
    - `domain` string, nullable
    - `kind` string, nullable
    - `country` string, nullable
    - `city` string, nullable
    - `visits` integer
    - `signed_in_users` integer
    - `page_views` integer
    - `signups` integer
    - `checkouts_started` integer
    - `paid` integer
    - `saw_pricing` boolean
    - `first_seen` string, nullable
    - `last_seen` string, nullable
    - `top_pages` TopPage[]
      - `path` string, required
      - `views` integer
    - `sources` SourceCount[]
      - `source` string, required
      - `visits` integer
    - `enriched_at` string, nullable
    - `industry` string, nullable
    - `employees` integer, nullable
    - `linkedin_url` string, nullable
  - `totals` VisitorTotals
    - `visits` integer
    - `identified_visits` integer
    - `companies` integer
    - `by_kind` object
    - `lookups_today` integer
  - `capture_enabled` boolean
  - `enrichment_enabled` boolean
  - `daily_lookup_cap` integer

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-25** `98c833b3480d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/repowise/apis/repowise-hosted-api/changes/admin/visitors/get.md)

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/29a9df53f763?raw)
