HTML Tables Extractor
The HTML Tables Extractor API allows developers to buuild applications that extract tables from webpages. The API has two end points. One is a health check. If API is healthy the health check will return 200 (OK) and the output : { "message": "Tableapi is healthy!" } The other is will return tables from the website given by the "url" query parameter in the file format given by the "format" query…
HTML Tables Extractor endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Tables /table |
Returns tables from the website given by the "url" query parameter in the file format given by the "format" query parameter. The format parameters available are "csv", "excel",… |
| GET |
Health Ckeck /healthcheck |
If API is healthy will return 200 (OK) and the output : { "message": "Tableapi is healthy!" } |
HTML Tables Extractor pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $15 / month | 12 / minute |
|