Baidu Tieba Public Threads Scraper
Under maintenancePricing
from $1.99 / 1,000 search results
Baidu Tieba Public Threads Scraper
Under maintenanceScrape public forum threads and posts from Baidu Tieba (tieba.baidu.com). Extracts thread titles, content, author, replies, and metadata from public forum listings and individual threads.
Pricing
from $1.99 / 1,000 search results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape public forum threads and posts from Baidu Tieba (tieba.baidu.com). Extracts thread titles, content, author, replies, and metadata from public forum listings and individual threads.
What this Actor collects
Each dataset item represents one public Tieba thread, with the listing metadata and any source-backed post, author, reply, image, and timestamp details available on the thread page.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 23-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Forum and community research
- Thread and reply monitoring
- Public discussion archiving and analysis
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
forum | string | No | — | The Tieba forum name to scrape (Chinese characters recommended) |
threadUrls | array | No | — | Direct URLs to specific Tieba threads. Takes precedence over 'forum'. |
maxItems | integer | No | 20 | Maximum number of threads to scrape |
maxPages | integer | No | 3 | Maximum number of forum listing pages to paginate |
proxyConfiguration | object | No | — | Proxy configuration for the scraper |
Example input
{"maxItems": 10,"maxPages": 2,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"countryCode": "CN"},"forum": "人工智能"}
Output
The default dataset contains one item per public forum thread. The following are the most useful fields; post-level fields are available only when the thread page exposes them.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Thread Title |
author | string | Author |
replyCount | integer | Reply Count |
forum | string | Forum |
url | string | URL |
scrapedAt | string | Scraped At |
type | string | Record Type |
searchQuery | string | Search Query |
content | string | Content |
authorId | string | Author ID |
authorUrl | string | Author URL |
threadId | string | Thread ID |
canonicalUrl | string | Canonical URL |
posts | array | Posts |
postCount | integer | Post Count |
Example dataset item
No static output record is embedded because the current local storage has no trustworthy item. Run the Actor with the example input to create source-backed output; the Actor does not fabricate a sample record.