Use in agentExa models

Exa modelsapi generation api

exa/contents

Extract full page contents for a set of URLs.. Fetch full page text, summaries, and metadata for a list of URLs with cached instant results or live crawl fallback.

Input
The URLs (or Exa result ids) to fetch contents for.
Return the full page text.
Return highlighted relevant snippets.
Return an AI-generated summary of the page.
Number of linked subpages to also fetch.
Freshness policy: always live-crawl, fall back to live crawl on cache miss, or never live-crawl. Allowed values: always, fallback, never.
Idle

Example output — click Run to generate your own

API README

Exa Contents

Extract full page contents for a set of URLs. Fetch full page text, summaries, and metadata for a list of URLs with cached instant results or live crawl fallback. It is suitable for content-extraction, web-scraping workflows.

Capability

Extract full page contents for a set of URLs. Fetch full page text, summaries, and metadata for a list of URLs with cached instant results or live crawl fallback. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Collect and normalize information from public pages or source content for downstream workflows.
  • Create repeatable integrations that pass structured results to downstream business systems.
  • Support scheduled jobs, internal tools, and agent workflows with structured results.

Related Models