{"uid":"cap_kx9r62u4zmdrbYZvX7yj2","slug":"reddit-user-profile-scraper-73dcacdb","name":"Reddit User Profile Scraper","description":"Reddit user-profile scraper — a Reddit user’s recent posts and comments for AI agents. Pass a username and get their public history: for each item its type (post or comment), subreddit, title or body text, score, permalink, and timestamp, sorted by new, hot, top, or controversial. No login, no Reddit API key. Research users, track activity, and profile authors or influencers.","url":"https://reddit.apitoll.cloud/v1/reddit/user","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["user"],"properties":{"sort":{"enum":["new","hot","top","controversial"],"type":"string","description":"History sort order."},"time":{"enum":["hour","day","week","month","year","all"],"type":"string","description":"Time window — applies to top/controversial."},"user":{"type":"string","description":"Reddit username (with or without the u/ prefix). Defaults to a demo user if omitted."},"limit":{"type":"integer","maximum":100,"minimum":1,"description":"Max items to return (1-100)."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"asOf":{"type":"string"},"sort":{"type":"string"},"user":{"type":"string"},"count":{"type":"number"},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"body":{"type":"string"},"score":{"type":"number"},"author":{"type":"string"},"fullId":{"type":"string"},"postId":{"type":"string"},"scrapedAt":{"type":"string"},"subreddit":{"type":"string"},"recordType":{"type":"string"}}}},"source":{"type":"object","properties":{"via":{"type":"string"},"name":{"type":"string"}}}}}}}}},"responseSchema":{"type":"json","example":{"asOf":"2026-07-15T12:00:00Z","sort":"new","user":"spez","count":25,"items":[{"id":"x9y8z7","url":"https://www.reddit.com/r/announcements/comments/qrs789/update/x9y8z7/","body":"Thanks for the feedback — we’re rolling this out gradually.","score":3120,"author":"spez","fullId":"t1_x9y8z7","postId":"t3_qrs789","scrapedAt":"2026-07-15T12:00:00Z","subreddit":"announcements","recordType":"comment"}],"source":{"via":"Apify","name":"Reddit"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.03","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.03/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.03","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.03","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_IrMxuhieSAEeMozybYQJC","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.03","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches a Reddit user's public post and comment history, sorted by recency, popularity, or controversy, without requiring a Reddit API key or login.","exampleAgentPrompt":"Pull the last 50 posts and comments from Reddit user u/spez, sorted by new, so I can see what they've been up to recently.","exampleUseCases":null,"resultDescription":"Returns a list of up to 100 items (posts or comments) from the specified Reddit user's public history, each containing: item ID, type (post or comment), subreddit, title or body text, score, permalink URL, author, and timestamp. Also includes metadata like total count, sort order used, and data source.","failureModes":["Username not found or account deleted — empty items array or error response","Reddit rate limiting or blocking the scraper — service may return partial results or timeout","Private or suspended Reddit accounts return no data","Invalid sort or time enum values return a validation error","Requesting more than 100 items is rejected by schema validation"],"whenToPreferThis":"Use this endpoint when you need a Reddit user's public post and comment history without setting up Reddit API credentials. Ideal for user research, influencer profiling, author analysis, or monitoring specific accounts. Prefer over Reddit's official API when you want a simpler no-auth scraping approach. Choose this over the subreddit feed or search endpoints when the query is specifically about one user's activity.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:39:22.472Z","isFirstParty":false}