Scrapingforge logo

Introduction

Get started with ScrapingForge API - a powerful web scraping solution with JavaScript rendering, proxy rotation, and AI extraction.

ScrapingForge is a powerful web scraping API that handles JavaScript rendering, proxy rotation, anti-bot bypass, and data extraction. Our API provides two modes: synchronous for immediate results and asynchronous for background processing.

Start with 1,500 free credits. No credit card required.

Why ScrapingForge?

ScrapingForge makes web scraping simple and reliable:

  • JavaScript Rendering - Handle SPAs, React, Vue, and dynamic content
  • Residential Proxies - 195 countries with automatic rotation
  • AI Extraction - Extract structured data using natural language
  • 99.9% Uptime - Enterprise-grade infrastructure

Quick Example

curl -X POST https://api.scrapingforge.com/api/v1/scraper \
  -H "Authorization: Bearer sf_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "render_js": true
  }'

Two API Modes

Synchronous

Immediate blocking response (90-120s timeout). Perfect for simple scraping tasks.

Asynchronous

Background job processing with polling. Results retained for 30 days.

Next Steps

Quick Start

Get your API key and make your first request in 2 minutes.

Authentication

Learn how to authenticate your API requests.

API Reference

Complete documentation of all endpoints and parameters.