Clean web text scraper
## Clean Web Text Scraper Extract clean, readable text from any webpage in seconds. This API removes ads, navigation menus, scripts, and clutter — returning only the content that matters. ### Key Features - **Instant text extraction** from any public URL - **Markdown output** for LLM-ready content (Pro/Ultra) - **CSS selector targeting** for precise content extraction (Pro/Ultra) - **Batch…
Clean web text scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
getPlans /api/v1/plans |
Returns all available plans with features and pricing. No authentication required. |
| GET |
getUsage /api/v1/usage |
Returns how many requests have been made this month and the remaining quota. |
| GET |
getHistory /api/v1/history |
Returns a paginated list of past scrape jobs (within plan retention period). |
| GET |
getScrapeJob /api/v1/scrape/{jobId} |
|
| POST |
scrapeBatch /api/v1/scrape/batch |
Scrape up to 10 URLs simultaneously (Pro) or 50 URLs (Ultra). Not available on Free plan. |
| POST |
scrapeUrl /api/v1/scrape |
Fetch a webpage and extract clean text content. Removes scripts, ads, navigation, and other noise. |
Clean web text scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $29 / month | — |
|