Changelog

What's shipped on the UGC Scraper API. Real, dated entries — we don't log every internal change, just what changes for you.

  1. Improved reliability of user profile scraping

    Tuned retry timing and failure handling for POST /v1/user/profile so profile requests fail fast on a genuinely nonexistent account instead of timing out.

  2. Added Reddit user profile endpoint

    POST /v1/user/profile returns a user's public karma, account age, trophies, and moderator status.

  3. Added bulk refresh and cursor pagination

    POST /v1/refresh re-checks score, comment count, and removed-status for up to 150 posts in one call. Listing endpoints (subreddit, user comments) gained an after/before cursor for paging past a single page of results.

  4. Added CSV export and listing endpoints

    History endpoints gained ?format=csv. Added POST /v1/subreddit, /v1/user, and /v1/search for pulling post listings without scraping each one individually.

  5. Initial public launch

    POST /v1/scrape for Reddit posts and their full comment threads, with durable scrape history.