guzzlehttp/psr7 1.4.2 PSR-7 message implementation that also provides common utility methods
psr/http-message 1.0.1 Common interface for HTTP messages
serps/core v0.2.6 Search engine scrapper
serps/http-client-curl v0.2.2 CURL client for SERPS
serps/search-engine-google v0.2.4 Google Rules and client for SERPS
symfony/css-selector v3.4.6 Symfony CssSelector Component
I am parsing the natural results with ->getRealPosition()
Errors I get.
Notice: Undefined property: Serps\Core\Dom\NullDomNode::$parentNode in serp/vendor/serps/search-engine-google/src/Parser/Evaluated/Rule/Natural/Map.php on line 98
and also
Fatal error: Call to a member function getNodeValue() on null in serp/vendor/serps/search-engine-google/src/Parser/Evaluated/Rule/Natural/Map.php on line 98
URL that fails to parse
My Composer packages version
I am parsing the natural results with ->getRealPosition() Errors I get.