Loading...
Manage your API usage, plan, and credentials.
Upgrade to Pro to unlock unlimited requests, scrape dynamic SPAs, and bypass anti-bot protections with ease.
You need to confirm your email address in order to generate the API key.
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" } } }'