I have scraped all the url’s from a website, finally i want to select the url that contains (www.linkedin.com) , ¿how could i do it?
## Information on n8n setup
- **n8n version: 0.209.4**
- **Database you're using (default: SQLite):**
- **Running n8n with the execution process [own(default), ]:**
- **Running n8n via [desktop app]:**
It looks like you have the answer there, You already have the URLs so it would just be a case of looping over them to see if one contains linkedin.com. The example below will do this which should help.
Is the email a link or just text? You could probably change the if to look for anything that contains a regex pattern that matches an email address or look for something that contains @