Search forum posts across the web including discussion boards, Q&A sites, and community forums. Returns post title, URL, source domain, and content snippet. Supports filtering by time period and country.
curl "https://api.apidirect.io/v1/forums/posts?query=programming&time=week&country=US" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"posts": [
{
"position": 1,
"title": "Discussion about programming",
"url": "https://forum.example.com/thread/...",
"source": "forum.example.com",
"domain": "forum.example.com",
"snippet": "Forum post content..."
}
],
"page": 1,
"count": 10
}
Our Forum Posts API searches across tens of thousands of online forums, discussion boards, Q&A sites, and community platforms. This includes niche forums, tech communities, hobbyist boards, and more.
The API provides near real-time data from forums, with results typically ranging from a few minutes to a few hours old, depending on the source forum's activity level and indexing frequency.
The country parameter filters results to forums and discussions that are geographically relevant to the specified country. Use ISO 3166-1 alpha-2 codes (e.g., US, GB, DE).
You only pay for successful requests. The Forum Posts API costs $0.008 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key