How scrap text with specific names?

lets say on my root, I select multiple links, and inside EVERY link, you have information on 4 people in random rows. How can I do it, so that it specifically only extracts information on a specific person by the name of Jeff Bezos? Currently if I select the 1st row, then the scrapper only scraps the first row, regardless if its Jeff in the first row in the later links.

@nhswordout Hi, try to apply an additional rule that the selector has to contain this 'keyword' using the jQuery selector - :contains()

Learn more: