# Fetch a JavaScript-rendered page — full browser render

**Use case:** 

Fetch fully JavaScript-rendered pages with a real browser — clean HTML, text, or Markdown for SPAs and dynamic sites plain HTTP scrapers can't read.

## Input

```json
{
  "urls": [
    "https://quotes.toscrape.com/js/"
  ],
  "basic": "auto",
  "js": "true",
  "stealth": "auto",
  "outputs": [
    "html",
    "markdown"
  ],
  "runtime_budget_ms": 270000
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "realized_tier": {
    "label": "Realized tier",
    "format": "string"
  },
  "final_url": {
    "label": "Final URL",
    "format": "string"
  },
  "response_status": {
    "label": "HTTP response status",
    "format": "integer"
  },
  "attempted_tiers": {
    "label": "Attempted tiers",
    "format": "array"
  },
  "outputs": {
    "label": "Outputs",
    "format": "object"
  },
  "tier_errors": {
    "label": "Tier errors",
    "format": "object"
  },
  "reason": {
    "label": "Reason",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Smart Page Fetcher — HTML, Markdown & Text](https://apify.com/shelvick/smart-page-fetcher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shelvick/smart-page-fetcher) to learn more, explore other use cases, and run it yourself.