You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/exa.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,10 @@ Search the web using Exa AI. Returns relevant search results with titles, URLs,
54
54
|`highlights`| boolean | No | Include highlighted snippets in results \(default: false\)|
55
55
|`summary`| boolean | No | Include AI-generated summaries in results \(default: false\)|
56
56
|`livecrawl`| string | No | Live crawling mode: never \(default\), fallback, always, or preferred \(always try livecrawl, fall back to cache if fails\)|
57
+
|`startCrawlDate`| string | No | Only include results crawled on or after this ISO 8601 date \(e.g., "2024-01-01" or "2024-01-01T00:00:00.000Z"\)|
58
+
|`endCrawlDate`| string | No | Only include results crawled on or before this ISO 8601 date |
59
+
|`startPublishedDate`| string | No | Only include results published on or after this ISO 8601 date |
60
+
|`endPublishedDate`| string | No | Only include results published on or before this ISO 8601 date |
0 commit comments