Ok.ru Scraper V2
--- 𝐎𝒂ᥢ✪𝓻 - 𝕋𝕒𝕚𝕝𝕠𝕣𝕖𝕕 𝕋𝕖𝕔𝕙 𝕊𝕠𝕝𝕦𝕥𝕚𝕠𝕟𝕤 𝕗𝕠𝕣 𝔼𝕧𝕖𝕣𝕪 𝔹𝕦𝕤𝕚𝕟𝕖𝕤𝕤 --- ---  ### 👥 OK.RU SCRAPER API Structured JSON access to one of Eastern Europe’s largest social networks. Extract users, groups, videos, albums, hobby feeds, games, and more with advanced filtering and pagination. Built for OSINT, social analytics, community…
Ok.ru Scraper V2 endpoints
| Method | Endpoint | Description |
|---|---|---|
| 🧐 Search | ||
| GET |
User Search /search/users |
Search OK.ru users using a text query and optional filters such as age, gender, online status, and relationship status. Pagination is cursor-based. |
| 💿 Albums | ||
| GET |
Album Detail /albums/{album_id} |
Fetches videos from a specific OK.ru album. - If `cursor` is **not provided**, the first chunk of the album is returned. - If `cursor` **is provided**, the next chunk of videos… |
| 🤸♀️ Hobbies | ||
| GET |
Hobby Feed /hobbies/hobbies/feed |
Hobby Feed |
| 👤 Users | ||
| GET |
User Groups /UserGroups/{user_id} |
Get list of groups that a user is member of / subscribed to. Supports pagination via ?page=2, ?page=3, ... |
| GET |
User Photos /UserPhotos/{user_id} |
User Photos |
| GET |
User Videos /UserVideos/{user_id} |
User Videos |
| GET |
User Friends /Userfriends/{user_id} |
User Friends |
| 👨👦👦 Groups | ||
| GET |
Group Topics /groups/topics |
Returns forum topics (posts) for the specified OK.ru group. Supports cursor-based pagination using the `cursor` parameter. If no cursor is provided, the first page of topics is… |
| GET |
Group Catalog /groups/catalog |
Fetch groups from the OK.ru public catalog. Supports pagination and category filtering via the `catalog_type` parameter. |
| GET |
Group Info /groups/info |
Returns basic information about an OK.ru group. This includes metadata such as title, description, members count, and other publicly available details. |
| GET |
Group Members /groups/members |
Returns a list of members for the specified OK.ru group. Supports cursor-based pagination. If `cursor` is not provided, the first page of members will be returned. |
| GET |
Group Videos /groups/videos |
Returns all videos from the specified OK.ru group. This corresponds to the **Videos** tab on the group page. Supports cursor-based pagination using the `cursor` parameter. |
| GET |
Group Photos /groups/photos |
Returns the photo stream for a specific OK.ru group. Supports cursor-based pagination using the `cursor` parameter. If no cursor is provided, the first page of photos is returned. |
| 📸 Videos | ||
| GET |
Related Videos /RelatedVideos/related |
Fetch related videos for a given OK.ru video. This endpoint uses OK.ru internal `videoRelatedCommand`. - `video_id` is required - `count` is optional (max 30) |
| GET |
Video Search /VideoSearch |
Search OK.ru for videos or video channels. Supports two modes: - **videos**: returns individual video items - **albums**: returns video albums Pagination is offset-based and… |
| GET |
Video Preview /VideoPreview/{video_id}/preview |
Fetch preview image/video URL for a given OK.ru video ID |
| GET |
Trending Videos /Trending/ |
Returns trending videos from OK.ru. This endpoint does NOT use traditional pagination. Use the `cursor` value returned in the response to load the next chunk. |
| 🎮 Games | ||
| GET |
Games List /Games/ |
Games List |
| GET |
Game Info /GameInfo/game-info |
Game Info |
| 🔥 Popular Apps / Services | ||
| GET |
Popular Apps /PopularApps |
Get list of popular mini-apps/services from OK.ru/services page. Supports pagination via ?page=2, ?page=3, ... |
| 🟢 Health | ||
| GET |
Ping / Health /ping |
Simple health check endpoint to verify the service is running. |
Ok.ru Scraper V2 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19.9 / month | 5 / minute |
|
| ULTRA | $59.9 / month | 15 / second |
|
| MEGA Recommended | $99.9 / month | 50 / minute |
|