Zenscrape website screenshot

Zenscrape

Zenscrape is a web scraping API that returns the rendered HTML of any target URL while handling proxy rotation, headless-browser JavaScript rendering, geotargeting, and Cloudflare protection. A single GET /get request fetches a page through a rotating pool of standard or premium residential proxies, with a /status endpoint for remaining credits and an HTTP proxy-mode interface for existing proxy-based clients.

2 APIs 0 Features
Web ScrapingProxyHTMLData ExtractionJavaScript Rendering

APIs

Zenscrape Scrape API

Fetches the HTML of a target URL via GET /get, routing the request through rotating standard or premium proxies with optional headless-browser JavaScript rendering, geolocation,...

Zenscrape Account API

Returns the remaining request credits for the authenticated account via GET /status, supporting usage monitoring and quota-aware client logic.

Collections

Pricing Plans

Zenscrape Plans Pricing

5 plans

PLANS

Rate Limits

Zenscrape Rate Limits

3 limits

RATE LIMITS

FinOps

Resources

🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
📰
Blog
Blog

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Zenscrape API
  version: '1.0'
request:
  auth:
    type: apikey
    key: apikey
    value: '{{apikey}}'
    in: header
items:
- info:
    name: Scrape
    type: folder
  items:
  - info:
      name: Scrape a target URL and return its HTML.
      type: http
    http:
      method: GET
      url: https://app.zenscrape.com/api/v1/get?url=https://example.com&render=false&premium=false
      headers:
      - key: apikey
        value: '{{apikey}}'
    docs: 'Fetches the HTML of the target URL through rotating proxies. Set render=true for headless-browser JavaScript rendering
      and premium=true for premium residential proxies. Optional: location (country code), device (desktop|mobile), keep_headers.
      Cost: 1 credit basic, 5 render, 10 premium, 25 premium+render.'
- info:
    name: Account
    type: folder
  items:
  - info:
      name: Return remaining account credits.
      type: http
    http:
      method: GET
      url: https://app.zenscrape.com/api/v1/status
      headers:
      - key: apikey
        value: '{{apikey}}'
    docs: Returns the number of request credits remaining for the authenticated account.