Return to applications

Reddit Scraper

Scrape Reddit posts, comments, communities, users, and search results through NanoGPT.

Run

API call

Pricing
POST /api/v1/reddit
curl -sS \
  -X POST \
  -H "Authorization: Bearer $NANOGPT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"maxItems":10,"maxPostCount":10,"maxComments":10,"sort":"new","waitForFinishSecs":180,"resultLimit":10,"includeNSFW":true,"searchPosts":true,"searchComments":false,"searchCommunities":false,"searchUsers":false}' \
  "https://nano-gpt.com/api/v1/reddit"

Reddit Scraper for web and API workflows

Scrape Reddit posts, comments, communities, users, and search results through NanoGPT. The same workflow is available from the web app and the /api/v1/reddit API endpoint.

Common uses

  • Research Reddit posts, comments, communities, and users
  • Collect search results for market, product, or support analysis
  • Limit result counts before running larger social research jobs

Data returned

  • Posts, comments, authors, subreddits, and timestamps
  • Scores, comment counts, URLs, and media fields
  • Community, user, and search result metadata
Reddit Scraper | NanoGPT