Skip to content

[Feature Request] Simple Regex to scrape phone numbers

I would like to see this added in GSA Email Spider to improve the parsing of phone numbers. Currently, It's very weak.

I want to scrape any numbers that starts with : XYZ numbers
and is  X long.

Example : scrape any number that starts with 212 and is 11 digits long.

I guess this will make GSA Email spider a beast in Phone numbers scraping.

Thanks

Comments

  • SvenSven www.GSA-Online.de
    well you can tell it to parse for numbers starting with XYZ only if you disable all keywords for phone and add the number there. The length however must be of a certain length to be valid (handled internally).
Sign In or Register to comment.