GET /reddit_marketing
Curated Reddit marketing feed.
Authentication
Use the apiKey (or apikey) query parameter.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| apiKey | string | yes | API key query parameter (case-insensitive). |
Example
curl "https://api.altindex.com/reddit_marketing?apiKey=YOUR_API_KEY"Response Shape
{
"status": 200,
"timezone": "America/Los_Angeles",
"data": [
{
"id": "abc123",
"link": "https://reddit.com/r/stocks/...",
"title": "Best tools to find stocks early?",
"score": 120,
"created": "2026-01-27 10:00:00"
}
]
}