cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/reddit/user/comments \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "username": "<string>", "timeout": 300, "limit": "25" } '
{ "id": "<unknown>", "title": "<unknown>", "subreddit": "<unknown>", "body": "<unknown>", "score": "<unknown>", "created_utc": "<unknown>" }
List most recent public comments made by a user
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response