Discover/pikabu.ru API
live

pikabu.ru APIpikabu.ru

Access hot, best, fresh, and community posts from Pikabu.ru. Retrieve full comment trees, story metadata, and user profiles via 6 structured endpoints.

Endpoints
6
Updated
3mo ago
Try it
Page number for pagination.
api.parse.bot/scraper/15bb8749-79ec-4bca-a111-3d4355ced922/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/15bb8749-79ec-4bca-a111-3d4355ced922/get_hot_posts?page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Get trending/hot posts from the homepage feed. Returns paginated results with story metadata including title, author, rating, and comments count.

Input
ParamTypeDescription
pageintegerPage number for pagination.
Response
{
  "type": "object",
  "fields": {
    "stories": "array of story objects with keys: id, title, url, author, timestamp, rating, comments_count, tags, content_preview"
  },
  "sample": {
    "data": {
      "stories": [
        {
          "id": "13969743",
          "url": "https://pikabu.ru/story/istoricheskaya_data_13969743",
          "tags": [],
          "title": "Историческая дата",
          "author": "TwoMoons",
          "rating": "10707",
          "timestamp": "2026-05-13T16:00:03+03:00",
          "comments_count": 769,
          "content_preview": "13 мая 2025 года..."
        }
      ]
    },
    "status": "success"
  }
}

About the pikabu.ru API

The Pikabu.ru API exposes 6 endpoints covering trending posts, community feeds, full story content, and user profiles from one of Russia's largest community platforms. The get_story_details endpoint returns complete comment trees with parent–child relationships, Cyrillic-encoded text, author info, and per-comment ratings alongside the story's full HTML body — data that is otherwise difficult to extract reliably at scale.

Feed Endpoints

Three endpoints cover Pikabu's main content feeds. get_hot_posts returns the current trending feed, get_best_posts returns the top-rated feed, and get_fresh_posts returns the newest posts. All three are paginated via an integer page parameter and return arrays of story objects sharing the same shape: id, title, url, author, timestamp, rating, comments_count, tags, and content_preview. Note that page 1 of get_best_posts and get_fresh_posts may intermittently return upstream errors; pages 2 and above are reliable for polling.

Community and Story Detail Endpoints

get_community_posts accepts a required community_slug parameter matching the slug as it appears in the Pikabu URL (for example cats or reddit). Passing an invalid slug will propagate an upstream error, so slugs should be validated before use. get_story_details takes either a full story URL (https://pikabu.ru/story/<slug>) or a numeric story ID and returns the richest response in the API: full_content_html for the complete story body, plus a flat comments array where each entry carries id, parent_id, author, author_id, timestamp, rating, text, and indent — enough to reconstruct the full comment hierarchy client-side.

User Profile Endpoint

get_user_profile accepts a username string and returns a stats object containing rating, posts, comments, subs, and user_id (all as strings), plus the canonical url for the profile. This is useful for tracking author credibility or building user-level aggregations across scraped stories.

Encoding and Reliability Notes

All text content, including comment bodies and tags, is returned with correct Cyrillic encoding. Comment trees are returned as flat arrays with parent_id and indent fields to indicate depth, rather than nested objects, so tree reconstruction is the caller's responsibility.

Common use cases
  • Monitor trending Russian-language discussions by polling get_hot_posts and tracking rating and comments_count over time
  • Build a community digest tool that aggregates posts from specific Pikabu communities using get_community_posts with varying community_slug values
  • Reconstruct full comment threads from get_story_details using parent_id and indent fields for sentiment or discourse analysis
  • Profile Pikabu authors by combining get_user_profile stats (posts, rating, subs) with their stories from the feed endpoints
  • Track tag usage and content trends across get_best_posts pages by aggregating the tags arrays returned in story objects
  • Feed a translation or language-learning tool with authentic Russian community content from full_content_html and comment text fields
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Pikabu have an official public developer API?+
Pikabu does not publish an official public developer API or developer documentation for third-party access to its content.
What exactly does get_story_details return for comments?+
get_story_details returns a flat array under the comments key. Each comment object includes id, parent_id, author, author_id, timestamp, rating, text, and indent. To reconstruct the tree, group by parent_id or use the indent value as a depth indicator. The endpoint also returns full_content_html for the story body, tags, rating, and comments_count.
Are there known reliability issues with any endpoints?+
Yes. Page 1 of both get_best_posts and get_fresh_posts may intermittently return server errors due to upstream behavior on Pikabu's side. Pages 2 and higher return reliably. If you need page-1 content from these feeds, implement retry logic or fall back to get_hot_posts.
Can I search for posts by keyword or filter by date range?+
Not currently. The API covers feed-based retrieval (hot, best, fresh, community) and direct story or user lookup. There is no keyword search or date-range filter parameter across any endpoint. You can fork this API on Parse and revise it to add a search endpoint if that capability is needed.
Does the API return media attachments like images or videos from posts?+
Media is not returned as structured fields. Story objects include content_preview (text) and full_content_html (raw HTML of the story body), so embedded image or video URLs may appear within the HTML but are not parsed into separate response fields. You can fork this API on Parse and revise it to extract and surface media URLs as structured data.
Page content last updated . Spec covers 6 endpoints from pikabu.ru.
Related APIs in Social MediaSee all →
xiaohongshu.com API
Retrieve detailed post content and user profile information from Xiaohongshu, including captions, images, engagement metrics, and creator details. Access public note data and creator profiles to research trending content and user activity on the platform.
servers-frontend.fivem.net API
Retrieve live details for a FiveM server by its CFX join code, including status, player list, resources, configuration variables, owner info, and connection endpoints.
tokscript.com API
Fetch timestamped transcripts of TikTok videos along with video metadata, author information, and engagement statistics to analyze content and search by spoken words. Get accurate speech-to-text conversions with precise timing for every segment in a video.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
op.gg API
Look up detailed League of Legends and TFT player statistics, match history, and champion performance data to analyze gameplay and track competitive standings. Search summoner profiles, review leaderboards, and monitor how specific champions perform across different skill levels.
metacareers.com API
Search and browse Meta job openings across all departments and locations. Filter by keyword, experience level, or role category — including University Graduate and AR/VR specializations — and retrieve comprehensive details for each listing, including job description, requirements, salary range, and application link.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
library.tiktok.com API
Search TikTok's Commercial Content Library to discover ads by company name or keyword, then view detailed information like creative format, scheduling dates, audience targeting, and video thumbnails. Monitor competitor advertising strategies and track ad campaigns across supported regions.
Pikabu.ru API – Posts, Comments & Profiles · Parse