Quora Explorer ❓ avatar

Quora Explorer ❓

Try for free

7 days trial then $30.00/month - No credit card required now

View all Actors
Quora Explorer ❓

Quora Explorer ❓

jupri/quora-scraper
Try for free

7 days trial then $30.00/month - No credit card required now

❓Dig deep into Quora.com

Welcome to Quora Scraper

dont be sad readme is here

❓ About Quora.com

Quora[5] (/ˈkwoʊrə/) is a social question-and-answer website and online knowledge market headquartered in Mountain View, California. It was founded on June 25, 2009,[6] and made available to the public on June 21, 2010.[7] Users can collaborate by editing questions and commenting on answers that have been submitted by other users.[8] As of 2020, the website was visited by 300 million users a month.[9]

❓ About This Actor

Discover insights and trends on Quora like never before with the Quora Explorer. This powerful tool automates the process of extracting data from Quora, enabling you to gather valuable information, analyze trends, and gain deep insights from the platform's vast repository of questions, answers, and discussions. Whether you're a marketer seeking to understand audience sentiment or a researcher exploring user-generated content, this actor streamlines your data extraction process, saving you time and effort while providing comprehensive Quora data at your fingertips.

⚠️ Disclaimer : Starting from not so long ago, to search on Quora requires your Login session (cookies). Otherwise this actor will not return any results. (see "IMPORTANT NOTES")

❓ IMPORTANT NOTES

Starting from not so long ago, searching on Quora requires your Login session (m-b and m-lat cookies). To obtain your session cookie values please follow this steps :

Google Chrome

  1. Login to Quora.com
  2. Open Chrome Developer Tools (Ctrl + Shift + I)
  3. Open Application Tab
  4. On left panel, go to: Storage > Cookies > https://www.quora.com
  5. Find cookie named m-b and m-lat
  6. Copy & Paste Here :

☢️ Advanced Options

enter image description here

Example Cookies

1{
2	"quora": ["how to scrape quora"],
3	"limit": 10,
4    "dev_custom_cookies": [
5        { "key": "m-b", 	"value": "XXXXXXXXXXXXXXXXXXXXXX" },
6        { "key": "m-lat", 	"value": "XXXXXXXXXXXXXXXXXXXXXX" }
7    ]
8}

❓ Tutorial

📁 Parameters

ParameterTypeDescription
querystring arrayList of Query, Search Terms or URL
limitintegerNumber of results (per-query)
portalstringPortal/Language
filtersobjectSearch filters

📁 Basic Usage

Searching answers

{ "query": ["Where are the aliens ?"], "filters.kind": "answer", "limit": 10 }

Using URL

{ "query": ["https://www.quora.com/search?q=Where%20are%20the%20aliens&type=answer"], "limit": 10 }

📁 QUORA Query Language (QQL)

[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]

📁 Possible QUERY Values

FormatExampleDescription
<KEYWORDS>How to travel back in time ?Search Anything
Requires Login Cookies
question:<QUESTION_ID>question:123456790Question Data
/infoQuestion info
/commentsQuestion comments
/followersQuestion followers
question:<ANSWER_ID>answer:123456790Answer Data
/infoAnswer info
/commentsAnswer comments
/upvotesAnswer upvoted users
@<USER_NAME_OR_ID>@elonmusk or @1234567890User Data
/info@elonmusk/infoUser info
/profile@elonmusk/profileUser profile recent posts
/top_profile@elonmusk/top_profileUser profile top posts
/answers@elonmusk/answersUser recent answer
/top_answers@elonmusk/top_answersUser top answers
/questions@elonmusk/questionsUser questions
/posts@elonmusk/postsUser recent posts
/top_posts@elonmusk/top_postsUser top posts
/followers@elonmusk/followersUser followers
/following@elonmusk/followingUser following users
/spaces@elonmusk/spacesUser following spaces
/topics@elonmusk/topicsUser following topics
/following_questions@elonmusk/following_questionsUser following questions
space:<SPACE_NAME_OR_ID>space:apifySpace Data (aka. Tribe)
example: https://apify.quora.com
/infospace:apify/infoSpace info
/postsspace:apify/postsSpace recent posts (default)
/top_postsspace:apify/top_postsSpace top posts
/questionsspace:apify/questionsSpace questions
/unansweredspace:apify/unansweredSpace unanswered questions
/followersspace:apify/followersSpace followers
/adminsspace:apify/adminsSpace admins
/moderatorsspace:apify/moderatorsSpace moderators
/contributorsspace:apify/contributorsSpace contributors
topic:<TOPIC_NAME_OR_ID>topic:TechnologyTopic Data (aka. Hashtag)
#<TOPIC_NAME_OR_ID>#Technology
/posts#Technology/posts
/answers#Technology/answers
/questions#Technology/questions
https:<URL>https://www.quora.comStart URL
<LANGUAGE>.quora.comhttps://id.quora.com/...Language URL
<SPACE>.quora.comhttps://apify.quora.com/...Spaces URL

❓ Input Examples

Example #1: Searching

Searching answers

1{
2	"query": ["Where are the aliens ?"], "filters.kind": "answer", "limit": 10
3}

❓ Support

⚡️ Feel free to reach out to the developer for any issues or suggestions for improvement.

Developer
Maintained by Community
Actor metrics
  • 8 monthly users
  • 3 stars
  • 96.2% runs succeeded
  • 20 days response time
  • Created in Dec 2023
  • Modified about 1 month ago
Categories