AI Web Data Extractor API
Extract structured product, article, and email data from any URL with static + browser fallback and optional AI enhancement.
8.8/10 popularity
19450 ms avg latency
100% success rate
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
AI Web Data Extractor API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/ / |
Returns API metadata and available endpoints. |
| GET |
/health /health |
Returns service uptime and timestamp. |
| POST |
/api/v1/extract /api/v1/extract |
Extracts structured data from a URL using the requested extraction type: `product`, `emails`, or `article`. The API tries static mode first, then falls back to browser mode when… |
| POST |
/api/v1/extract/auto /api/v1/extract/auto |
Detects whether the page is `product`, `article`, `emails`, or `unknown`, then returns extracted data for the detected type. |