Skip to content
scrapeatlas.Dashboard

User profile

Try in Playground

Retrieve a public Reddit user profile with identity, description, images, creation date and karma.

GET/v1/reddit/profilex-api-key
x-api-keystringrequiredheader

Your ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.

Query parameters
1
handlestringrequiredquery

Reddit username without the u/ prefix.

Examplesample_user
Response fields
30
requestIdstring

Always included.

Always included.

coverage.completeboolean

Always included.

coverage.reasonsstring[]

Always included.

Always included.

accounting.httpRequestsinteger

Always included.

≥ 0

accounting.proxyBytesnumber

Always included.

≥ 0

accounting.durationMsnumber

Always included.

≥ 0

accounting.pageLoadsinteger

Always included.

≥ 0

accounting.challengeCountinteger

Always included.

≥ 0

accounting.rssRequestsinteger

Always included.

≥ 0

accounting.proxySessionIdstring

Always included.

successboolean

Always included.

statusenum

Always included.

one of: success, partial

idstring

Always included.

namestring

Always included.

display_namestringnullable

Always included.

descriptionstringnullable

Public profile description.

icon_imgstringnullable

Always included.

snoovatar_imgstringnullable

Always included.

created_utcnumbernullable

Always included.

created_at_isostringnullable

Always included.

link_karmanumbernullable

Public post karma.

comment_karmanumbernullable

Public comment karma.

total_karmanumbernullable

Public total karma.

is_goldbooleannullable

Always included.

is_modbooleannullable

Always included.

has_verified_emailbooleannullable

Always included.

over_18booleannullable

Always included.

urlstring

Always included.

HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.

Error codes
6
HTTPfailure.codeMeaning
400invalid_requestThe request failed validation.
401invalid_requestThe internal service secret is invalid.
503upstream_error breaker_openProxy unavailable or thread retrieval temporarily paused.
502upstream_errorRetrieval failed.
504timeoutThe deadline expired; available results are retained.
200partial challengedInspect status and failure even when HTTP succeeds.