Pikabu Search Scraper
Pricing
$19.99/month + usage
Go to Apify Store

Pikabu Search Scraper
Scrape stories and posts from Pikabu.ru by providing a search URL, with automatic pagination and comprehensive content extraction.
Pricing
$19.99/month + usage
Rating
5.0
(1)
Developer

PowerAI
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
4 days ago
Last modified
Categories
Share
📰 Pikabu Search Scraper
This actor allows you to scrape stories and posts from Pikabu.ru by providing a search URL. It automatically handles pagination and extracts comprehensive content information including author details, ratings, comments, tags, and story content.
Features
- URL-based Scraping: Extract stories by providing a complete Pikabu search URL
- Automatic Pagination: Automatically scrolls and loads more stories until reaching the end or max items limit
- Comprehensive Story Data: Extract detailed information about each story including:
- Story title and full content
- Author information (name, ID, avatar, profile link)
- Community information (name and link)
- Story metadata (ID, creation date, detail page URL)
- Engagement metrics (rating, comments count, views)
- Tags and categories
- Cover images
Input Parameters
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete Pikabu search URL to scrape |
maxItems | integer | No | Maximum number of stories to fetch (default: unlimited) |
proxyConfiguration | object | No | Proxy settings for the actor |
How to Get Search URL
- Go to Pikabu.ru
- Use the search bar to find stories by keywords
- Apply any filters or sorting options you need
- Copy the complete URL from your browser's address bar
- Paste it into the
searchUrlfield
Example search URLs:
https://pikabu.ru/search?q=iphone&st=3https://pikabu.ru/search?q=technologyhttps://pikabu.ru/search?q=cats&st=1
Output
The output is a dataset of story objects, each containing:
searchUrl: The original search URL usedstoryId: Unique story identifiertitle: Story titledetailPageUrl: Direct link to the full story pagecontent: Full story text contentauthorId: Author's unique identifierauthorName: Author's usernameauthorLink: Link to author's profileauthorAvatar: URL of author's avatar imagecommunityName: Name of the community (if posted in a community)communityLink: Link to the communitycreatedAt: ISO timestamp of when the story was createdcreatedAtHuman: Human-readable creation time (e.g., "5 дней назад")coverImage: URL of the story's cover imagerating: Story rating (upvotes/downvotes score)commentsCount: Number of commentsviews: Number of views (if available)tags: Array of tags associated with the storyscrapedAt: Timestamp of when the story was scraped
Example output:
[{"searchUrl": "https://pikabu.ru/search?q=iphone&st=3","storyId": "13369501","authorId": "11227428","authorName": "JollyJoyer","authorLink": "https://pikabu.ru/@JollyJoyer","authorAvatar": "https://cs19.pikabu.ru/s/2025/10/13/23/7gtuwzob_m.webp","communityName": "JollyJoy","communityLink": "/community/Jolly_Joy?from=admoder","title": "Уважительная причина","detailPageUrl": "https://pikabu.ru/story/uvazhitelnaya_prichina_13369501","createdAt": "2025-11-06T16:43:00+03:00","createdAtHuman": "5 дней назад","coverImage": "https://cs16.pikabu.ru/s/2025/11/06/08/blhsisup.webp","rating": 148,"commentsCount": 19,"views": null,"tags": ["Кот","Переписка","Уважительная причина","iPhone","Повтор","Реферальная ссылка","Реклама"],"content": "На aliexpress\n\nили на яндекс маркете\n\nПриглашаю вступить в моё сообщество","scrapedAt": "2025-11-12T01:53:21.358Z"},...]
Use Cases
- Content monitoring and analysis
- Trend tracking on Russian social media
- Author and community research
- Engagement metrics analysis
- Content aggregation for news feeds
- Social media sentiment analysis
- Tag and category research
Notes
- The actor works with Pikabu.ru (Russian social news platform)
- Results are automatically deduplicated based on story URLs
- All timestamps are in ISO 8601 format
- Results are saved incrementally as they are found
- The actor handles network delays and timeouts gracefully
Start scraping stories from Pikabu.ru today!