# Discourse Forum ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/discourse/forum` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/discourse-forum | ## Description Efficiently extract data from Discourse forums including posts, likes, views, and tags for enhanced business insights. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/discourse/forum' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Documentation ## Overview Efficiently extract data from Discourse forums including posts, likes, views, and tags for enhanced business insights. ## Quickstart ``` GET https://api.piloterr.com/v2/discourse/forum?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Discourse Forum data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Discourse without maintaining scrapers - Power internal dashboards and workflow automations with live Discourse data