rtrvr.ai
Browser ExtensionStart in Chrome, on the page you're on.CloudA thousand browsers, on your schedule.RoverThe AI customer engineer for your product.Data & EvalsExpert trajectories for AI labs.
ACCESSAPI + MCPCLI & SDKTemplatesIntegrationsWhatsApp
Use cases
Vibe ScrapingLead EnrichmentWeb MonitoringForm FillingJob ApplicationsSocial MediaAI Web ContextAgentic CheckoutAll use cases
Pricing
BlogLaunches, benchmarks, deep divesDocsExtension, Cloud, API, MCP, CLICase StudiesReal teams, real runsVideosNew runs every weekChangelogWhat just shippedNewslettersProduct releases and real runs
Docs
Log inBook DemoAdd to Chrome
Log in
Menu
Add to ChromeBook a demo
ProductsBrowser ExtensionCloudRoverData & EvalsExploreUse casesPricingResourcesDocs

Opening template…

rtrvr.ai

Make every site
work for you.

Launches first, roadmap early, and the occasional trick we only share by email.

Products

Browser ExtensionCloudRoverData & Evals

Use cases

Vibe ScrapingLead EnrichmentForm FillingWeb MonitoringSocial MediaJob ApplicationsData MigrationAI Web ContextAgentic Checkout

Resources

DocsBlogData for AI LabsCase StudiesVideosNewslettersChangelogPricingAppSumoDemoAffiliate

Company

TeamContactGCP PartnerWhat We BelieveSecurityPrivacyTerms

Developers

APIMCPCLI & SDKTemplatesIntegrationsWhatsApp

Compare

ApifyBardeenBrowserbaseBrowser UseClayClaudeCometFirecrawl
Products
Browser ExtensionCloudRoverData & Evals
Use cases
Vibe ScrapingLead EnrichmentForm FillingWeb MonitoringSocial MediaJob ApplicationsData MigrationAI Web ContextAgentic Checkout
Resources
DocsBlogData for AI LabsCase StudiesVideosNewslettersChangelogPricingAppSumoDemoAffiliate
Company
TeamContactGCP PartnerWhat We BelieveSecurityPrivacyTerms
Developers
APIMCPCLI & SDKTemplatesIntegrationsWhatsApp
Compare
ApifyBardeenBrowserbaseBrowser UseClayClaudeCometFirecrawl
BACKED BYNVIDIA InceptionGoogle Cloud for StartupsBright DataNEC XSalesforce LaunchpadElevenLabs GrantsGMI CloudComposioSmallest.ai Grants
DISCOVERYllms.txtllms-full.txtagents.mdDocumentation indexSitemapOpenAPIAI Catalog
© 2026 rtrvr.ai
DiscordYouTubeInstagramTikTokLinkedInXGitHub
support@rtrvr.ai
Back to templates

RESEARCH TEMPLATE

Summarize a page, video, or document

Return the main point, key details, and useful next steps from the source you provide.

RUNS INCloud or your browser
SETUP2 details to add
WHAT YOU GET04 PARTS
  1. 01Main point
  2. 02Key details
  3. 03Useful next steps
  4. 04Questions left open
EXAMPLE INPUThttps://example.com/long-article

SET UP YOUR RUN

Add the details. Check the result. Run it.

No code needed.
01

Tell rtrvr what to use

Required details are marked. The example text shows the expected format.

02

Choose where it runs

Cloud uses a fresh managed browser. The extension uses the sites you are already signed into.

ONE MORE STEP

Add the required details to continue.

WHAT HAPPENS NEXT

From setup to finished result.

  1. 01

    rtrvr opens the right sites. It uses Cloud or the signed-in browser you chose.

  2. 02

    The browser does the job. You can follow the run and step in if a site asks for help.

  3. 03

    You get the result. The output above is the shape to expect.

ADVANCEDRequest JSONOptional

Exact request sent to the run panel.

REQUEST.JSON
{
  "source": "retrieve",
  "template": {
    "id": "url_summarize",
    "slug": "summarize-anything",
    "name": "Summarize Anything",
    "categoryId": "RESEARCH"
  },
  "inputs": {
    "url": "",
    "format": "structured"
  },
  "agentHint": "You are summarizing content from a URL. Adapt to the content type.\n\n**TASK CONFIGURATION:**\n- URL: \n- Format: structured\n\n---\n\n## STEP 1: NAVIGATE & EXTRACT\n\n1. Go to \n2. Wait for page to fully load\n3. If paywall or login required, report limitation\n4. Identify content type (article, docs, report, etc.)\n5. Extract full text content\n\n---\n\n## STEP 2: ANALYZE CONTENT\n\n**Read and understand:**\n- Main thesis/argument\n- Key supporting points\n- Data and evidence cited\n- Author's conclusions\n- Actionable recommendations\n\n---\n\n## STEP 3: GENERATE SUMMARY\n\n**Format: structured**\n\n### If \"structured\":\n- TL;DR (one sentence)\n- Key Points (5-7 bullets)\n- Main Argument\n- Evidence/Data\n- Action Items\n- Open Questions\n\n### If \"executive\":\n- 3-4 paragraph summary\n- Focus on implications\n- Decision-relevant info\n\n### If \"eli5\":\n- Simple language\n- No jargon\n- Analogies where helpful\n\n---\n\n## STEP 4: REPORT RESULTS\n\n```json\n{\n  \"url\": \"\",\n  \"title\": \"\",\n  \"contentType\": \"article|documentation|report|other\",\n  \"wordCount\": <original>,\n  \"summary\": {\n    \"tldr\": \"\",\n    \"keyPoints\": [],\n    \"mainArgument\": \"\",\n    \"evidence\": [],\n    \"actionItems\": [],\n    \"questions\": []\n  },\n  \"summaryWordCount\": <number>,\n  \"compressionRatio\": \"\"\n}\n```\n\n---\n\n## CONTENT TYPE HANDLING\n\n- **Articles:** Focus on thesis and evidence\n- **Documentation:** Focus on actionable info\n- **Reports:** Focus on conclusions and data\n- **Long-form:** Identify sections, summarize each",
  "userInput": "You are summarizing content from a URL. Adapt to the content type.\n\n**TASK CONFIGURATION:**\n- URL: \n- Format: structured\n\n---\n\n## STEP 1: NAVIGATE & EXTRACT\n\n1. Go to \n2. Wait for page to fully load\n3. If paywall or login required, report limitation\n4. Identify content type (article, docs, report, etc.)\n5. Extract full text content\n\n---\n\n## STEP 2: ANALYZE CONTENT\n\n**Read and understand:**\n- Main thesis/argument\n- Key supporting points\n- Data and evidence cited\n- Author's conclusions\n- Actionable recommendations\n\n---\n\n## STEP 3: GENERATE SUMMARY\n\n**Format: structured**\n\n### If \"structured\":\n- TL;DR (one sentence)\n- Key Points (5-7 bullets)\n- Main Argument\n- Evidence/Data\n- Action Items\n- Open Questions\n\n### If \"executive\":\n- 3-4 paragraph summary\n- Focus on implications\n- Decision-relevant info\n\n### If \"eli5\":\n- Simple language\n- No jargon\n- Analogies where helpful\n\n---\n\n## STEP 4: REPORT RESULTS\n\n```json\n{\n  \"url\": \"\",\n  \"title\": \"\",\n  \"contentType\": \"article|documentation|report|other\",\n  \"wordCount\": <original>,\n  \"summary\": {\n    \"tldr\": \"\",\n    \"keyPoints\": [],\n    \"mainArgument\": \"\",\n    \"evidence\": [],\n    \"actionItems\": [],\n    \"questions\": []\n  },\n  \"summaryWordCount\": <number>,\n  \"compressionRatio\": \"\"\n}\n```\n\n---\n\n## CONTENT TYPE HANDLING\n\n- **Articles:** Focus on thesis and evidence\n- **Documentation:** Focus on actionable info\n- **Reports:** Focus on conclusions and data\n- **Long-form:** Identify sections, summarize each",
  "urls": [],
  "meta": {
    "createdAt": "",
    "userAgent": ""
  }
}

MORE STARTING POINTS

Other templates for research.

See all templates
RESEARCHResearch a topic

Collect several sources and return a clear brief with links and open questions.

LINKEDINFind LinkedIn jobs

Collect job titles, companies, locations, and application links in one list.

LINKEDINCollect a LinkedIn profile

Return the person’s current role, work history, education, skills, and available contact details.