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

COMMENTS TEMPLATE

Comment on an Instagram post

Write and publish a comment that responds to the Instagram post you choose.

RUNS INYour signed-in browser
SETUP5 details to add
WHAT YOU GET03 PARTS
  1. 01Comment based on the post
  2. 02Account-appropriate wording
  3. 03Published comment record
EXAMPLE INPUTComment on competitor brand posts

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.

Add exact copy, or leave it blank for rtrvr to draft from the post.

02

Choose where it runs

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

Your browser is required. This template needs a site where you are signed in.

Choose a browser

Pick a browser where the rtrvr extension is online.

Get the extension
Finish setup in your browser
  1. Install the extension
  2. Sign in to rtrvr
  3. Come back and choose the browser
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": "instagram_commenter",
    "slug": "instagram-commenter",
    "name": "Instagram Commenter",
    "categoryId": "SOCIAL_ENGAGE"
  },
  "inputs": {
    "postUrl": "",
    "commentText": "",
    "commentStyle": "genuine",
    "commentAngle": "",
    "autoPost": true
  },
  "agentHint": "You are leaving a comment on an Instagram post. Adapt to the actual UI you encounter.\n\n**TASK CONFIGURATION:**\n- Post URL: \n- User's Comment: \n- Style: genuine\n- Angle: \n- Auto-post: true\n\n---\n\n## STEP 1: NAVIGATE TO POST\n\n1. Go to \n2. Wait for post to fully load\n3. If not logged in, STOP and report authentication required\n4. If post not found, report error\n\n---\n\n## STEP 2: ANALYZE THE POST\n\n**Look at:**\n- Image(s) or video content - what's shown?\n- Caption text - read fully, expand if needed\n- Location tag (if any)\n- Tagged accounts\n- Hashtags used\n- Account's niche/style\n- Existing comment tone\n\n---\n\n## STEP 3: PREPARE COMMENT\n\n### IF user provided commentText:\nUse this comment exactly:\n```\n\n```\n\n**VALIDATION:**\n- Instagram comments have a ~2,200 character limit\n- Check for banned/flagged words\n- Excessive hashtags in comments may be filtered\n\n### IF commentText is empty - GENERATE COMMENT:\n\n**Generate a genuine comment that:**\n\n1. **References something SPECIFIC:**\n   - The actual image/video content\n   - A specific line from the caption\n   - The location or setting\n   - A tagged person or brand\n\n2. **Follows the angle:**\n   \"\"\n\n3. **Instagram comment style:**\n   - Casual, warm, authentic\n   - 1-3 sentences ideal\n   - 1-2 emojis okay (match post's energy)\n   - Questions get responses\n\n**NEVER generate these:**\n- \"Nice pic! 🔥🔥🔥\"\n- \"Great content!\"\n- \"Love this! 😍😍😍\"\n- \"Follow me back!\"\n- Excessive emoji strings\n\n**GOOD EXAMPLE:**\n\"The lighting in this shot is incredible - was this golden hour? 🌅 Would love to know your editing process!\"\n\n---\n\n## STEP 4: POST OR PREVIEW\n\n1. Find the comment input area (usually below post)\n2. Click \"Add a comment...\" or similar\n3. Type or paste the comment\n\n### IF true === true:\n4. Press Enter or click post button\n5. Wait for comment to appear\n6. Verify it wasn't filtered/blocked\n\n### IF true === false:\n4. Leave in input field\n5. Report ready for review\n\n---\n\n## STEP 5: REPORT RESULTS\n\n```json\n{\n  \"success\": true|false,\n  \"postSummary\": \"<what the post shows/says>\",\n  \"postAuthor\": \"\",\n  \"commentText\": \"<the comment used>\",\n  \"commentSource\": \"provided|generated\",\n  \"characterCount\": <number>,\n  \"status\": \"posted|ready_for_review|failed|filtered\",\n  \"errorMessage\": \"<if failed>\"\n}\n```\n\n---\n\n## INSTAGRAM-SPECIFIC NOTES\n\n- Comments with certain words may be auto-filtered\n- Too many comments too fast = action block\n- Authentic engagement > spam\n- Comments on popular accounts may get buried",
  "userInput": "You are leaving a comment on an Instagram post. Adapt to the actual UI you encounter.\n\n**TASK CONFIGURATION:**\n- Post URL: \n- User's Comment: \n- Style: genuine\n- Angle: \n- Auto-post: true\n\n---\n\n## STEP 1: NAVIGATE TO POST\n\n1. Go to \n2. Wait for post to fully load\n3. If not logged in, STOP and report authentication required\n4. If post not found, report error\n\n---\n\n## STEP 2: ANALYZE THE POST\n\n**Look at:**\n- Image(s) or video content - what's shown?\n- Caption text - read fully, expand if needed\n- Location tag (if any)\n- Tagged accounts\n- Hashtags used\n- Account's niche/style\n- Existing comment tone\n\n---\n\n## STEP 3: PREPARE COMMENT\n\n### IF user provided commentText:\nUse this comment exactly:\n```\n\n```\n\n**VALIDATION:**\n- Instagram comments have a ~2,200 character limit\n- Check for banned/flagged words\n- Excessive hashtags in comments may be filtered\n\n### IF commentText is empty - GENERATE COMMENT:\n\n**Generate a genuine comment that:**\n\n1. **References something SPECIFIC:**\n   - The actual image/video content\n   - A specific line from the caption\n   - The location or setting\n   - A tagged person or brand\n\n2. **Follows the angle:**\n   \"\"\n\n3. **Instagram comment style:**\n   - Casual, warm, authentic\n   - 1-3 sentences ideal\n   - 1-2 emojis okay (match post's energy)\n   - Questions get responses\n\n**NEVER generate these:**\n- \"Nice pic! 🔥🔥🔥\"\n- \"Great content!\"\n- \"Love this! 😍😍😍\"\n- \"Follow me back!\"\n- Excessive emoji strings\n\n**GOOD EXAMPLE:**\n\"The lighting in this shot is incredible - was this golden hour? 🌅 Would love to know your editing process!\"\n\n---\n\n## STEP 4: POST OR PREVIEW\n\n1. Find the comment input area (usually below post)\n2. Click \"Add a comment...\" or similar\n3. Type or paste the comment\n\n### IF true === true:\n4. Press Enter or click post button\n5. Wait for comment to appear\n6. Verify it wasn't filtered/blocked\n\n### IF true === false:\n4. Leave in input field\n5. Report ready for review\n\n---\n\n## STEP 5: REPORT RESULTS\n\n```json\n{\n  \"success\": true|false,\n  \"postSummary\": \"<what the post shows/says>\",\n  \"postAuthor\": \"\",\n  \"commentText\": \"<the comment used>\",\n  \"commentSource\": \"provided|generated\",\n  \"characterCount\": <number>,\n  \"status\": \"posted|ready_for_review|failed|filtered\",\n  \"errorMessage\": \"<if failed>\"\n}\n```\n\n---\n\n## INSTAGRAM-SPECIFIC NOTES\n\n- Comments with certain words may be auto-filtered\n- Too many comments too fast = action block\n- Authentic engagement > spam\n- Comments on popular accounts may get buried",
  "urls": [],
  "meta": {
    "createdAt": "",
    "userAgent": ""
  },
  "execution": {
    "mode": "device",
    "deviceIds": []
  }
}

MORE STARTING POINTS

Other templates for comments.

See all templates
COMMENTSComment on a LinkedIn post

Write and publish a comment that responds to the LinkedIn post you choose.

COMMENTSReply to an X post

Write and publish a reply that responds to the X post you choose.

COMMENTSComment on a YouTube video

Write and publish a comment that responds to the video you choose.