# ScreenshotRender > ScreenshotRender is a screenshot API that renders any URL — including pages behind Cloudflare, cookie banners, and SPA frameworks — and returns a PNG in a single HTTP call. Free tier covers 100 renders per month with no credit card. ## Core - [Home](https://www.screenshotrender.com): Product overview, code snippets, and pricing summary. - [Pricing](https://www.screenshotrender.com/pricing): Plans, render quotas, and feature matrix. - [Playground](https://www.screenshotrender.com/playground): Interactive UI to test the render endpoint without writing code. ## API - Endpoint: `GET https://screenshotrender.com/api/v1/screenshot?apiKey=YOUR_API_KEY&url=TARGET_URL&fullPage=true` - Returns: JSON with a hosted PNG URL, plus page title, description, and favicon. - Parameters: `apiKey` (required, sr- prefixed), `url` (required), `fullPage` (boolean), `wait` (seconds, defaults to 2), `timeout` (seconds). - Cloudflare bypass, cookie banner dismissal, and ad blocking are enabled by default. - Free tier: 100 screenshots per month, no credit card required. ## Blog - [Blog index](https://www.screenshotrender.com/blog): Articles on screenshot rendering, bot evasion, and API patterns. ## Legal - [Privacy](https://www.screenshotrender.com/privacy) - [Terms](https://www.screenshotrender.com/terms) ## Contact - support@screenshotrender.com