OK.RU Groups Scraper 🔍 avatar
OK.RU Groups Scraper 🔍

Pricing

$19.99/month + usage

Go to Apify Store
OK.RU Groups Scraper 🔍

OK.RU Groups Scraper 🔍

Scrape detailed group information from OK.RU (Odnoklassniki) social network based on keywords. Extract group names, descriptions, member counts, tags, and more. Perfect for social media research and analysis.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Extract comprehensive group information from OK.RU (Odnoklassniki), one of the largest social networks in Russia and CIS countries.

🎯 Use Cases

  • Social media research and analysis
  • Competitor monitoring
  • Community engagement tracking
  • Market research in Russian-speaking regions
  • Influencer marketing research

✨ Features

  • Search groups by keywords
  • Extract detailed group information:
    • Group name and URL
    • Full description
    • Member count
    • Profile photo URL
    • Associated tags
    • Official verification status
    • Timestamp of data collection
  • Configurable maximum number of results
  • Built-in rate limiting and anti-blocking measures
  • Clean, structured JSON output

🔧 Input Parameters

ParameterTypeDescription
keywordsArrayList of keywords to search for groups
maxItemsNumberMaximum number of groups to scrape (default: 50)

💡 Tips

  • Use specific keywords for better results
  • Adjust maxItems based on your needs
  • Consider rate limits and platform policies
  • Results are sorted by relevance

📊 Limitations

  • Respects OK.RU's terms of service
  • Rate limiting applied to prevent blocking
  • Some groups might be private or restricted
  • Search results depend on OK.RU's algorithm

🚀 Getting Started

  1. Create a new task for the actor
  2. Set your search keywords
  3. Configure maximum items (optional)
  4. Run and collect results!

Input Example

A full explanation of an input example in JSON.

{
"keywords": [
"ai"
],
"maxItems": 50
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"keyword": "ai",
"name": "Аргументы и Факты – АиФ.ru",
"groupUrl": "https://ok.ru/aifru?st._aid=AltGroup_Visit_GroupsSearch",
"description": "Объясняем, что происходит. Рассказываем об удивительных людях. Отвечаем на вопросы.\n\nСайт https://aif.ru\nTelegram-канал https://t.me/aifonline\n\nВ группе действуют следующие правила:\n- запрещен спам, флуд, размещение рекламных объявлений, посторонних ссылок \n- запрещены призывы к разжиганию национальной, религиозной розни и т.п.\n- запрещено употребление нецензурной лексики, грубость в отношении других участников. За нарушение правил - бан.\n\nПроект Детская книга войны – http://dkv.aif.ru/\nАиФ.ru в Viber – https://vb.me/aif\n\nВключен в перечень каналов, зарегистрированных в РКН https://knd.gov.ru/license?id=673c8e406afad41667cf3420&registryType=bloggersPermission",
"photoUrl": "https://i.okcdn.ru/i?r=BYCBXYJ65aFleOOw8a23IBiyZTy-ZRD9PT1VA9bxfjsEYEgBML0tujRi29vIw8TyG8WQtL8wy8BxJUh-OoOO0euqhGhkln4x4XOiCLPsE7Rb2e89mCOGWsZNcSHZM1tcC9MaGlvxugOBekb8dDT679pWN8tcEYRhDAtFt-E1yRE8Wwc&dpr=2",
"participantsCount": 525000,
"tags": [
"ответы на вопросы",
"истории",
"ответы на каждый день",
"Исторические",
"аиф",
"аргументы и факты",
"новости"
],
"isOfficial": true,
"scrapedAt": "2025-02-09T06:41:56.014Z"
},
...
]