VOOZH about

URL: https://alterlab.io/docs


AlterLab API Documentation

AlterLab is a web scraping API that handles anti-bot protections, CAPTCHAs, and JavaScript challenges in a single API call. It returns clean HTML, LLM-ready markdown, or structured JSON from any URL.

The API uses a 5-tier auto-escalation system: Tier 1 (Light, $0.0002/req) for static sites, Tier 2 (Standard, $0.0003/req) for TLS-fingerprinted requests, Tier 3 (Protected, $0.002/req) for anti-bot protection, Tier 4 (Dynamic, $0.004/req) for JavaScript rendering, and Tier 5 (Fortress, $0.02/req) for challenge resolution. Official SDKs are available for Python and Node.js. Pay-as-you-go pricing with no monthly subscription — balance never expires.

Try the PlaygroundGet API Key — Free5,000 free requests · No credit card required

What does the AlterLab API do?

AlterLab is a web scraping API that converts any public URL into structured data with a single HTTP request. Submit a URL and receive clean markdown, plain text, or typed JSON — depending on the output format requested. AlterLab handles JavaScript rendering (via headless Chromium), website compatibility (via TLS fingerprinting and behavioral signals), and challenge resolution automatically. Pricing starts at $0.0002 per request for static pages and scales to $0.02 per request for challenge-protected targets. There is no monthly subscription and account balance never expires. Official SDKs are available for Python (pip install alterlab) and Node.js (npm install @alterlab/sdk), with an MCP Server for direct integration with Claude, Cursor, and Windsurf.

The AlterLab dashboard gives you an at-a-glance view of your API usage, recent jobs, and account status.

New to AlterLab?

Start with our Quickstart Guide to make your first API request in under 5 minutes.

How do I get started with AlterLab?

Install the SDK with pip install alterlab (Python) or npm install @alterlab/sdk (Node.js). Sign up at alterlab.io to get 5,000 free requests — no credit card required. Send a URL to the /scrape endpoint with your API key and receive clean HTML, markdown, or JSON in one call.

What can AlterLab extract from a website?

AlterLab returns raw HTML, LLM-ready markdown, or structured JSON from any public URL. For structured extraction, define a JSON schema (fields, types) and AlterLab uses AI to populate it automatically. Supports product prices, job listings, real estate data, and any page with structured content.

How do I get started with AlterLab?

Guides

Tutorials

Reference

Quick Links

See Also