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 6855e17 commit 4077b30Copy full SHA for 4077b30
README.md
@@ -43,6 +43,8 @@ $response = $scrapingBeeClient->blockAds()
43
return $scrapingBeeClient->premiumProxy();
44
})
45
->jsonResponse()
46
+ //->aiQuery('top 5 blog posts') // AI Query Feature!
47
+ //->aiExtractRules(['title' => 'title of post', 'summary' => 'summary of post']) // AI Extract Feature!
48
->jsScenario([
49
['click' => '#button_id'],
50
['wait' => 1000],
0 commit comments