Quora Scraper avatar

Quora Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Quora Scraper

Quora Scraper

Scrape Quora questions, answers, user profiles, topics, and spaces. Search by keywords or scrape direct URLs. Extracts full answer text, author info, upvotes, and engagement metrics.

Pricing

from $10.00 / 1,000 results

Rating

5.0

(10)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

11

Bookmarked

3

Total users

2

Monthly active users

a day ago

Last modified

Share

Scrape Quora questions, answers, user profiles, topics, and spaces at scale. Search by keywords or provide direct URLs — no Quora account or login required. A powerful Quora API alternative for extracting structured data from the world's largest Q&A platform.

What can this scraper do?

  • Search by keywords — Enter any search term and the scraper finds relevant Quora questions automatically, then extracts all the data from each one
  • Scrape direct URLs — Provide Quora question, profile, topic, or space URLs to scrape specific pages
  • Extract full answers — Get complete answer text, author details, upvotes, comments, and engagement metrics
  • Detect AI answers — Automatically identifies Quora AI-generated answers vs. human answers
  • Multiple content types — Questions, answers, user profiles, topics, and spaces all in one scraper

Input

FieldTypeRequiredDefaultDescription
Search Keywordsstring[]NoKeywords to search for on Quora. Finds relevant questions automatically.
Direct Quora URLsstring[]NoDirect Quora URLs to scrape (questions, profiles, topics, spaces)
Max ResultsintegerNo50Maximum number of results per search query or answers per question (1–5,000)
Proxy ConfigurationobjectNoResidentialProxy settings. Residential proxy is recommended.

At least one of Search Keywords or Direct Quora URLs is required.

Example input

{
"searchQueries": ["python programming", "machine learning"],
"maxResults": 10,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}
{
"directUrls": [
"https://www.quora.com/What-is-Python-used-for",
"https://www.quora.com/topic/Python-programming-language-1",
"https://www.quora.com/profile/Guido-van-Rossum-1"
],
"maxResults": 20
}

Output

Each run produces a dataset with flat rows. Every row includes a content_type field so you can filter by type.

Question results

FieldTypeExample
content_typestring"question"
titlestring"What is Python primarily used for?"
urlstring"https://www.quora.com/What-is-Python-primarily-used-for"
answer_countinteger100
follow_countinteger42
topicsstring[]["Python programming language", "Software Development"]
source_urlstring"https://www.quora.com/What-is-Python-used-for"
source_querystring"python programming" (empty if from direct URL)
scrape_timestampstring"2026-03-08T18:28:03.140078+00:00"

Answer results

FieldTypeExample
content_typestring"answer"
titlestring"What is Python primarily used for?"
urlstring"https://www.quora.com/What-is-Python-primarily-used-for/answer/John-Smith"
answer_textstringFull answer text (not truncated)
answer_urlstringDirect link to the answer
author_namestring"John Smith"
author_urlstring"https://www.quora.com/profile/John-Smith"
author_credentialsstring"Software Engineer at Google"
upvotesinteger89
comments_countinteger4
shares_countinteger2
answer_timestampstring"2y"
is_ai_answerbooleanfalse
question_titlestring"What is Python primarily used for?"
question_urlstring"https://www.quora.com/What-is-Python-primarily-used-for"
source_urlstringOriginal input URL
source_querystringSearch keyword (empty if from direct URL)
scrape_timestampstringISO 8601 timestamp

Profile results

FieldTypeExample
content_typestring"profile"
titlestring"Guido van Rossum"
namestring"Guido van Rossum"
urlstring"https://www.quora.com/profile/Guido-van-Rossum-1"
biostringUser biography
credentialsstringProfessional credentials
profile_image_urlstringProfile picture URL
follower_countinteger3100
following_countinteger15
answer_countinteger42
question_countinteger5
total_viewsinteger1200000
source_urlstringOriginal input URL
scrape_timestampstringISO 8601 timestamp

Topic results

FieldTypeExample
content_typestring"topic"
titlestring"Python (programming language)"
namestring"Python (programming language)"
urlstring"https://www.quora.com/topic/Python-programming-language-1"
descriptionstringTopic description
follower_countinteger1600000
question_countinteger5000
source_urlstringOriginal input URL
scrape_timestampstringISO 8601 timestamp

Space results

FieldTypeExample
content_typestring"space"
titlestring"Data Science"
namestring"Data Science"
urlstring"https://www.quora.com/q/data-science"
descriptionstringSpace description
follower_countinteger104000
post_countinteger500
contributor_countinteger25
source_urlstringOriginal input URL
scrape_timestampstringISO 8601 timestamp

Sample output

{
"content_type": "answer",
"title": "What is Python primarily used for?",
"url": "https://www.quora.com/What-is-Python-primarily-used-for/answer/Pratima-Yadav-117",
"answer_text": "Python is used for various purposes due to its versatile nature...",
"answer_url": "https://www.quora.com/What-is-Python-primarily-used-for/answer/Pratima-Yadav-117",
"author_name": "Pratima Yadav",
"author_url": "https://www.quora.com/profile/Pratima-Yadav-117",
"author_credentials": "",
"upvotes": 4,
"comments_count": 0,
"shares_count": 2,
"answer_timestamp": "4y",
"is_ai_answer": false,
"question_title": "What is Python primarily used for?",
"question_url": "https://www.quora.com/What-is-Python-primarily-used-for",
"source_url": "https://www.quora.com/What-is-Python-used-for",
"scrape_timestamp": "2026-03-08T18:28:03.140078+00:00"
}

How much does it cost?

The Quora Scraper uses pay-per-event pricing at $5 per 1,000 results. Each question, answer, profile, topic, or space counts as one result.

A typical run scraping 1 search query with 10 answers costs approximately $0.05–0.10 in platform credits (including compute and proxy).

FAQs

Do I need a Quora account or cookies?

No. The scraper works entirely without authentication. Both keyword search and direct URL scraping work without logging in.

How does keyword search work?

The scraper searches for your keywords and finds relevant Quora question pages. It then visits each question page and extracts the full content including all answers, author details, and engagement metrics.

What proxy should I use?

Residential proxy is recommended for the best results. The scraper works with Apify's built-in residential proxy group. Datacenter proxies may work but have a higher chance of being blocked.

How many results can I get per run?

You can extract up to 5,000 results per search query or direct URL. For questions with many answers, the scraper automatically scrolls to load more content.

Can I scrape private or restricted profiles?

No. The scraper only extracts publicly visible content. Private profiles, restricted answers, and Quora+ paywalled content are not accessible.

What does is_ai_answer mean?

Quora generates AI-powered answers for some questions. The scraper automatically detects these and marks them with is_ai_answer: true and author_name: "Quora AI" so you can filter them.

What memory setting should I use?

Use 1024 MB or higher. Quora's pages are resource-intensive and require more memory than typical websites.

Why are some fields empty?

Some fields like follow_count, author_credentials, or description may be empty when Quora doesn't display that information on the page. This is normal and depends on the specific content being scraped.

What types of Quora URLs are supported?

  • Questions: https://www.quora.com/What-is-Python-used-for
  • Profiles: https://www.quora.com/profile/Username
  • Topics: https://www.quora.com/topic/Topic-Name
  • Spaces: https://www.quora.com/q/space-name or https://spacename.quora.com/

Limitations

  • Requires 1024 MB memory minimum (Quora's pages are JavaScript-heavy)
  • Keyword search returns 1–5 relevant question URLs per query
  • Only publicly visible content can be scraped — no login-restricted or Quora+ content
  • Answer timestamps are relative (e.g., "2y", "6mo") rather than exact dates
  • Quora may occasionally restrict access from data center IPs — residential proxy recommended