Spider questions

I have two question regarding the Spider:

I want to scrape websites for contact emails and only want the URLs that contain an email to be listed. Is this possible?

Is it possible to scrape websites for keywords? For example, I would like only URLs with content containing careers/jobs and a keyword to be listed.

Thanks !

This is not possible directly in the Spider, but you can extract the text/html and apply filters on emails/keywords afterwards.