Skip to content

Instantly share code, notes, and snippets.

@nrm176
Last active July 26, 2020 07:38
Show Gist options
  • Save nrm176/95b70cc73afee186cf737fb3711c51fb to your computer and use it in GitHub Desktop.
Save nrm176/95b70cc73afee186cf737fb3711c51fb to your computer and use it in GitHub Desktop.

税関別品別国別表

URLより

下記スニペットをChrome DevToolで実行

Array.from(document.querySelector('div.stat-dataset_list').querySelectorAll('li.stat-dataset_list-detail-item > div div:nth-child(4) > a:nth-child(1)')).map((e)=>{return e.href})

csvファイルがダウンロードできるurlを取得する。

@nrm176
Copy link
Author

nrm176 commented Jul 26, 2020

Screen Shot 2020-07-26 at 16 36 37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment