S
S
Symer2017-04-24 21:50:34
Python
Symer, 2017-04-24 21:50:34

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

3 answer(s)
D
Dimonchik, 2017-04-25
@dimonchik2013

Scrapy

S
Scronheim, 2017-04-25
@scronheim

There is an excellent python parser beautifulsoup4 (python3)

A
Alexander, 2017-05-04
@Survtur

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 your question

Ask a Question

731 491 924 answers to any question