<aside> 💡
このページの概要を一言で(この記事は〇分で読めます)
</aside>
基礎ガイド
操作マニュアル
トラブルシューティング
API活用ガイド
特定のクロール結果をダウンロードするための APIです
GET <https://app.shtockdata.com/api/v1/download/specific>
$ curl -GJO <https://app.shtockdata.com/api/v1/download/specific> \\
-d flow_id=flow-xxxxxxxx \\
-d execute_id=exec-xxxxxxxxxxxxxxxx \\
-d api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \\
application/zip, text/csv 等
※ パラメータの型はわかりやすくするためのものであり実際はすべて string である
flow_id
stringexecute_id
stringapi_key
stringZIP, CSV 等