Loading...

Dashboard
Please confirm your email to activate your account and start using the API.

Welcome back,

Manage your API usage, plan, and credentials.

Current Plan
Free Tier

Upgrade to Pro to unlock unlimited requests, scrape dynamic SPAs, and bypass anti-bot protections with ease.

API Usage (Monthly)
0/ 100 reqs
Your limit will be reset on the 1st of each month.
Secret API Key

You need to confirm your email address in order to generate the API key.

Get Started

POSThttps://smartscraping.dev/api/scrape
curl -X POST https://smartscraping.dev/api/scrape \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    # Schema Example
    "schema": {
      "title": {
       "type": "string",
       # The use of verbs is unnecessary. simply state what you wish to extract.
       "description": "Article title"
      }
    }
  }'