Skip to content

Commit

Permalink
Update search_items_gar.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 authored May 2, 2024
1 parent 948d4bb commit fba402d
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions internet-item-price/alert_on_low_price/search_items_gar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,45 @@ search_items:
## You can set this to zeror/0 to disable this filter
low: 20
high: 35
- item: Nest Hub 2nd gen
## additional_title_filters are filters for the title after the search results has
## been returned. Sometimes google returns items that are not the exact match.
## The list here are "ANDs", all of them has to be found in the title of the
## resutlts.
additional_title_filters:
- 2nd gen
## The not_in_title list are filters that are used to filter out the results. This one has
## a list of words you do not want to see in the title of the results.
not_in_title:
- wyze
- echo
not_from_these_sellers:
- AliExpress.com
- Temu
price:
## If the price is lower than the "low", then filter it out
## Sometime if the price is too low, it is a scam or just not the product you want
## You can set this to zeror/0 to disable this filter
low: 20
high: 41
- item: Nest Hub Max
## additional_title_filters are filters for the title after the search results has
## been returned. Sometimes google returns items that are not the exact match.
## The list here are "ANDs", all of them has to be found in the title of the
## resutlts.
additional_title_filters:
- 2nd gen
## The not_in_title list are filters that are used to filter out the results. This one has
## a list of words you do not want to see in the title of the results.
not_in_title:
- wyze
- echo
not_from_these_sellers:
- AliExpress.com
- Temu
price:
## If the price is lower than the "low", then filter it out
## Sometime if the price is too low, it is a scam or just not the product you want
## You can set this to zeror/0 to disable this filter
low: 20
high: 41

0 comments on commit fba402d

Please sign in to comment.