> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Find similar links

> Find web pages similar to a given URL.

{/* Tool: find_similar_links */}

## Parameters

<ParamField path="url" type="string" required={true}>
  The URL to find similar pages for. Must be a complete URL (e.g., [https://example.com/article](https://example.com/article)).
</ParamField>

<ParamField path="include_domains" type="string[]" default={[]}>
  Only return results from these domains.
</ParamField>

<ParamField path="exclude_domains" type="string[]" default={[]}>
  Exclude results from these domains.
</ParamField>

<ParamField path="exclude_source_domain" type="boolean" default={true}>
  Whether to exclude results from the same domain as the input URL. Defaults to True.
</ParamField>
