Smart Web Scraper
Smart Web Scraper is a lightweight and powerful API designed to extract meaningful content from any public webpage. It returns cleanly parsed titles, main body content, meta tags, favicons, structured data indicators (AMP, Schema.org, JSON-LD), and more. It's lightning fast and globally distributed. Ideal for content analyzers, preview generators, SEO tools, and summarization apps. No heavy…
Smart Web Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Batch Scrape /scraper/batch |
Scrape up to 10 URLs in a single call. Returns one result per URL (in order), each either the extracted page or a per-item error. **Request body** ```json { "urls":… |
| GET |
Web Scraper /scraper |
Extract content from any web page |
| POST |
Extract Structured Data /scraper/extract |
Extract clean, typed JSON from a URL using a field schema or a ready-made preset. **Request body** ```json { "url": "https://example.com/product", "schema": { "name": "string",… |
Smart Web Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $20 / month | — |
|
| MEGA | $75 / month | 1000 / minute |
|