Amazonで購入した作品のリストを入手したい
背景
過去買った作品を読むために漁りたい
が、Kindle Cloud Readerは検索が弱いし、ウェブの検索履歴から探すのもだるい
たとえばテキストのリストを入手できたりしない?
解法
データリクエストからcsvを入手できる
(APIは一般利用者には開放されてなくて使えない)
https://gyazo.com/2e1552971049b477dd960730aa6fcd94
https://gyazo.com/12a68868a07172a336af664cb8b3d521
リクエストは1日以内に届くと思うsta.icon
code:該当ファイル
Your Orders\Digital-Ordering.3\Digital Items.csv
code:csvヘッダ
ASIN,ProductName,OrderId,DigitalOrderItemId,DeclaredCountryCode,BaseCurrencyCode,FulfilledDate,IsFulfilled,Marketplace,OrderDate,OriginalQuantity,OurPrice,OurPriceCurrencyCode,OurPriceTax,OurPriceTaxCurrencyCode,SellerOfRecord,Publisher,ThirdPartyDisplayPrice,ThirdPartyDisplayCurrencyCode,ListPriceAmount,ListPriceCurrencyCode,ListPriceTaxAmount,ListPriceTaxCurrencyCode,GiftItem,OrderingCustomerNickname,GiftCustomerNickname,GiftMessage,GiftEmail,RecipientEmail,GiftRedemption,ItemMergedFromAnotherOrder,QuantityOrdered,ItemFulfilled,ShipFrom,ShipTo,IsOrderEligibleForPrimeBenefit,OfferingSKU,FulfillmentMobileNumber,RechargeAmount,RechargeAmountCurrencyCode,SubscriptionOrderInfoList,PreviouslyPaidDigitalOrderItemId,PreviouslyPaidOrderId,InstallmentOurPrice,InstallmentOurPricePlusTax,DigitalOrderItemAttributes,InstallmentOurPriceCurrencyCode,InstallmentOurPricePlusTaxCurrencyCode
ProductNameを取り出せばいい
Done
https://gyazo.com/43a8197dd208db8ef12f4f5a3b4da1e2
これでテキストエディタで開いて自由に眺めたり検索できたりできる