Spidra has always used AI to power element finding and page interaction. Previously you had to enable this explicitly with an aiMode flag in your API requests or toggle it in the Playground. That is no longer the case. Every scrape now runs with full AI automation by default.
Natural language selectors work out of the box. You can describe elements in plain English and Spidra will find them, regardless of their CSS class or ID. If you had "aiMode": true in your API requests, you can safely remove it.
Playground improvements
The operation builder in the Playground has a redesigned action dropdown and a per-URL AI/CSS toggle, so you can choose between natural language and CSS selectors for each URL independently.

Read more in the Playground docs.
