Detecting changes in ICIMS jobs website pages? #2783
-
I have Change Detector hosted locally in a docker container, running every 6 hours to check jobs sites of specific target companies for any newly opened jobs in my area of expertise. For the most part, it's amazing, thank you! The one problem I've run into is with the company SAS which uses ICIMS for their job listings. I can load the URL fine in my browser. I look at the screenshot in the history (Chrome browser) and it looks fine, same as in my browser. I have an "extract text" filter of "/.product./" to only show lines that have my target job title in them. However, when I look a the text, it only shows matches for "Product" strings I don't even see in the page. It doesn't match any of the job titles in the page at all. This is a local instance behind my firewall so not accessible for sharing links to the job. If there's a way way to export the settings to include here, please let me know. Anyone have any experience with this? Any suggestions for ways to get around it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I think one of the problems with that site is the careers stuff is "hidden" in an iframe. So changedetection is going to struggle with that as far as my noob brain understands. Guessing you'll need to figure out how to break the iframe out of the site or a way to target the iframe directly. |
Beta Was this translation helpful? Give feedback.
-
https://changedetection.io/share/EdRF99eWZNMa simple GET request. |
Beta Was this translation helpful? Give feedback.
https://changedetection.io/share/EdRF99eWZNMa
https://globalcareers-sas.icims.com/jobs/search?ss=1&searchKeyword=%22product+manager%22&searchRelation=keyword_all&in_iframe=1
simple GET request.
copy browser headers from the original website and paste into request headers.
Filters: //*[contains(@Class, 'iCIMS_JobsTable')]