How to query R
ussian Wikipedia
with AgentQL

Looking for a better way to query Russian Wikipedia? Say goodbye to fragile XPath or DOM selectors that easily break with website updates. AI-powered AgentQL ensures consistent data querying across various platforms, from Russian Wikipedia to any other website, regardless of UI changes.

Not just for Russian Wikipedia

Smart selectors work anywhere

https://ru.wikipedia.org

URL

Input any webpage.

{
  title
  main_content
}

Query

Describe data in natural language.

{
  "title": "\u0412\u0438\u043a\u0438\u043f\u0435\u0434\u0438\u044f",
  "main_content": "\u0412\u0438\u043a\u0438\u043f\u0435\u0434\u0438\u044f \u2014 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u0430\u044f \u043c\u043d\u043e\u0433\u043e\u044f\u0437\u044b\u0447\u043d\u0430\u044f \u043e\u043d\u043b\u0430\u0439\u043d-\u044d\u043d\u0446\u0438\u043a\u043b\u043e\u043f\u0435\u0434\u0438\u044f, \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0435\u043c\u0430\u044f \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e \u0443\u0441\u0438\u043b\u0438\u044f\u043c\u0438 \u0434\u043e\u0431\u0440\u043e\u0432\u043e\u043b\u044c\u0446\u0435\u0432 \u0441\u043e \u0432\u0441\u0435\u0433\u043e \u043c\u0438\u0440\u0430."
}

Returns

Receive accurate output in seconds.

How to use AgentQL on Russian Wikipedia

A dotted lineA blue lineA blue line
1

Install the SDK

Install code for JS and Python

npm install agentql

pip3 install agentql

2

Test and refine

Use the query debugger

3

Run your script

Install code for both JS and Python

agentql init

python example.py

Get started

Holds no opinions on what’s and how’s. Build whatever makes sense to you.