---
title: "Streamed search request"
method: GET
path: "/v2/request/stream"
---

# Streamed search request

`GET /v2/request/stream`

Live result feed

## Query parameters

- `type` 'email' | 'phone' | 'username' | 'name' | 'wallet', required
- `query` string, required
- `timeout` integer
- `exact_match` boolean
- `premium` boolean

## Headers

- `api-key` string, required

## Response `200`

200

- object[]
  - `module` string
  - `pretty_data` object
  - `data` object
    - `visibility` string
    - `stats` object
      - `Reviews` string
      - `Ratings` string
      - `Photos` string
      - `Videos` string
      - `Captions` string
      - `Answers` string
      - `Edits` string
      - `Places added` string
      - `Roads added` string
      - `Facts checked` string
      - `Q&A` string
    - `reviews` object[]
      - `id` string
      - `location` object
        - `id` string
        - `address` string
        - `tags` string[]
        - `position` object
          - `latitude` string
          - `longitude` string
        - `cost` string
        - `name` string
        - `types` object[]
          - `id` string
          - `icon` string
          - `icon_color` string
          - `bg_color` string
          - `name` string
      - `comment` string
      - `rating` string
      - `approximative_date` string
      - `guided_answers` unknown[]
        - unknown
    - `photos` unknown[]
      - unknown
  - `front_schemas` object[]
    - `map` object[]
      - `id` string
      - `location` object
        - `id` string
        - `address` string
        - `tags` string[]
        - `position` object
          - `latitude` string
          - `longitude` string
        - `cost` string
        - `name` string
        - `types` object[]
          - `id` string
          - `icon` string
          - `icon_color` string
          - `bg_color` string
          - `name` string
      - `comment` string
      - `rating` string
      - `approximative_date` string
      - `guided_answers` unknown[]
        - unknown
  - `spec_format` object[]
    - `registered` object
      - `proper_key` string
      - `value` boolean
      - `type` string
    - `platform_variables` object[]
      - `key` string
      - `proper_key` string
      - `value` object[]
        - `id` string
        - `location` object
          - `id` string
          - `address` string
          - `tags` string[]
          - `position` object
            - `latitude` string
            - `longitude` string
          - `cost` string
          - `name` string
          - `types` object[]
            - `id` string
            - `icon` string
            - `icon_color` string
            - `bg_color` string
            - `name` string
        - `comment` string
        - `rating` string
        - `approximative_date` string
        - `guided_answers` unknown[]
          - unknown
      - `type` string
  - `status` string
  - `query` string
  - `from` string
  - `reliable_source` boolean

## Other responses

- `400` — 400
- `401` — 401
- `402` — 402
- `500` — 500

---

[API](https://skmtc.net/osint/apis/v2-api.md) · [All operations](https://skmtc.net/osint/apis/v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osint/v2-api/versions/cd5fec0d90bd/schema)
