Quick Start Guide

Get started with FastWebScraper API in minutes. Choose your language below to see a complete walkthrough.

Checking API key...

Step 1: Get Your API Key

Sign up for a free account to get your API key. You'll need this for all API requests.

  1. Visit the registration page
  2. Create your account
  3. Copy your API key from the dashboard

Step 2: Choose Your Language

Select your programming language for a complete guide with installation, code examples, and HTML parsing.

How It Works

Regardless of language, the FastWebScraper API follows the same flow:

Sync Mode

Send a request, wait for the scrape to complete, get the HTML back in one response. Simple and direct.

POST /v1/scrape/sync

Async Mode

Submit a scrape job, get a job ID back instantly, then poll for results. Best for batch processing.

POST /v1/scrape/async → GET /v1/jobs/:id

Authentication

All API requests require your API key in the X-API-Key header. Your key is available in the dashboard after signing up.

Next Steps

  • API Reference — full endpoint documentation with request/response schemas
  • Guides — proxy types, async vs sync, error handling, and more
  • Use Cases — industry-specific scraping examples