Quora Monitor avatar

Quora Monitor

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Quora Monitor

Quora Monitor

Entity-agnostic Quora change monitoring (question, answer, profile, topic, or post) plus bounded Space metadata, feed, and contributor monitoring, with stateful diff evidence.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Watch public Quora questions, answers, profiles, Topics, Spaces, posts, and visible feeds across scheduled runs. The actor compares each successful observation with its saved history and reports what is new, changed, or unchanged without turning a blocked page into a false deletion.

What this actor does

  • Watches several public Quora pages or search phrases in one run.
  • Tracks visible page text, answer counts, authors, Topics, media, links, Space settings, rules, and feed items.
  • Supports all, posts, questions, top, unanswered, about, and rules Space-feed views.
  • Returns new, changed, and unchanged events with either a summary or before/after field values.
  • Keeps common event and content values at the top level and less-common observations under details.

Input

FieldTypeDefaultDescription
directUrlslist of URLsone public question URLPublic Quora pages to watch.
searchQuerieslist of textnonePhrases whose public Quora discovery results should be watched.
scrapeDepthchoicedetailoverview for a lighter check; detail for visible feed and page details.
maxResultsnumber100Maximum watched sources.
maxResultsPerSourcenumber0Maximum observations per source; 0 uses the actor default.
includeFeedtrue/falsetrueCheck visible Space/feed items.
feedTabchoiceallSpace feed section: all, posts, questions, top, unanswered, about, or rules.
maxFeedItemsnumber50Maximum visible feed items per Space.
maxFeedQuestionExpansionsnumber0Maximum feed questions to open for additional visible text.
includeFeedTexttrue/falsetrueKeep text visible on feed cards.
includeContributorstrue/falsefalseTrack visible Space contributors.
maxContributorsnumber50Maximum visible contributors per Space.
includeSettingstrue/falsefalseTrack visible Space settings.
includeRulestrue/falsetrueTrack visible Space rules.
includeTopicstrue/falsetrueTrack visible Topic links.
includeMediatrue/falsefalseTrack visible image and video links.
includeOutboundLinkstrue/falsefalseTrack links visible in watched content.
onlyNewItemstrue/falsefalseReturn only items not present in the saved history.
includeUnchangedtrue/falsetrueReturn an event when a successful observation has not changed.
historyNametextgenerated for one-time checksStable name used to compare later runs. Reuse it for a scheduled monitor.
changeDetailchoicehash_and_summaryhash_only, field_summary, field_values, or hash_and_summary.
stateRetentionDaysnumber0How long saved history is retained; 0 uses the default.
languagechoiceautoLanguage/locale for public page discovery.
reachModechoicestandardstandard, maximum, or direct public access.
outputFieldslistall availableOptional field selection; usable event identity fields remain available.
cookieslist of browser cookiesnoneOptional cookies from your own authorized Quora session. Never enter a password.
includeAccessIssuestrue/falsefalseAdd a labelled row when Quora does not make a source available.

All limits are upper bounds on visible observations. A failed or blocked observation is not treated as unchanged, removed, or deleted. Empty optional fields are omitted.

Output per record

Each row describes a successful public observation or a clearly labelled access event. Values come from Quora; no change is invented.

Identity, event, and text

  • recordType, id, url, title, text, collectedAt, accessState, details
  • eventType, changeType, changes, questionText, answerText, postText, commentText, profileBio, authorBio, topicDescription, spaceDescription, resultSnippet

Watched content

  • questionId, questionUrl, questionTitle, questionPublishedAt, questionUpdatedAt, questionLastAnsweredAt, isUnanswered, topics, relatedQuestions
  • answerId, answerUrl, answerPostedAt, answerCreatedAt, answerRelativeAge, answerUpdatedAt, answerRank, answerVisibility, answerTextCompleteness, answerAccessOption, isAiAnswer, isTopAnswer, isTruncated
  • authorName, authorUrl, authorId, authorHandle, authorCredentials, authorImageUrl, authorIsVerified, username

Counts, media, and relationships

  • answerCount, followerCount, followingCount, questionCount, postCount, memberCount, contributorCount, viewCount, upvotes, commentsCount, sharesCount, commentReplyCount, reactionCount, totalAnswerViews, totalContentViews, answerToViewRatio, followToAnswerRatio, answersCollected, answersLimitReached
  • images, videos, externalLinks, textCompleteness, searchType, searchRank, searchTitle, searchSnippet, isPromoted
  • fromUrl, toUrl, relationshipType

Less-common observed values are retained under details. There are no run-summary, billing, parser, proxy, cookie, or repeated-input fields in content rows.

Examples

Watch a public question

{
"directUrls": ["https://www.quora.com/What-are-the-major-differences-between-NAFTA-and-TPP"],
"historyName": "trade-question-watch",
"includeFeed": false,
"includeUnchanged": true,
"changeDetail": "field_values"
}

Watch a Space feed

{
"directUrls": ["https://www.quora.com/q/Pakistan"],
"historyName": "pakistan-space-watch",
"includeFeed": true,
"feedTab": "questions",
"maxFeedItems": 100,
"includeFeedText": true
}

Watch a topic subdomain

{
"directUrls": ["https://cryptocurrency.quora.com/"],
"historyName": "cryptocurrency-topic-watch",
"includeFeed": true,
"feedTab": "questions",
"maxFeedItems": 25
}

Notify only about new items

{
"directUrls": ["https://www.quora.com/q/Urban-Planning"],
"historyName": "urban-planning-new-items",
"onlyNewItems": true,
"includeUnchanged": false,
"feedTab": "unanswered"
}

Watch public search results

{
"searchQueries": ["renewable energy cooperatives", "community health workers in Kenya"],
"historyName": "global-research-queries",
"includeFeed": false,
"changeDetail": "hash_and_summary",
"maxResults": 50
}

Example output

{
"recordType": "monitor_event",
"eventType": "snapshot",
"changeType": "initial_snapshot",
"url": "https://www.quora.com/What-is-Python-primarily-used-for",
"title": "What is Python primarily used for?",
"accessState": "public"
}

Use cases

  • Scheduled alerts: detect new or changed public Quora content.
  • Community monitoring: watch Space feeds, Topics, rules, and contributors.
  • Content operations: identify when a public question or answer changes.
  • Research tracking: compare search results across recurring runs.
  • Change review: receive before/after values for important fields.

FAQ

What is required for change detection?

Use the same historyName on later runs. The first successful run establishes the baseline.

Does a blocked page count as unchanged?

No. A blocked or incomplete observation is kept separate so it cannot create a false unchanged or deleted event.

Do I need cookies?

No. Cookies are optional and only add content available to your own authorized session. They cannot unlock private, removed, or Quora+ content.

What is the difference between onlyNewItems and includeUnchanged?

onlyNewItems limits feed output to items not already seen. includeUnchanged controls whether an unchanged observation event is returned.

How much history is retained?

stateRetentionDays controls retention. The exact number of changes also depends on what Quora makes visible on each run.

Can this detect every change on Quora?

It detects changes in the public values it can observe. Private, removed, gated, or challenge-protected content cannot be compared.

Why is a field missing from changes?

That value was not displayed in one of the observations, or the selected change detail does not include field-level values.

Is this affiliated with Quora?

No. This is a third-party actor using public Quora pages and public page data.

Quora actor catalog

  • Quora Scraper — collect known public URLs, usernames, and mixed Quora content.
  • Quora Search Scraper — discover public Quora content from keywords and enrich matching pages.
  • Quora Dataset Builder — build deduplicated content rows and explicit relationships.
  • Quora Monitor — compare watched pages, Spaces, and feeds across runs.

Access notes

The actor attempts public Quora pages without cookies and reports only values actually observed. Standard, maximum, and direct choices help with different public-access conditions, but no scraper can guarantee a future response from Quora for every page.