Skip to main content
Zero to your first SmartScraper response. If you’d rather read code, the Introduction has copy-paste examples for all three products on one page.
1

Create an account

Sign up at webscrape.ai/app/signup. New accounts start with 500 credits — enough for 100 SmartScraper calls or 500 raw fetches.
2

Generate an API key

Open API Keys in the dashboard and click Generate. Copy the key right away — it starts with wsg_live_ and we only show the full secret once. You can revoke it whenever.
3

Make your first call

Fetch any page and extract structured data with one HTTP request:
4

Inspect the response

A successful call comes back wrapped in the standard envelope:
Your extracted data is at data.result. The request_id also comes back as the X-Request-ID response header — hold on to it so support can trace a specific call. See Errors for the queued and error envelope shapes.

Next steps

Pick the right product

SmartScraper isn’t always the answer. Compare the three.

Credits & pricing

Per-endpoint costs and stealth surcharges.

Stealth mode

When to set stealth: true and what it costs.

API reference

Full request and response schemas for every endpoint.