Fetch Web Page Content
The Webpage Content Fetcher API provides a simple yet powerful interface for developers to extract plain text content from any publicly accessible web page. By passing the target URL as a query parameter, this API fetches the HTML content of the page, parses it, and returns the text content stripped of all HTML tags, scripts, and styles, providing a clean and readable text output. Parameters:…
Fetch Web Page Content endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
fetch_post / |
use post to get the content |
| GET |
fetch_get / |
use GET to fetch the raw text content of the webpage |
Fetch Web Page Content pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|