Recipes / Table Extractor
📊

Table Extractor

Extract table data from a page as structured JSON.

extract by bix
▶ Use this recipe Sign up free

Perfect for

Configuration

URL required
url
Table selector default: table
css-selector

Output

rows

Array of row objects

json
headers
json
row_count
number

How to use

1.

Click "Use this recipe" above (or run via CLI/API)

2.

Fill in the required fields (just a url)

3.

Run now for instant results, or schedule it to run automatically

CLI

$ bix recipes run table-extractor --url https://example.com

Related recipes