fyi.atstore.directory.searchListings

atstore.fyi

{
  "id": "fyi.atstore.directory.searchListings",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidCursor"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "listings"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "maxLength": 512
            },
            "listings": {
              "type": "array",
              "items": {
                "ref": "#listingCardSearch",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "q": {
            "type": "string",
            "maxLength": 512
          },
          "sort": {
            "enum": [
              "popular",
              "newest",
              "alphabetical"
            ],
            "type": "string",
            "default": "popular",
            "maxLength": 24
          },
          "limit": {
            "type": "integer",
            "default": 24,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "maxLength": 512
          }
        }
      },
      "description": "Directory listing search and pagination (verified listings with a listing.detail AT URI only)."
    },
    "listingCardSearch": {
      "type": "object",
      "required": [
        "uri",
        "name",
        "tagline",
        "description",
        "category",
        "accent",
        "reviewCount",
        "priceLabel",
        "appTags",
        "categorySlugs"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri",
          "maxLength": 2560,
          "description": "AT URI of the fyi.atstore.listing.detail record."
        },
        "name": {
          "type": "string",
          "maxLength": 640
        },
        "accent": {
          "type": "string",
          "maxLength": 16,
          "knownValues": [
            "blue",
            "pink",
            "purple",
            "green"
          ]
        },
        "rating": {
          "type": "string",
          "nullable": true,
          "maxLength": 16
        },
        "appTags": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 256
          }
        },
        "iconUrl": {
          "type": "string",
          "nullable": true,
          "maxLength": 8192
        },
        "tagline": {
          "type": "string",
          "maxLength": 2000
        },
        "category": {
          "type": "string",
          "maxLength": 640
        },
        "priceLabel": {
          "type": "string",
          "maxLength": 32
        },
        "description": {
          "type": "string",
          "maxLength": 20000
        },
        "reviewCount": {
          "type": "integer"
        },
        "categorySlug": {
          "type": "string",
          "nullable": true,
          "maxLength": 512
        },
        "heroImageUrl": {
          "type": "string",
          "nullable": true,
          "maxLength": 8192
        },
        "categorySlugs": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 512
          }
        },
        "productAccountHandle": {
          "type": "string",
          "nullable": true,
          "maxLength": 512
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against fyi.atstore.directory.searchListings

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dvy6bdnofdfc4php4s5b457d
CID
bafyreiay3og52p2jqtuxnd7jn4iqtjab63e7cuk2vd7sxefla6lfjsrkki
Indexed At
2026-06-11 15:30 UTC
AT-URI
at://did:plc:dvy6bdnofdfc4php4s5b457d/com.atproto.lexicon.schema/fyi.atstore.directory.searchListings

Lexicon Garden

@