Sometimes when I am scraping certain websites, some of the data would be in a different spot depending on different factors.
One example:
if it's an Organization or Individual, or if they have a Legal Business Name & Doing business as another (same with parent companies) things are categorized differently and are in different spots making it hard to scrape (lots of regex).
It would be nice just to have some run if this element is there do this, if not this.
Also could you add a field for each selector to have a default text if null?
If I am scraping multiple things on a page, I might need to go back and either delete all the nulls, change all the nulls in 1 field to something else, or do both at the same time.
It would be a lot easier if we could specify the null text at the selector level.
Thanks