Categories
There is a task to collect contacts from different sites, phone numbers, etc. How to implement it?
Is it possible to implement using parsing, scripts in Python? If so, how?
Answer the question
In order to leave comments, you need to log in
Scrapy
There is an excellent python parser beautifulsoup4 (python3)
1) load the page 2) search for phone numbers and emails with regexp 3) search for links like "contact", "connection" and parse those pages too
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question