v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

Search posts

get/content_api/v2/search_post?query={query}&lat={lat}&lon={lon}&radius={radius}

Path parameters

latnumber float required

Latitude

lonnumber float required

Longitude

radiusnumber float required

radius

Query parameters

querystring

Optional keyword to query for

include_commentsboolean

Response

200

posts_lengthinteger

Example response

{
  "posts": [
    {
      "author": {
        "name": "Nextdoor Neighbor",
        "type": "Neighborhood User",
        "neighborhood_name": "Washington Park",
        "neighborhood_url": "https://nextdoor.com/neighborhood/washingtonparksunnvyale--sunnyvale--ca/",
        "city_url": "https://nextdoor.com/city/sunnyvale--ca/"
      },
      "body": "This is the second attempt to harden outdoors so hope the weather stays warm.",
      "category": "general",
      "comment_count": 6,
      "creation_date_epoch_seconds": 1684606209,
      "embed_url": "https://nextdoor.com/embed/XFpzFCqM2FmJ",
      "id": "XFpzFCqM2FmJ",
      "latitude": 37.37664845095857,
      "like_count": 13,
      "longitude": -122.04111517057889,
      "url": "https://nextdoor.com/p/XFpzFCqM2FmJ/?from_partner=test&share_id=XFpzFCqM2FmJ&utm_medium=public_api&utm_source=test&utm_content=XFpzFCqM2FmJ&next_url=/p/XFpzFCqM2FmJ",
      "media": [
        "https://us1-photo.nextdoor.com/post_photos/9a/5b/9a5b4bc20c350a3faecff7c6c14eaf04.jpeg"
      ],
      "public_post_url": "https://nextdoor.com/p/XFpzFCqM2FmJ?utm_medium=public_api&utm_source=test&utm_content=XFpzFCqM2FmJ",
      "reaction_types": {
        "like2": 13
      },
      "scope": "Posted 5 days ago to Sunnyvale Edibles Gardening",
      "score": 44,
      "title": "We are super late with tomato seedlings this year — the first batch didn’t do well so Keen started over."
    }
  ],
  "posts_length": 20
}