Scrape Amazon Purchases ("Not Yet Shipped")
Shared by markteachtools
1
- 19x Installs
- 6 months ago
- Report abuse
Make sure you check the content of the workflow before executing it. And If you found something suspicious, report it.
If the workflow trigger is interval, on a specific date, keyboard shortcut, etc. To make it work, you need to open the workflow first and then click the save button.
Scrapes certain data such as date, cost, and order number from the Amazon orders under "Not Yet Shipped". Navigate to the "Not Yet Shipped" page and then execute this workflow to pull the orders data into a CSV output.
Workflow Table
Name | Type |
AmazonOrderNumber | string |
OrderDate | string |
TotalCost | string |
CustomerName | string |