HTML Table Extractor — Clean Rows from Any Table avatar

HTML Table Extractor — Clean Rows from Any Table

Pricing

from $1.00 / 1,000 results

Go to Apify Store
HTML Table Extractor — Clean Rows from Any Table

HTML Table Extractor — Clean Rows from Any Table

Turn every <table> on a page into clean rows of objects keyed by real headers — handling thead/th, header-row fallback, and colspan. One row per table-row or one row per table. Per-URL reporting.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

alaudin burki

alaudin burki

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Turn every

on a page into clean rows of objects keyed by real headers — handling thead/th, header-row fallback, and colspan. One row per table-row or one row per table. Per-URL reporting.

Built reliability-first: every row reports what was found and what was missing — you never get a silent blank, and a run summary tells you exactly what happened.

What you get

Returns one clean, structured row per result. Every row reports its own status so you never get a silent blank.

How to use it

  1. Fill in the input (see the example below).
  2. Run it once for a snapshot, or schedule it to keep the data fresh.
  3. Export to CSV/JSON/Excel, or push straight to Google Sheets, Notion, Airtable, Zapier, Make, or n8n.

Input

{
"urls": [
{
"url": "https://en.wikipedia.org/wiki/List_of_largest_companies_by_revenue"
}
],
"output": "rows",
"minRows": 1,
"useProxy": false,
"maxConcurrency": 10
}

Sample output

[
{
"result": "example",
"status": "ok",
"scrapedAt": "2026-09-03T09:00:00.000Z"
}
]

Typical uses

  • Wikipedia / reference data — pull ranked lists, specs, standings into CSV.
  • Financial / stats pages — grab data tables without hand-writing selectors.
  • Feed a pipeline — extract → convert (Format Converter) → export (Sheets/Notion).

Pricing

$1.00 / 1,000 results ($0.001 per result), plus a near-zero start fee. You are never charged beyond your limit, and blocked or failed items are reported honestly — not billed as data.

FAQ & limitations

  • Public data only — no login walls, no cookies required.
  • Rate limits on the source may require the proxy or a retry on very large pulls.
  • Every row reports its own status, so partial results are always labeled, never faked.
  • Integrations: output works with Zapier, Make, n8n, and any webhook via Apify's integrations.
  • Formats: results export as JSON, CSV, Excel, or HTML from the dataset.
  • Portfolio Health Monitor
  • Format Converter
  • URL Metadata Extractor