Retrieve text / highlights / summary / subpages from URLs. The endpoint returns HTTP 200 even when individual URLs fail — always inspect `statuses[]` for CRAWL_NOT_FOUND, CRAWL_LIVECRAWL_TIMEOUT, SOURCE_NOT_AVAILABLE. Control freshness with `maxAgeHours` (0 = always livecrawl, -…
idsarray(Deprecated alias for 'urls') A list of document IDs or URLs. Use 'urls' parameter instead for consistency with the Exa API.
textControls text extraction. Accepts a boolean or a `TextOptions` object. If `True` (the default for this tool), sends Exa's documented `text=true` mode and extracts full-page text using default settings. If `False` or `None`, no text is extracted. Provide a `TextOptions` object to…
urlsarrayA list of fully qualified URLs (e.g., 'https://example.com/article') or document IDs (strings obtained from Exa search results) for which to retrieve content. At least one URL or ID must be provided.
extrasobjectConfiguration for extracting additional metadata from documents.
summaryControls AI-generated summary extraction. Accepts a boolean or `SummaryOptions`. If `True`, generates a summary; if `False` or `None`, no summary. Use `SummaryOptions` for custom settings (e.g., `query`, `schema`).
subpagesintegerNumber of subpages to crawl per URL. Enables crawling linked pages within a site in one request. Defaults to 0 (no subpage crawling).
highlightsControls highlight extraction. Accepts a boolean or `HighlightOptions`. If `True`, extracts AI highlights (default settings); if `False` or `None`, no highlights. Use `HighlightOptions` for custom settings (e.g., `query`, `max_characters`).
maxAgeHoursintegerControls content freshness. `0` = always livecrawl, `-1` = never livecrawl (cache only), `None` or positive integer = livecrawl as fallback if cached content is older than specified hours.
subpageTargetKeywords to prioritize for subpage selection when crawling subpages. Can be a single string or list of strings. Only relevant when `subpages` > 0.
livecrawlTimeoutintegerTimeout in milliseconds for livecrawl operations. Recommended: 10000-15000 when forcing livecrawl. Defaults to 10000.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
Aident-managed access. Risk level 2 of 5.
$0.01 / call
No published Skills explicitly reference this Action yet.