Q: Are Rover website slots reusable, and do subdomains count as separate websites?
Regarding the Rover website limit: are the 1/5/15/30 websites concurrent active domains, or lifetime domain activations? For example, on Tier 2, if I have Rover installed on five sites, can I remove one site and add a different domain, or are those five domain slots permanently consumed once used? Also, do subdomains count as separate websites?
Founder Team
Arjun_RetrieverAI
Aug 3, 2026
A: The Rover website limit is per concurrent active domain.
A: Yes it can both open the tab and scrape google maps as well as just directly query a database of prescraped google maps entries: https://www.rtrvr.ai/docs/enrichment-datasets
Can the tool intercept the internal XHR/fetch calls a page makes to its own backend — the private JSON API behind the rendered HTML — and expose those endpoints through the MCP as callable tools, so I can hit them on demand during a session instead of scraping the DOM?
Two things I specifically want to know:
1. Does it capture the request headers and session auth/tokens so a discovered endpoint...
Founder Team
Arjun_RetrieverAI
Aug 2, 2026
A: Hey yes, with our recording feature: you can start recording, demonstrate a task, and finish and prompt to create a subroutine of executable code that hits the underlying APIs of a website.
This code on replay then gets executed from within the context of the webpage so all the headers/CSRF/HMAC get automatically created and propagated.
Q: With your mcp can it run on Claude code routines?
I love that you have a mcp and that seems really cool to me. I just wonder if I can run it in Claude code routines, what I like about doing it in Claude code routines is that I can run agents without my computer being on and connect other mcps. So I’m wondering if this mcp has the capability to run on the cloud and pull items without my computer being on.
Founder Team
Arjun_RetrieverAI
Aug 2, 2026
A: So our MCP exposes not only the extension installed on various browser profiles but our own cloud browser platform via our /agent API: https://www.rtrvr.ai/docs/agent
So yes from Claude Code Routine, you can trigger our cloud browser agent to finish a task. You can take it to the next level by syncing cookies from the extension to cloud platform so that the cloud agent will be automatically...
Q: Trigger jobs via Whatsapp?
Hi
1. Any demo on how to trigger job via whatsapp?
Trigger jobs via API, MCP, WhatsApp, or on a schedule
2. What is the private mode mean?
3. If using BYOK, will it use my BYOK key first or Retriever Ai first?
Thanks
Share Retriever AI
Q: Are Rover website slots reusable, and do subdomains count as separate websites?
Regarding the Rover website limit: are the 1/5/15/30 websites concurrent active domains, or lifetime domain activations? For example, on Tier 2, if I have Rover installed on five sites, can I remove one site and add a different domain, or are those five domain slots permanently consumed once used? Also, do subdomains count as separate websites?
Arjun_RetrieverAI
Aug 3, 2026A: The Rover website limit is per concurrent active domain.
Subdomains don't count as separate websites.
Share Retriever AI
Q: can it scrape from google maps?
Arjun_RetrieverAI
Aug 3, 2026A: Yes it can both open the tab and scrape google maps as well as just directly query a database of prescraped google maps entries:
https://www.rtrvr.ai/docs/enrichment-datasets
Share Retriever AI
Q: AJAX calls & JSON?
Can the tool intercept the internal XHR/fetch calls a page makes to its own backend — the private JSON API behind the rendered HTML — and expose those endpoints through the MCP as callable tools, so I can hit them on demand during a session instead of scraping the DOM?
Two things I specifically want to know:
1. Does it capture the request headers and session auth/tokens so a discovered endpoint...
Arjun_RetrieverAI
Aug 2, 2026A: Hey yes, with our recording feature: you can start recording, demonstrate a task, and finish and prompt to create a subroutine of executable code that hits the underlying APIs of a website.
This code on replay then gets executed from within the context of the webpage so all the headers/CSRF/HMAC get automatically created and propagated.
More info:
-...
Share Retriever AI
Q: With your mcp can it run on Claude code routines?
I love that you have a mcp and that seems really cool to me. I just wonder if I can run it in Claude code routines, what I like about doing it in Claude code routines is that I can run agents without my computer being on and connect other mcps. So I’m wondering if this mcp has the capability to run on the cloud and pull items without my computer being on.
Arjun_RetrieverAI
Aug 2, 2026A: So our MCP exposes not only the extension installed on various browser profiles but our own cloud browser platform via our /agent API: https://www.rtrvr.ai/docs/agent
So yes from Claude Code Routine, you can trigger our cloud browser agent to finish a task. You can take it to the next level by syncing cookies from the extension to cloud platform so that the cloud agent will be automatically...
Share Retriever AI