Platforms

Reddit API

Search posts and comments across subreddits to find pain points, product feedback, and the communities where a topic actually lives.

Endpoints

Example

curl -X POST 'https://stormy.ai/api/v1/search' \
  -H 'Authorization: Bearer YOUR_STORMY_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"platform":"reddit","query":"complaints about roofing contractors","limit":25,"fresh":true}'

Profile fields

authorauthor_urlkarmaaccount creationsubredditpublic post and comment metadata

Post fields

titlebodysubredditauthorscoreupvote ratiocomment countpermalinktimestampcontent flags

Fields are returned when public and supplied by the selected source — treat platform-specific fields as nullable.

Lookup formats

u/author — profile URLs, @handles, usernames, and platform IDs all resolve through POST /api/v1/profile.