VOOZH about

URL: https://apify.com/crawlerbros/quora-search-scraper

โ‡ฑ Quora Search Scraper ยท Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

Quora Search Scraper

Search Quora by keywords and extract questions, answers, author info, upvotes, and engagement metrics. Find relevant Q&A content across any topic.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

3

Bookmarked

277

Total users

89

Monthly active users

3 months ago

Last modified

Share

Search Quora by keywords and extract questions, answers, author info, upvotes, and engagement metrics. Find relevant Q&A content across any topic โ€” no Quora account or login required. A powerful Quora search 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[]Noโ€”Keywords to search for on Quora. Finds relevant questions automatically.
Direct Quora URLsstring[]Noโ€”Direct 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

You might also like

Quora Scraper

crawlerbros/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.

270

Quora Search | Topic | Question-Answers | Scraper

memo23/Quora-Scraper-with-optional-login

Unlock the power of Quora! This scraper dives deep into search results, extracting questions, answers, and vital engagement metrics. Gain invaluable insights, save research time, and tap into the collective knowledge of experts and enthusiasts across countless topics.

๐Ÿ‘ User avatar

Muhamed Didovic

192

2.1

Quora Explorer โ“

jupri/quora-scraper

๐Ÿ’ซ All-in-One Quora.com Scraper

Quora Scraper | No Cookies | $1 / 1K

fatihtahta/quora-scraper

Extracts detailed data from Questions, Answers, Posts, and Profiles for any search query, filter combination, or direct URL on Quora. Ideal for in-depth market research, analyzing authentic public conversations and expert opinions.

542

5.0

Reddit Trends Scraper ๐Ÿ”

easyapi/reddit-trends-scraper

Extract trending posts and discussions from Reddit with advanced filtering capabilities. Scrapes post details, engagement metrics, and user information while handling dynamic content loading.

Quora Research - Q&A Scraper

alizarin_refrigerator-owner/quora-research

Scrape Quora questions, answers, topics & user profiles. Extract engagement metrics, trending topics & expert insights for content research & market intelligence.

60

1.0

EventBrite Scraper

newpo/eventbrite-scraper

Scrapes EventBrite events