Run the request to inspect the received document.
RenderCloud - SPA Dynamic HTML Renderer
RenderCloud is a Dynamic HTML Renderer and React/Vue Web Scraper for public pages. It validates destinations, captures available HTML safely and labels whether Cloudflare Browser Run produced a JavaScript-rendered DOM.
RenderCloud - SPA Dynamic HTML Renderer (React/Vue Scraper)
Dynamic HTML Renderer for React and Vue public pages. Use this SPA Web Scraping API to retrieve safe HTML for catalog indexing, Data Extraction and downstream parsers.
Search intent: SPA renderer · dynamic HTML · React scraper · Vue scraper · web scraping
Inspect the HTML your workflow can actually consume.
Submit a public URL and receive a real server-side capture. When a browser worker is configured the response is JavaScript-rendered; otherwise the demo returns the safely fetched HTTP document and labels that mode explicitly.
The final capture will appear here after a successful request.
Dynamic-page ready
A configured browser worker returns the final JavaScript-rendered document; the response always states the capture mode used.
Safe public retrieval
Every destination is validated server-side, including redirect targets, before the application retrieves any content.
Predictable billing
The commercial plan is fixed at $5 per 10,000 renderings, with a transparent response contract for your parser or extractor.
Use a product-scoped key outside RapidAPI.
Immediate API access after a successful subscription. The entitlement includes 10,000 renderings/month and is revoked when the associated subscription ends.
Subscribe
Choose direct checkout or subscribe through RapidAPI.
Generate one key
Open the authenticated API Access area and generate the product-scoped key once.
Call the endpoint
Send X-API-Key to POST /api/v1/rendercloud/render; usage headers report the remaining allowance.
curl --request POST \ --url https://prodapi-gqe9kzue.manus.space/api/v1/rendercloud/render \ --header 'X-API-Key: YOUR_DIRECT_KEY' \ --header 'Content-Type: application/json'
RapidAPI-ready endpoint contracts.
Every endpoint documents a testable request shape or an explicit public-source requirement, plus a response example, so a developer can inspect the contract before running it in RapidAPI.
curl --request POST \
--url https://YOUR_RAPIDAPI_HOST/api/v1/rendercloud/render \
--header 'x-rapidapi-key: YOUR_KEY' \
--header 'x-rapidapi-host: YOUR_RAPIDAPI_HOST' \
--header 'Content-Type: application/json' \
--data '{"url":"https://example.com"}'{"status":"rendered","javascriptRendered":true,"renderEngine":"cloudflare-browser-run","finalUrl":"https://example.com/","html":"<!doctype html>..."}Commercial and integration questions.
Can I buy this outside RapidAPI?
Yes. Use direct Stripe checkout for a product-scoped key, or choose RapidAPI if you prefer its marketplace billing and gateway.
How are limits enforced?
Direct keys are scoped to this product and the 10,000 renderings/month allowance. Responses include usage headers; exhausted allowances are rejected.
What data is retained?
Retention differs by workflow and is documented in the Privacy notice. Do not send secrets, credentials, regulated data or content you are not authorized to process.
What support is included?
Self-service support covers verified integration and billing issues. Enterprise response targets, uptime or recovery commitments apply only when written in an order form.