serp-spider / core

:spider: The PHP SERP Spider - A search engine scraper
https://serp-spider.github.io/
Other
89 stars 44 forks source link

Just installed and configure Call to undefined method Serps\Core\Serp\ItemPosition::getType() #28

Closed Chitzi closed 7 years ago

Chitzi commented 7 years ago

As the example in README.

Uncaught Error: Call to undefined method Serps\Core\Serp\ItemPosition::getType()

gsouf commented 7 years ago

Hi @Chitzi

You are right the Readme is wrong and refers to an older unavailable method. The correct method is to use getTypes that will return an array of types or is. You have the full details here:

http://serp-spider.github.io/documentation/search-engine/google/parse-page/#natural-results

Thanks for repporting