We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904fb50 commit 176901cCopy full SHA for 176901c
src/LaravelScrapingBeeGoogleSearch.php
@@ -89,6 +89,7 @@ public function device(string $device): self
89
/**
90
* https://www.scrapingbee.com/documentation/google/#nb_results
91
*/
92
+ #[\Deprecated]
93
public function nbResults(int $count): self
94
{
95
$this->params['nb_results'] = $count;
0 commit comments