Skip to content
scrapeatlas.Dashboard

Get a Quora space

Try in Playground

Read a public Quora space home page ({handle}.quora.com): identity, description, follower and member counts, item count, icon, cover, brand colour, the listed contributors and the recent items Quora embeds in the document.

GET/v1/quora/spacex-api-key
x-api-keystringrequiredheader

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

Query parameters
2
handlestringquery

Space subdomain as in {handle}.quora.com (lowercase letters, digits, hyphens); provide either handle or url.

max 63 chars

Exampleexamplespace
urlstringquery

Full space URL: https://{handle}.quora.com/ or the alias https://www.quora.com/q/{handle}.

max 2048 chars

Response fields
70
requestIdstring

Request correlation UUID.

Upstream document reads (canonical redirect hops count), decoded bytes delivered to the parser and elapsed milliseconds.

accounting.upstreamRequestsinteger

Always included.

≥ 0

accounting.responseBytesinteger

Always included.

≥ 0

accounting.durationMsnumber

Always included.

≥ 0

successboolean

True when usable public data is returned; inspect status and coverage for omissions.

statusenum

success, partial, failed or challenged. HTTP 200 can be partial.

one of: success, partial

sourceUrlstring

Canonical public Quora URL the response describes, without query or fragment.

absolute HTTPS URL

fetchedAtstring

UTC retrieval timestamp.

Complete means every supported field embedded in the page was read; warnings name each cap (lists the page truncates, malformed items).

coverage.sourceenum

Always included.

one of: public_page, web_index

coverage.completeboolean

Always included.

coverage.warningsenum[]

Always included.

Always included.

space.idstring

Always included.

space.handlestring

Always included.

space.namestring

Always included.

space.urlstring

Always included.

absolute HTTPS URL

space.descriptionstringnullable

Always included.

space.followersintegernullable

Always included.

space.membersintegernullable

Always included.

space.itemCountintegernullable

Always included.

space.iconstringnullable

Always included.

space.coverstringnullable

Always included.

space.colorstringnullable

Always included.

space.isSensitiveboolean

Always included.

Contributors and admins listed on the page: user (same shape as answer authors) and Quora's numeric permission level.

up to 50 items

Always included.

space.contributors.user.idstringnullable

Always included.

space.contributors.user.namestringnullable

Always included.

space.contributors.user.handlestringnullable

Always included.

space.contributors.user.urlstringnullable

Always included.

space.contributors.user.avatarstringnullable

Always included.

space.contributors.user.verifiedboolean

Always included.

space.contributors.user.isAnonymousboolean

Always included.

space.contributors.user.credentialstringnullable

Always included.

space.contributors.permissionLevelintegernullable

Always included.

Always included.

up to 20 items

space.recentItems.typeenum

Always included.

one of: post, answer, question

space.recentItems.idstring

Always included.

space.recentItems.urlstring

Always included.

absolute HTTPS URL

space.recentItems.titlestringnullable

Always included.

Always included.

space.recentItems.content.textstring

Always included.

space.recentItems.content.imagesstring[]

Always included.

up to 50 items

space.recentItems.content.linksstring[]

Always included.

up to 100 items

Always included.

space.recentItems.author.idstringnullable

Always included.

space.recentItems.author.namestringnullable

Always included.

space.recentItems.author.handlestringnullable

Always included.

space.recentItems.author.urlstringnullable

Always included.

space.recentItems.author.avatarstringnullable

Always included.

space.recentItems.author.verifiedboolean

Always included.

space.recentItems.author.isAnonymousboolean

Always included.

space.recentItems.author.credentialstringnullable

Always included.

space.recentItems.createdAtstringnullable

Always included.

space.recentItems.upvotesintegernullable

Always included.

space.recentItems.viewsintegernullable

Always included.

space.recentItems.sharesintegernullable

Always included.

space.recentItems.commentsintegernullable

Always included.

Always included.

space.recentItems.space.idstring

Always included.

space.recentItems.space.namestring

Always included.

space.recentItems.space.urlstring

Always included.

absolute HTTPS URL

Always included.

space.recentItems.question.idstring

Always included.

space.recentItems.question.urlstring

Always included.

absolute HTTPS URL

space.recentItems.question.slugstring

Always included.

space.recentItems.question.titlestring

Always included.

space.recentItems.question.answerCountintegernullable

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
15
HTTPfailure.codeMeaning
400invalid_requestMissing, duplicate, ambiguous or unsupported parameters, unsupported URL forms, locale mirrors or reserved names.
503search_unavailableThe search routes were called without a configured search key.
502search_failedThe web search index answered with an error, a non-JSON body or an unexpected shape.
401unauthorizedInvalid API key.
404not_foundUnknown question, answer, profile, topic or space (Quora's 404 page or its home-page fallback).
429upstream_rate_limitedQuora rate limited the request.
502upstream_challengedQuora's Cloudflare edge answered a challenge instead of the document (status challenged).
502unsafe_redirectQuora redirected outside the requested resource (another question, a locale mirror, a login wall).
502unsupported_pageLayout, identity or embedded-data checks failed, or a non-HTML document was served.
502response_too_largeThe page exceeded 3 MiB.
502payload_too_complexThe page embedded more or larger Relay payloads than supported.
502request_limitThe upstream document budget was exhausted.
502upstream_errorNetwork failure or an unexpected upstream status after one retry.
503busyBoth retrieval slots are occupied.
504timeoutThe 30-second deadline elapsed.