K
K
Kirill Gorelov2016-06-20 00:37:44
PHP
Kirill Gorelov, 2016-06-20 00:37:44

How to parse a site according to certain criteria?

Hello.
How to parse a site according to certain criteria?
For example, there is a site fl.ru, choosing the necessary fields, nothing is displayed in the get parameters.
And there are many such sites.
How to parse such sites if there are no get parameters?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Egor, 2016-06-20
@egormmm

For parsing, you need to:
a) get the desired page
b) extract the required data from it
c) do something with this data, for example, save it to the database.
And what does get fields have to do with it (and what is it in general)?
Take the link, download it to your file. In this file, extract the data, and do with it what you need.

T
TheInvisible, 2016-06-20
@TheInvisible

Judging by the question, Ajax loading is used.
For example, open firebug in Mozilla, see where the requests went when you click on checkboxes or other elements on the site.
Take the received url addresses, and parse.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question