Summarize browser rendering trade-offs.
Use wait_for for critical nodes, keep timeouts tight, and archive HTML snapshots.
- Selectors
- Retries
- Citations
# Copilot Scraper ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v1/website/rendering` | | **Base URL** | `https://api.browsersolver.com` | | **Credit Cost** | 2 credits per call | | **Documentation** | https://www.browsersolver.com/library/website-rendering-copilot-scraper | ## Access This endpoint is **private**. Requests return HTTP 403 until access is granted. There is no self-serve request-access button. Open a support ticket from the dashboard Help desk (https://app.browsersolver.com/app?returnTo=help-desk/tickets/new) and include the endpoint path, your use case, target fields, and expected volume. ## Description Capture Copilot answer pages as post-render HTML, including prompt output and visible citations when present. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.browsersolver.com/register ## Example Request ```bash curl --location --request GET 'https://api.browsersolver.com/v1/website/rendering' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Copilot ai HTML ```json
Summarize browser rendering trade-offs.
Use wait_for for critical nodes, keep timeouts tight, and archive HTML snapshots.
Copilot HTML fixtures for BrowserSolver rendering examples.