J
J
jamster2018-06-05 21:35:38
PHP
jamster, 2018-06-05 21:35:38

Parsing the base of more than a million positions, how to do?

Actually, there is a site with a database of more than a million positions, it is necessary to transfer it to a new site, what is the best way to do it?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Nizhny Novgorod, 2018-06-06
@Terras

If they do not have parsing protection, then write a regular parser that iterates over all positions. Be sure to observe timeouts, be sure to give adequate user-agent, be sure to handle exceptions. If there is some kind of protection, then you already have to go out with all sorts of captcha recognition libraries, an action emulator, and so on.

I
Ilya, 2018-06-05
Hrebet @hrebet

What format are these items in? Is it something to do with the database? Use its transfer mechanisms.

D
Dmitry Polyansky, 2018-06-05
@git507

AftParser (free) or Datacol (paid).

S
Sergey, 2018-06-05
@butteff

php simple html dom parser

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question