# Pikabu keyword search scraper

**Use case:** 

Scrape Pikabu search results for keywords, posts, authors, tags, ratings, comments, excerpts, and media URLs.

## Input

```json
{
  "queries": [
    "нейросети"
  ],
  "startUrls": [
    {
      "url": "https://pikabu.ru/search?q=%EA%EE%F2%FB"
    }
  ],
  "maxItems": 50,
  "maxPages": 2,
  "requestDelayMs": 300,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "title": {
    "label": "Title"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "author": {
    "label": "Author"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "rating": {
    "label": "Rating"
  },
  "commentsCount": {
    "label": "Comments"
  },
  "tags": {
    "label": "Tags"
  },
  "excerpt": {
    "label": "Excerpt"
  },
  "imageUrls": {
    "label": "Images"
  },
  "videoUrls": {
    "label": "Videos"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "postId": {
    "label": "Post ID"
  },
  "pageNumber": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Pikabu Search Scraper](https://apify.com/automation-lab/pikabu-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/pikabu-search-scraper) to learn more, explore other use cases, and run it yourself.