Urls I referenced in the video: Regex Library - http://www.regxlib.com Scrape Links by Crawling a Site Video - https://youtu.be/Jjsw_OJE0LY
Scrapebox 2.0 allows you to scrape phone numbers from urls / websites. You do need the list of urls to load in that have the actual phone numbers on them that you want to grab. So if you do not have this you can get it a couple of ways.
You can use the grab urls by crawling a site function. You can use the link extractor addon and keep extracting internal urls and feeding the results back in and extract internal again.
Either of these methods will get you the urls and then you can use Regex to specify the phone number format and then scrape the phone numbers. This could also be used to grab other data from websites, although Scraperbox now has a separate function for that as well. |
No comments:
Post a Comment