cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/reddit/user \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "username": "<string>", "timeout": 300 } '
{ "id": "<unknown>", "name": "<unknown>", "total_karma": "<unknown>", "link_karma": "<unknown>", "comment_karma": "<unknown>", "created_utc": "<unknown>", "icon_img": "<unknown>", "is_employee": "<unknown>", "title": "<unknown>", "description": "<unknown>", "subscribers": "<unknown>" }
Get basic public profile information for a Reddit user
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response