find_similar
Find web pages similar to a given URL. Refine results with filters for date range, domain, and content category.
Instructions
Find pages similar to a given URL using Exa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to find similar pages for. | |
| num_results | No | Number of results to return. | |
| contents | No | Options for retrieving page contents. Use False to disable. | |
| include_domains | No | Domains to include in the search. | |
| exclude_domains | No | Domains to exclude from the search. | |
| start_crawl_date | No | Only links crawled after this date (YYYY-MM-DD). | |
| end_crawl_date | No | Only links crawled before this date (YYYY-MM-DD). | |
| start_published_date | No | Only links published after this date (YYYY-MM-DD). | |
| end_published_date | No | Only links published before this date (YYYY-MM-DD). | |
| include_text | No | Strings that must appear in the page text. | |
| exclude_text | No | Strings that must not appear in the page text. | |
| exclude_source_domain | No | Whether to exclude the source domain. | |
| category | No | Data category to focus on. | |
| flags | No | Experimental flags for Exa usage. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||