Baidu Tieba Public Threads Scraper avatar

Baidu Tieba Public Threads Scraper

Under maintenance

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Baidu Tieba Public Threads Scraper

Baidu Tieba Public Threads Scraper

Under maintenance

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.

Pricing

from $1.99 / 1,000 search results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
forumstringNoThe Tieba forum name to scrape (Chinese characters recommended)
threadUrlsarrayNoDirect URLs to specific Tieba threads. Takes precedence over 'forum'.
maxItemsintegerNo20Maximum number of threads to scrape
maxPagesintegerNo3Maximum number of forum listing pages to paginate
proxyConfigurationobjectNoProxy 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.

FieldTypeDescription
positionintegerPosition
titlestringThread Title
authorstringAuthor
replyCountintegerReply Count
forumstringForum
urlstringURL
scrapedAtstringScraped At
typestringRecord Type
searchQuerystringSearch Query
contentstringContent
authorIdstringAuthor ID
authorUrlstringAuthor URL
threadIdstringThread ID
canonicalUrlstringCanonical URL
postsarrayPosts
postCountintegerPost 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.