Get your posts

Get your most recent posts on Nextdoor. Business and Entity page users are not supported at the moment.

Example: https://nextdoor.com/external/api/partner/v1/post/?secure_profile_id=mysecureprofileid


Returns an object containing a list of your Nextdoor posts and the total number of posts.

  • posts: An array of post objects, each containing:
    • author_id: ID of the author.
    • body: Body text of the post.
    • classified_id: ID of the FSF item (if this is an FSF post), null otherwise.
    • comments: List of comments and replies to comments of the post, each with:
      • author_id: ID of the commenter (could be null if the user gets suspended/deleted).
      • is_from_requester: Indicates if the comment is from the user who made the API request.
      • id: ID of the comment.
      • body: Body of the comment.
      • creation_date_epoch_seconds: Creation time of the comment in epoch seconds.
      • parent_comment_id: ID of the parent comment.
    • creation_date_epoch_seconds: Creation time of the post in epoch seconds.
    • embed_url: Embed URL of the post.
    • id: ID of the post.
    • reactions: List of reactions to the post.
    • url: Share URL of the post.
    • media: Media information for each attachment of the post, each with:
      • is_photo: Boolean indicating if the media is a photo.
      • is_video: Boolean indicating if the media is a video.
      • url: URL of the media.
      • width: Width of the media (e.g., image width).
      • height: Height of the media (e.g., image height).
    • title: Title of the post.
    • view_count: Count of post views by other members from day 0 (post created) to day 14.
    • smartlink_click_count: Number of Smartlink clicks in a publisher post in the last 14 days (redirects users to the publisher’s website).
    • article_url: URL of the associated news article (if applicable).
    • guid: News Article GUID if the post source article is created by News Partners via News Article API.
    • news_post_creation_time: Creation time of the news post in epoch seconds.
  • posts_length: Number of posts returned in the array.

This API requires one of the following scopes:

  • post:read
  • cms_api:read
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!