P
P
Pasha Kurbatsky2015-08-15 13:44:12
PHP
Pasha Kurbatsky, 2015-08-15 13:44:12

Is there an adequate film search parser?

Good day, there is a need to get a rating and description of films from film search. It was not possible to reach the administration and ask for api, so I'm looking for a parser. If there is a parser exclusively for rate and description, then it's just great. And so any worker, not particularly bulky, will do.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
Pasha Kurbatsky, 2015-08-15
@kurbpavel

Thank you for your participation in solving my problem, but as is often the case, help came from Google.
kparser.pp.ua

V
Vladislav Gaiduk, 2015-08-15
@Danan

rating.kinopoisk.ru/462666.xml

E
EvolDev, 2015-08-15
@EvolDev

https://github.com/paquettg/php-html-parser

$contents = $dom->find('.rating_ball')[1];
$rating = $content->innerHtml;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question