---
title: "Structure Search"
method: GET
path: "/api/v1/pro/result/{scanId}/similar/"
tags: ["Search"]
---

# Structure Search

`GET /api/v1/pro/result/{scanId}/similar/`

**urlscan Pro** - Get structurally similar results to a specific scan. See
description for this propietary feature on [urlscan
Pro](https://pro.urlscan.io/help/structuresearch).

## Path parameters

- `scanId` string, required

## Query parameters

- `q` string
- `size` integer
- `search_after` string

## Response `200`

OK

- SearchResponse
  - `results` unknown[] — Array of search results
    - unknown
  - `total` integer — Total number of results with an exact count up to 10,000 results.
  - `took` integer — Search request time in milliseconds.
  - `has_more` boolean — True if there are more than 10,000 results.

---

[API](https://skmtc.net/urlscan/apis/urlscan-io-apis.md) · [All operations](https://skmtc.net/urlscan/apis/urlscan-io-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urlscan/urlscan-io-apis/revisions/5d97b31afd68/schema)
