{"id":15794222,"url":"https://github.com/paulvollmer/htmltable2csv","last_synced_at":"2025-10-26T11:05:07.883Z","repository":{"id":39620148,"uuid":"149100206","full_name":"paulvollmer/htmltable2csv","owner":"paulvollmer","description":"htmltable2csv is a tool to parse a html table and store the data as csv. It can be written to a file or print out to stdout","archived":false,"fork":false,"pushed_at":"2023-09-01T18:28:50.000Z","size":68,"stargazers_count":5,"open_issues_count":7,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-04T23:41:20.880Z","etag":null,"topics":["csv","data-mining","html-table","html-tables","scraper"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulvollmer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["paulvollmer"]}},"created_at":"2018-09-17T09:21:22.000Z","updated_at":"2023-08-24T15:44:51.000Z","dependencies_parsed_at":"2024-06-20T12:08:27.743Z","dependency_job_id":null,"html_url":"https://github.com/paulvollmer/htmltable2csv","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulvollmer%2Fhtmltable2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulvollmer%2Fhtmltable2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulvollmer%2Fhtmltable2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulvollmer%2Fhtmltable2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulvollmer","download_url":"https://codeload.github.com/paulvollmer/htmltable2csv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243600596,"owners_count":20317305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","data-mining","html-table","html-tables","scraper"],"created_at":"2024-10-04T23:40:46.309Z","updated_at":"2025-10-26T11:05:02.844Z","avatar_url":"https://github.com/paulvollmer.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://fonts.gstatic.com/s/i/materialicons/business/v1/24px.svg\" height=\"96\"/\u003e\n  \u003ch3 align=\"center\"\u003e\n    htmltable2csv\n  \u003c/h3\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ccode\u003ehtmltable2csv\u003c/code\u003e is a tool to parse a html table and store the data as csv, written to a \u003ccode\u003efile\u003c/code\u003e or print to \u003ccode\u003estdout\u003c/code\u003e.\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/paulvollmer/htmltable2csv/actions?query=workflow%3ACI\"\u003e\u003cimg alt=\"CI\" src=\"https://github.com/paulvollmer/htmltable2csv/workflows/CI/badge.svg\"\u003e \u003c/a\u003e\n    \u003ca href=\"https://github.com/paulvollmer/htmltable2csv/releases\"\u003e\u003cimg alt=\"Software Release\" src=\"https://img.shields.io/github/v/release/paulvollmer/htmltable2csv.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"/LICENSE\"\u003e\u003cimg alt=\"Software License\" src=\"https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n---\n\n## Installation\n##### Using go get\n```\ngo get -u github.com/paulvollmer/htmltable2csv\n```\n\n##### Using homebrew\n```\nbrew install paulvollmer/tap/htmltable2csv\n```\n\n##### Manually\nDownload your preferred flavor from the [releases page](https://github.com/paulvollmer/htmltable2csv/releases) and install manually.\n\n## Usage\n```\nUsage: htmltable2csv [flags]\n\nFlags:\n  -csv string\n    \tThe csv filename. if empty, print csv to stdout\n  -selector string\n    \tThe table css selector\n  -source string\n    \tThe filepath or website url\n  -start int\n      The row to begin data result\n  -stop int\n      The row to end data result\n  -trim\n    \tTrim the whitespace for each table column\n  -v\tPrint the version and exit\n\nExamples:\n  htmltable2csv \\\n  -source 'https://www.w3schools.com/html/html_tables.asp' \\\n  -selector '#customers \u003e tbody \u003e tr' \\\n  -csv data.csv \\\n  -start 0 \\\n  -stop 3\n```\n\n## License\n[MIT License](LICENSE)\n","funding_links":["https://github.com/sponsors/paulvollmer"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulvollmer%2Fhtmltable2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulvollmer%2Fhtmltable2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulvollmer%2Fhtmltable2csv/lists"}