Overview
SmartScraper is our flagship LLM-powered web scraping service that intelligently extracts structured data from any website.Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| website_url | string | Yes | The URL of the webpage to scrape |
| user_prompt | string | Yes | A textual description of what you want to extract |
| output_schema | object | No | Pydantic/Zod schema for structured response |
| stealth | boolean | No | Enable anti-detection mode |
| headers | object | No | Custom HTTP headers |
| mock | boolean | No | Enable mock mode for testing |
| wait_ms | number | No | Page load wait time in ms |
| country_code | string | No | Proxy routing country code |