Skip to main content
GET
Get Results
Retrieve scraped data from your Quora Scraper runs.
Each row has a record_type field indicating what was scraped: answer, profile, profile_answer, profile_post, or topic. Fields are populated based on the record type.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

string
required
Hash of the squid to get results from
integer
Page number (default: 1)

Result Fields

string
Row type — answer, profile, profile_answer, profile_post, or topic. Example: answer
string
Quora opaque base64 node id.
string
Canonical URL of this record.
string
The Quora URL given as task input.
bigint
Quora numeric question id.
text
Plain-text title of the question. Example: What is the best programming language to learn first?
string
Canonical URL of the question.
integer
Number of answers Quora reports.
integer
Number of followers of the question.
string
URL slug of the question.
json
Topics the question is filed under.
Related questions Quora surfaces.
bigint
Quora numeric answer id.
text
Plain-text body of the answer. Example: Python is widely considered the best first language due to its clear syntax...
datetime
UTC datetime the answer was posted.
integer
Number of upvotes. Example: 1842
integer
Number of displayed comments.
integer
Number of views. Example: 42301
integer
Number of shares.
bigint
Quora numeric user id of the author.
string
Display name of the author. Example: John Doe
string
URL of the author’s Quora profile.
text
Credential displayed under the author’s name.
boolean
True when posted anonymously.
boolean
True when author is listed as a most-viewed writer for the question’s topic.
bigint
Quora numeric post id (Space/Post rows).
text
Title of the post.
text
Plain-text body of the post.
json
Image URLs embedded in the post.
datetime
UTC datetime the post was published.
integer
Number of views.
integer
Number of upvotes.
integer
Number of displayed comments.
integer
Number of shares.
string
Name of the Quora Space the post was published in.
bigint
Quora numeric Space id.
string
URL of the scraped profile.
string
Display name on the profile.
text
Plain-text profile description.
text
Top-line credential shown on the profile.
integer
Number of followers.
integer
Number of public answers.
json
Topic node ids the profile claims expertise in.
bigint
Quora numeric topic id.
string
Name of the topic.
string
URL of the topic.
integer
Number of topic followers.
Related topics listed on the topic page.
json
Most-viewed writers leaderboard of the topic.

Response

200