Skip to content
scrapeatlas.Dashboard

Get a Quora answer

Try in Playground

Read one public answer page (/{question}/answer/{author} or /{question}/answers/{id}): full rich-text content with images and links, author, credential, timestamps and counters. The answer's identity is verified against the request.

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

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

Query parameters
1
urlstringrequiredquery

Full answer URL: https://www.quora.com/{question-slug}/answer/{author-handle} or https://www.quora.com/{question-slug}/answers/{answer-id}.

max 2048 chars

Examplehttps://www.quora.com/What-is-another-example-question/answer/Alex-Example-1
Response fields
44
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.

answer.idstring

Always included.

answer.urlstring

Always included.

absolute HTTPS URL

The question the answer was written for (id, url, slug, title, answerCount).

answer.question.idstring

Always included.

answer.question.urlstring

Always included.

absolute HTTPS URL

answer.question.slugstring

Always included.

answer.question.titlestring

Always included.

answer.question.answerCountintegernullable

Always included.

answer.isFromOtherQuestionboolean

True when Quora surfaces the answer from a merged or related question rather than the requested one.

Always included.

answer.content.textstring

Plain text rendered from Quora's rich-text document: one line per section, numbered and bulleted lists marked, quoted sections prefixed with '> ', embedded link cards reduced to their title.

answer.content.imagesstring[]

Image URLs (original resolution when Quora publishes it) in document order, deduplicated; never downloaded.

up to 50 items

answer.content.linksstring[]

Link and embed destinations in document order, deduplicated; never followed.

up to 100 items

Always included.

answer.author.idstringnullable

Always included.

answer.author.namestringnullable

Always included.

answer.author.handlestringnullable

Always included.

answer.author.urlstringnullable

Always included.

answer.author.avatarstringnullable

Profile image URL as published; never downloaded.

answer.author.verifiedboolean

Always included.

answer.author.isAnonymousboolean

Always included.

answer.author.credentialstringnullable

The credential line Quora shows next to the author (work, education, language or free-form), or null.

answer.createdAtstring

Always included.

answer.updatedAtstringnullable

Always included.

answer.upvotesintegernullable

Always included.

answer.viewsintegernullable

Always included.

answer.sharesintegernullable

Always included.

answer.commentsintegernullable

Always included.

answer.isMachineAnswerboolean

True for Quora's AI-generated answers.

answer.isCollapsedboolean

True when the answer is collapsed for logged-out readers or by moderation.

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.