API Direct
Endpoints
Forum Posts

Forum Posts

GET /v1/forums/posts

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.

Cost
$0.008 per request
Free tier
50 requests/month

Parameters

query *
Search keyword (max 500 characters)
page
Page number for pagination (default: 1)
time
Time filter: any, hour, day, week, month, year (default: any)
country
ISO 3166-1 alpha-2 country code (e.g., US, GB)

Example Request

curl "https://api.apidirect.io/v1/forums/posts?query=programming&time=week&country=US" \
  -H "Authorization: Bearer YOUR_API_KEY"

Example Response

{
  "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
}

Your Usage

Free tier this month
Loading...
Recent Activity