-
-
Notifications
You must be signed in to change notification settings - Fork 36
Usecase Amazon
Rello edited this page Mar 15, 2021
·
1 revision
monitor the price of a product on Amazon and display in a timeline report
- Type: Internal Database
- Datasource:
HTML Grabber - URl:
https://www.amazon.com/Seagate-IronWolf-10TB-Internal-Drive/dp/B085ZB51HW - regex:
/<span id=\"(?<dimension>.*)block_ourprice\".*>\$(?<value>.*)<\/span>/ - Timestamp of dataload:
true - Delete data before load:
no
monitor the sales rank of a product on Amazon and display in a timeline report
- Type: Internal Database
- Datasource:
HTML Grabber - URl:
https://www.amazon.com/Seagate-IronWolf-10TB-Internal-Drive/dp/B085ZB51HW - regex:
/<span id=\"(?<dimension>.*)block_ourprice\".*>\$(?<value>.*)<\/span>/ - Timestamp of dataload:
true - Delete data before load:
no