Hello, I am trying to scrape a list with that contains a keyword in it. The text I scrape is not always in the same place and therefore needs to know to scrape only the text with the keyword in it. The keyword should only be scraped for the text if it contains "AVAILABLE DATE" in the list. Please let me know how I can do this. Thank you.
Url: the url is login in and can't list it here.
Sitemap:
{"_id":"alliance_preorders","startUrl":["https://webami.aent.com/collectibles-new-pre-orders/b238479?az=47-14132#!?pagenum=[1-5]"],"selectors":[{"id":"product-links","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.aec-listlink","multiple":true,"delay":0},{"id":"available-date","type":"SelectorText","parentSelectors":["product-links"],"selector":".primaryinfo-holder li:nth-of-type(6)","multiple":false,"regex":"","delay":0},{"id":"product-id","type":"SelectorText","parentSelectors":["product-links"],"selector":"span#aec-li-product_id","multiple":false,"regex":"","delay":0}]}