cURL
curl --request POST \ --url https://api.anysite.io/api/reddit/user/comments \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "username": "<string>", "timeout": 300, "count": 25 } '
[ { "id": "<string>", "permalink": "<string>", "@type": "@reddit_user_comment", "author": { "id": "<string>", "name": "<string>", "@type": "@reddit_author" }, "text": "<string>", "score": 123, "created_at": 123, "post_url": "<string>", "subreddit": "<string>" } ]
Get Reddit User Comments
Price: 1 credit
💡 AI Hint: Get comments posted by a Reddit user. Accepts username directly.
⚠️ Common errors: 412: User not found. Verify the username.
API token from the dashboard
Reddit username
"Confident_Rough_2846"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Max result count
25
Successful Response
Show child attributes