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
}