S
S
StrangeAttractor2014-10-20 14:53:47
data mining
StrangeAttractor, 2014-10-20 14:53:47

Is there any special tool for web scraping?

I want to parse several sites (including both simple news sites and more complex ones) just for myself. Usually I solve such problems completely stupidly with my code, which I write from scratch for each such task, but then it became interesting: is there some kind of library specifically for this?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2014-10-20
@jooow

Used simplehtmldom.sourceforge.net , convenient.

P
postgree, 2014-10-27
@postgree

PhantomJS - I use it for parsing one-page sites, etc. You can not reverse JS.

V
Valentine, 2014-10-20
@vvpoloskin

Every programming language has libraries for handling the DOM. For example, in python, there is dom.minidom and beutifulsoup for this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question