Overview

Posts API

Collect by URL

This API allows users to collect detailed information about a specific Quora post using the provided post URL. Input Parameters
URL
string
required
The URL of the Quora post.
Output Structure:
Includes comprehensive data points:
  • Post Details:
    url, post_id, title, post_date, originally_answered, over_all_answers, post_text, header.
    For all data points, click here.
  • Media & Links:
    pictures_urls, videos_urls, external_urls.
  • Engagement & Metrics:
    upvotes, shares, views, author_content_views.
  • Author Details:
    author_name, author_active_spaces, author_joined_date, author_about, author_education.
  • Top Comments:
    top_comments.
This API provides detailed insights into a Quora post, including content, media, author information, and engagement metrics, enabling efficient post analysis and content tracking.