Now in public beta

Structured data from unstructured pages

Send a URL, get rendered HTML. No browser management, no proxy rotation, no anti-detection headaches. One API call is all it takes.

<2s

SSR page render

<5ms

Cached results

0

Cold starts

Everything you need to extract web data

We handle the hard parts so you can focus on what to do with the data.

Blazing fast

SSR pages in under 2 seconds. Cached results in under 5ms. Smart readiness detection returns early for server-rendered pages and waits intelligently for SPAs.

One API call

No browser management, no proxy rotation, no anti-detection headaches. Just POST /v1/scrape with a URL and get back rendered HTML.

Battle-tested reliability

Auto-retries, circuit breakers, proxy rotation, and graceful degradation. Built on warm browser pools with zero cold starts.

Developer-first DX

Clean REST API with detailed response metadata — render strategy used, load time, final URL after redirects, HTTP status code, and more.

One platform, many APIs

Web scraping, screenshots, SERP data, logo extraction, and OCR — all under one API key and one dashboard. Software commodities under one roof.

Usage-based pricing

Pay per request. No monthly minimums, no overages. Start free and scale with tiered rate limits as your usage grows.

One request. That's it.

No SDKs to install, no browsers to manage. A single HTTP call gets you rendered HTML from any page on the web.

Request
curl -X POST https://api.pagepry.com/v1/scrape \
  -H "Authorization: Bearer pp_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "waitFor": "networkIdle"
  }'
Response
{
  "success": true,
  "data": {
    "html": "<!DOCTYPE html><html>...</html>",
    "statusCode": 200,
    "finalUrl": "https://example.com/",
    "loadTimeMs": 847
  },
  "metadata": {
    "renderStrategy": "ssr-early-return",
    "fromCache": false,
    "proxyRegion": "us-east-1",
    "bytesTransferred": 45821
  }
}

Software commodities, one platform

One API key. One dashboard. Every data extraction tool you need under one roof.

Web Scraping

Live

Send a URL, get fully rendered HTML. Handles SPAs, SSR, and everything in between.

Screenshots

Coming soon

Full-page and viewport screenshots in PNG or WebP. Custom viewports, device emulation, and retina support.

SERP API

Coming soon

Structured search engine results from Google, Bing, and more. Organic results, ads, featured snippets.

Logo Extraction

Coming soon

Extract brand logos from any website. Returns high-res images with source URLs and dominant colors.

OCR

Coming soon

Extract text from images and PDFs. Supports multi-language detection and structured output.

Simple, usage-based pricing

Pay for what you use. No surprises, no monthly minimums.

Free

$0

Get started with no commitment

  • 1,000 requests / month
  • 5 req/s rate limit
  • Standard proxy pool
  • Community support
Start free
Most popular

Pro

$0.002/ request

For growing teams and production workloads

  • Unlimited requests
  • 50 req/s rate limit
  • Premium proxy pool
  • Priority support
  • Webhooks & callbacks
Get started

Enterprise

Custom

Dedicated infrastructure, SLAs, and support

  • Custom rate limits
  • Dedicated proxy pool
  • SSO & RBAC
  • Dedicated support engineer
  • Custom SLAs
Contact sales