# China PR WeChat Search Monitor

**Use case:** 

Create a WeChat article monitoring dataset from Sogou search results for brand, campaign, and competitor research workflows.

## Input

```json
{
  "keywords": [
    "品牌营销",
    "跨境电商",
    "新品发布"
  ],
  "searchUrls": [],
  "maxItems": 300,
  "maxPagesPerQuery": 10,
  "requestDelayMs": 1200,
  "resolveArticleUrls": false
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "title": {
    "label": "Article title",
    "format": "text"
  },
  "accountName": {
    "label": "Official Account"
  },
  "publishDateText": {
    "label": "Publish date"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "sogouUrl": {
    "label": "Sogou URL",
    "format": "link"
  },
  "articleUrl": {
    "label": "Article URL",
    "format": "link"
  },
  "coverImageUrl": {
    "label": "Cover image",
    "format": "image"
  },
  "page": {
    "label": "Page"
  },
  "position": {
    "label": "Position"
  },
  "sourceUrl": {
    "label": "Source search URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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