Discourse Community Scraper
Pricing
from $1.00 / 1,000 dataset items
Discourse Community Scraper
Generalised scraper for any Discourse-based community forum (topics, posts, categories, search) via Discourse's JSON API.
Discourse Community Scraper
Pricing
from $1.00 / 1,000 dataset items
Generalised scraper for any Discourse-based community forum (topics, posts, categories, search) via Discourse's JSON API.
type
Required
Whether this item is a category, a topic (thread), or a single post within a topic.
forum
Required
Base URL of the Discourse forum.
topic_id
Optional
Topic id (topic/post items only).
parent_category_id
Optional
Parent category id, if this is a subcategory (category items only).
topic_count
Optional
Number of topics in the category (category items only).
category_slug_for_scraping
Optional
Value to pass as categorySlug for mode=category (category items only).
title
Optional
Topic title (topic items only).
topic_title
Optional
Parent topic title (post items only).
slug
Optional
category_id
Optional
post_id
Optional
post_number
Optional
username
Optional
Post author's username (post items only).
name
Optional
Post author's display name (post items only).
created_at
Optional
updated_at
Optional
last_posted_at
Optional
posts_count
Optional
reply_count
Optional
reply_to_post_number
Optional
views
Optional
like_count
Optional
pinned
Optional
closed
Optional
archived
Optional
has_accepted_answer
Optional
cooked_html
Optional
Raw rendered HTML of the post body (post items only).
content_markdown
Optional
Post body converted to Markdown (post items only).
content_text
Optional
Post body converted to clean plain text (post items only).
url
Required