brandon93s/html-table-to-json
Generate JSON representations of HTML tables
This tool helps web developers and data engineers transform tabular data embedded within HTML snippets into a structured JSON format. You provide an HTML string containing one or more tables, and it outputs a JSON object where each table's rows are represented as an array of key-value pairs (using table headers as keys). This is ideal for anyone needing to extract and process data from web pages programmatically.
No commits in the last 6 months. Available on npm.
Use this if you need to programmatically extract structured data from HTML tables to use in other applications or for further processing.
Not ideal if you need a full-fledged web scraping solution for complex sites or if you are not comfortable working with code.
Stars
41
Forks
9
Language
JavaScript
License
MIT
Category
Last pushed
Aug 30, 2020
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/brandon93s/html-table-to-json"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.