Scrape text in random position

Hello again and thank you for your browser-based scraping tool.

I'm trying to scrape a simple social site with a field 'Date Joined' placed somewhat randomly in each profile.

Is there a way to say "scrape only text containing January to December" ...?

Alternatively I'll have to scrape the whole lot and do some kind of searching in Excel ... :man_shrugging:

Thank you in advance for any advice :100:

Edit - looks like a Regex option can be used. But then how to configure the selector - does one just type in the appropriate syntax - not sure how to do this - instead of the regular point and click approach?

Also I can't find the documentation for the exact format of the text selector - the syntax, brackets, punctuation, etc?

The site to be scraped requires a membership which doesn't help either. Thanks!

Hi,

You can try the JQuery :contains('ABC')

Check the articles below for more information
jQuery Selectors
Selectors | jQuery API Documentation

Thanks I'll try it :white_check_mark::100: