Skip to content

Commit 4077b30

Browse files
committed
update readme
1 parent 6855e17 commit 4077b30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ $response = $scrapingBeeClient->blockAds()
4343
return $scrapingBeeClient->premiumProxy();
4444
})
4545
->jsonResponse()
46+
//->aiQuery('top 5 blog posts') // AI Query Feature!
47+
//->aiExtractRules(['title' => 'title of post', 'summary' => 'summary of post']) // AI Extract Feature!
4648
->jsScenario([
4749
['click' => '#button_id'],
4850
['wait' => 1000],

0 commit comments

Comments
 (0)