search-engine-google icon indicating copy to clipboard operation
search-engine-google copied to clipboard

:spider: Google client for SERPS

Results 40 search-engine-google issues
Sort by recently updated
recently updated
newest added

Indicated the new reference point for `title` and `description` for a classic result.

**URL:** https://www.google.com/search?q=download+youtube+thumbnail **Expected:** Correct parsing **What I'm getting:** Unable to check javascript status. Google DOM has possibly changed and an update may be required. The HTML is OK and I...

Every query is returning blank result... There was a DOM change?

If I'm not mistaken, Google has changed id name of total result from #resultStats -> #result-stats, so this patch will fix it. --- This change is [](https://reviewable.io/reviews/serp-spider/search-engine-google/128)

Hi guys how are you? Recently i've received a big demand of words to process on google and Im facing some problems. Doing one request per minute, google has blocked...

help wanted

`$dom->cssQuery('#lu_map', $node)->item(0)` may get null. Check existences before access parent node.

[Google search for: printers north shields](https://www.google.co.uk/search?biw=1792&bih=1009&sxsrf=ALeKk008k7Vzn4mXHqS1WQTk-0Uv11Mf8w%3A1582281038068&ei=TrFPXpfrA_HGxgPRmajgAg&q=printers+north+shields&oq=printers+&gs_l=psy-ab.3.1.35i39j0l4j0i67j0l3j0i67.4569.5457..6941...0.0..0.98.891.10......0....1..gws-wiz.......0i273j0i131j0i20i263.TMhSnvi6X4Q) Returns an element I can't find any documentation on, screen shot below, any ideas on where I could fid documentation on this / how...

> "Access to property $title on an unknown class Serps\Stubs\RelatedSearch" I get e.g. with PHPStan (or rather, [Larastan](https://github.com/nunomaduro/larastan)) See PR: #125