cURL
curl --request POST \ --url https://api.anysite.io/api/reddit/user/posts \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "username": "<string>", "timeout": 300, "count": 25 } '
[ { "id": "<string>", "title": "<string>", "url": "<string>", "@type": "@reddit_post_detail", "author": { "id": "<string>", "name": "<string>", "@type": "@reddit_author" }, "subreddit": "<string>", "subreddit_id": "<string>", "created_at": 123, "score": 123, "comment_count": 123, "post_type": "<string>", "content_url": "<string>", "text": "<string>", "nsfw": false } ]
Get Reddit User Posts (Submitted)
Price: 1 credit
💡 AI Hint: Get posts submitted 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