Skip to content
scrapeatlas.Dashboard

Get a Quora question with its answers

Try in Playground

Read a public Quora question with identity, counts, topics, flags, answers in ranking order, related questions and an indicator of further answers.

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

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

Query parameters
1
urlstringrequiredquery

Full question URL: https://www.quora.com/{slug} or https://www.quora.com/unanswered/{slug}. Answer URLs belong to /v1/quora/answer.

max 2048 chars

Examplehttps://www.quora.com/What-is-an-example-question
Response fields
68
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.

question.idstring

Always included.

question.urlstring

Always included.

absolute HTTPS URL

question.slugstring

Always included.

question.titlestring

Always included.

question.answerCountintegernullable

Always included.

question.followerCountintegernullable

Always included.

question.isLockedboolean

Always included.

question.isDeletedboolean

Always included.

question.isCommentsDisabledboolean

Always included.

question.askerIdstringnullable

Numeric ID of the asker (logged-out pages carry no name), or null.

Topics attached to the question (id, name, url), in page order (at most 50).

up to 50 items

question.topics.idstring

Always included.

question.topics.namestring

Always included.

question.topics.urlstring

Always included.

absolute HTTPS URL

Always included.

up to 20 items

answers.idstring

Always included.

answers.urlstring

Always included.

absolute HTTPS URL

Always included.

answers.question.idstring

Always included.

answers.question.urlstring

Always included.

absolute HTTPS URL

answers.question.slugstring

Always included.

answers.question.titlestring

Always included.

answers.question.answerCountintegernullable

Always included.

answers.isFromOtherQuestionboolean

Always included.

Always included.

answers.content.textstring

Always included.

answers.content.imagesstring[]

Always included.

up to 50 items

answers.content.linksstring[]

Always included.

up to 100 items

Always included.

answers.author.idstringnullable

Always included.

answers.author.namestringnullable

Always included.

answers.author.handlestringnullable

Always included.

answers.author.urlstringnullable

Always included.

answers.author.avatarstringnullable

Always included.

answers.author.verifiedboolean

Always included.

answers.author.isAnonymousboolean

Always included.

answers.author.credentialstringnullable

Always included.

answers.createdAtstring

Always included.

answers.updatedAtstringnullable

Always included.

answers.upvotesintegernullable

Always included.

answers.viewsintegernullable

Always included.

answers.sharesintegernullable

Always included.

answers.commentsintegernullable

Always included.

answers.isMachineAnswerboolean

Always included.

answers.isCollapsedboolean

Always included.

hasMoreAnswersboolean

True when Quora holds further answers beyond the embedded ones; answers_truncated is then warned.

Questions Quora lists under the page: id, url, slug, title, answerCount, views and createdAt (at most 30).

up to 30 items

relatedQuestions.idstring

Always included.

relatedQuestions.urlstring

Always included.

absolute HTTPS URL

relatedQuestions.slugstring

Always included.

relatedQuestions.titlestring

Always included.

relatedQuestions.answerCountintegernullable

Always included.

relatedQuestions.viewsintegernullable

Always included.

relatedQuestions.createdAtstringnullable

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.