API · /trovo-scraper

Trovo Scraper

no data yet 1 Subscribers

--- 𝐎𝒂ᥢ✪𝓻 - 𝕋𝕒𝕚𝕝𝕠𝕣𝕖𝕕 𝕋𝕖𝕔𝕙 𝕊𝕠𝕝𝕦𝕥𝕚𝕠𝕟𝕤 𝕗𝕠𝕣 𝔼𝕧𝕖𝕣𝕪 𝔹𝕦𝕤𝕚𝕟𝕖𝕤𝕤 --- --- ![Powered By](https://img.shields.io/badge/Powered%20By%20-Oanor-ADD8E6?style=flat) ### 🇷🇺 VK SCRAPER API Extract data from VK effortlessly — including people, communities, videos, posts, and clips — with a fast and reliable scraper API. Built for social media analytics, OSINT, influencer research, content aggregation, and Russian-speaking market intelligence platforms. ✔ Advanced multi-entity search ✔ Detailed user & community profiles ✔ Video & post extraction ✔ Fast, scalable & developer-friendly ### 🔎 WHAT YOU CAN DO - 🔍 **Advanced Search** — Search across all VK entities (people, videos, communities, etc.) - 👤 **User Profiles** — Retrieve detailed user information and activity - 🏘️ **Community Insights** — Access community details and wall posts - 🎬 **Video Content** — Get video metadata, clips, and discovery features ### 📦 MAIN ENDPOINTS **Search** - `/search` — Global all-in-one search - `/search/people` — Search for users - `/search/videos` — Discover videos - `/search/communities` — Explore groups & communities **People** - `/people` — User profile details - `/people/clips` — User short videos/clips - `/people/walls` — User wall posts **Community** - `/community` — Community details - `/community/walls` — Community posts & updates **Video** - `/video` — Video metadata and details ### 🎯 BUILT FOR - ✔ Social media monitoring & analytics - ✔ Influencer & creator discovery - ✔ Lead generation from VK activity - ✔ Trend monitoring in Russian-speaking markets - ✔ Content aggregation platforms - ✔ OSINT and investigative tools - ✔ Competitor research ━━━━━━━━━━━━ Extract. Analyze. Automate. Scale. Join our [**Telegram channel**](https://t.me/oanorcom) for updates, support, and discussion --- ▄︻デ╦═一━✷⌯⁍ 𝐎𝒂ᥢ✪𝓻 ❤︎ --- ---

api.oanor.com/trovo-scraper

API health

no data yet
Uptime
last 24h
Avg latency
last 7 days
Subscribers
1
active
Total calls
0
last 7 days

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 1,000 calls / month
  • 1 requests / second
  • Hard cap (429 above quota, no overage)
Sign in to subscribe

Built by

GET /api/search/games

Search games

Get first_page don't need session_id and for get other pages need session_id.

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/search/global

Global search

This endpoint for getting data from global search of trovo.live

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/search/lives

Search lives

Get first_page don't need session_id and for get other pages need session_id.

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/search/streamers

Search streamers

Get first_page don't need session_id and for get other pages need session_id.

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/search/teams

Search teams

Get first_page page_num=1 and for get other pages need page_num=etc.

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/games/

Retrieve list of games

Get first_page don't need session_id and page_num and for get other pages need session_id and page_num. You can sort the list by 'recommended' or 'views' (high to low).

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/games/{short_name}/clips

Retrieve game clips

Get first_page don't need session_id and for get other pages need session_id. You can sort the tab by 'recommended' or 'likes_desc' (high to low) or 'latest' (ones first).

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/games/{short_name}/live

Retrieve game lives

Get first_page don't need session_id and for get other pages need session_id. You can sort the tab by 'recommended' or 'views' (high to low) or 'new_streamers'.

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/streamers/{streamer_id}/detail

Retrieve streamer detail

For getting data of streamer detail, setting id of streamer that existing in streamers list data

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/streamers/{streamer_id}/{room_id}/detail

Retrieve streamer room detail

For getting data of streamer room detail, setting streamer_id and room_id that existing in streamer detail data

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/streamers/{streamer_id}/{video_room_id}/clips

Retrieve streamer videoroom clips

For getting data of streamer videoroom clips, setting streamer_id and room_id that existing in streamer detail data

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/streamers/{streamer_id}/{video_room_id}/past-streams

Retrieve streamer videoroom past_streams

For getting data of streamer videoroom past_streams, setting streamer_id and room_id that existing in streamer detail data

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/streamers/{streamer_id}/{video_room_id}/uploads

Retrieve streamer videoroom uploads

For getting data of streamer videoroom uploads, setting streamer_id and room_id that existing in streamer detail data

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /api/teams/{team_id}/detail

Retrieve team detail

For getting data of team detail, setting id of team that existing in teams list data

Playground

One free call per session — no key needed.

Parameters

Custom headers

GET /ping

Ping

Playground

One free call per session — no key needed.
Custom headers

Code snippets

Sign up to get an API key, then call any path under your slug.

curl https://api.oanor.com/trovo-scraper/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/trovo-scraper/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/trovo-scraper/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/trovo-scraper/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Documentation


𝐎𝒂ᥢ✪𝓻 - 𝕋𝕒𝕚𝕝𝕠𝕣𝕖𝕕 𝕋𝕖𝕔𝕙 𝕊𝕠𝕝𝕦𝕥𝕚𝕠𝕟𝕤 𝕗𝕠𝕣 𝔼𝕧𝕖𝕣𝕪 𝔹𝕦𝕤𝕚𝕟𝕖𝕤𝕤


Powered By

🇷🇺 VK SCRAPER API

Extract data from VK effortlessly — including people, communities, videos, posts, and clips — with a fast and reliable scraper API. Built for social media analytics, OSINT, influencer research, content aggregation, and Russian-speaking market intelligence platforms. ✔ Advanced multi-entity search ✔ Detailed user & community profiles ✔ Video & post extraction ✔ Fast, scalable & developer-friendly

🔎 WHAT YOU CAN DO

  • 🔍 Advanced Search — Search across all VK entities (people, videos, communities, etc.)
  • 👤 User Profiles — Retrieve detailed user information and activity
  • 🏘️ Community Insights — Access community details and wall posts
  • 🎬 Video Content — Get video metadata, clips, and discovery features

📦 MAIN ENDPOINTS

Search

  • /search — Global all-in-one search
  • /search/people — Search for users
  • /search/videos — Discover videos
  • /search/communities — Explore groups & communities

People

  • /people — User profile details
  • /people/clips — User short videos/clips
  • /people/walls — User wall posts

Community

  • /community — Community details
  • /community/walls — Community posts & updates

Video

  • /video — Video metadata and details

🎯 BUILT FOR

  • ✔ Social media monitoring & analytics
  • ✔ Influencer & creator discovery
  • ✔ Lead generation from VK activity
  • ✔ Trend monitoring in Russian-speaking markets
  • ✔ Content aggregation platforms
  • ✔ OSINT and investigative tools
  • ✔ Competitor research

━━━━━━━━━━━━

Extract. Analyze. Automate. Scale.
Join our Telegram channel for updates, support, and discussion


▄︻デ╦═一━✷⌯⁍ 𝐎𝒂ᥢ✪𝓻 ❤︎


Ratings

Sign in to rate.

No reviews yet.

Subscription active — calls can start immediately.

Send your first request —

Subscription active — copy a snippet and fire off your first call.