Ebay: "Extract text" and "trigger text" when using on "each row" of pages (like a list of results) #1351
Replies: 8 comments 3 replies
-
Hmm two important things tho
Without the extract text
With the extract text
Looks like the first result is matching but continuing over, so maybe the problem is that multiline is enabled
|
Beta Was this translation helpful? Give feedback.
-
@b4bbuilder so when I use that regex on the regex tester, it does exactly as I predicted |
Beta Was this translation helpful? Give feedback.
-
@b4bbuilder can you explain exactly what the goal of your regex is? what exactly is your watch meant todo? you want to extract lines that only mention the word |
Beta Was this translation helpful? Give feedback.
-
@dgtlmoon I want to be able to ignore a word and have the link be ignored as well. I do not want to extract any text I am just pointing out that when using the regex for that purpose it works how I would like the "ignore text" to work. In the example below I would like to ignore the term "Apple iPhone XR" and have the regex ignore the whole block. This way anytime an Apple iPhone XR is listed for sale a change detection will not be triggered. Currently, if I simply add "Apple iPhone XR" to "ignore text" it will only ignore the one line and anytime a new "Apple iPhone XR" is listed for sale the link that goes with it will still trigger a change detection. The two example below showcase how I would like the regex to work: Before adding "Apple iPhone XR" plus the regex to "ignore text": After adding "Apple iPhone XR" plus the regex to "ignore text": Note that your examples above do not include the links which is why the regex is not working as I intend it to. |
Beta Was this translation helpful? Give feedback.
-
hmm what about turn off the link rendering then? |
Beta Was this translation helpful? Give feedback.
-
@dgtlmoon The items I intend to search have 30,000+ listings. Currently in order to find added items I would have to copy and paste the title into the search bar which I would prefer to avoid. |
Beta Was this translation helpful? Give feedback.
-
so your goal is
right? |
Beta Was this translation helpful? Give feedback.
-
@dgtlmoon I do not want to match a specific keyword. I want to use eBay's "search title and description" functionality which will provide results that will not always match a keyword. That said my goal is as follows: -Search anything on eBay -Exclude words from causing a change detection -When an item is listed that does not contain an excluded word, send the item title and link eBay actually already has this functionality but for whatever reason caps the number of words you can exclude to like twenty when I need to ignore far more. |
Beta Was this translation helpful? Give feedback.
-
I want to use eBay's "search title and description" functionality which will provide results that will not always match a keyword. That said my goal is as follows:
-Search anything on eBay
-Exclude words from causing a change detection
-When an item is listed that does not contain an excluded word, send the item title and link
eBay actually already has this functionality but for whatever reason caps the number of words you can exclude to like twenty when I need to ignore far more.
Beta Was this translation helpful? Give feedback.
All reactions