Request
This endpoint expects an object.
urlslist of stringsRequired
Public http(s) URLs to extract (1-20).
objectivestring or nullOptional
What you’re looking for. Focuses the per-URL excerpts.
search_querieslist of strings or nullOptional
Keyword hints. Combined with objective to focus the extracted excerpts.
max_chars_totalinteger or nullOptional>=1
Cap on excerpt characters across all URLs combined.
session_idstring or nullOptional
Optional caller-supplied session id. Echoed back; if absent a new one is generated.
client_modelstring or nullOptional
Caller’s model identifier. Echoed only; not used.
advanced_settingsobjectOptional
Per-call advanced tuning - fetch policy, excerpt settings, full_content, summary and subpages.
extrasobjectOptional
Side data: include up to N outbound links and/or images per result.
max_charsinteger or nullOptional>=1
DEPRECATED alias of advanced_settings.excerpt_settings.max_chars_per_result.
output_schemamap from strings to any or nullOptional
DEPRECATED alias of advanced_settings.summary.schema.
Response
Successful Response
extract_idstring
Opaque id for this extract call.
session_idstring
Caller-supplied or generated.
resultslist of objects
One result per successfully extracted URL.
creditsinteger
Cost - 2 credits per URL successfully extracted, +1 per URL that hit the LLM (focused excerpts or summary).
errorslist of objects
Per-URL failures (not present in results).
statuseslist of objects
Per-URL status row (success or error; cached or live).
warningslist of strings or null
Reserved for future use.
subpages_discoveredintegerDefaults to 0
Total subpage candidates surfaced across all parent URLs before objective-aware ranking trimmed the list.
subpages_extractedintegerDefaults to 0
Total subpages actually fetched and returned across all parent URLs.
usagelist of objects or null
Parallel-style usage line items broken down by SKU (currently surfaces sku_subpage_rank when the objective-aware subpage ranker ran).
scratchpadmap from strings to any or null
Per-request scratchpad payload when SCRATCHPAD_FIRST=true and an objective was provided. Carries the single tool-use Claude answer plus retrieval stats.