Backfill in-progress. Some lexicons and records may be missing or incomplete.

place.atwork.searchListings

atwork.place

Documentation

main query

Search job listings using full-text query

Parameters

query string Required

Search query string for full-text search

Output

Encodingapplication/json
listings array Required

No description provided.

Errors

SearchFailed Failed to search listings
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Search query string for full-text search
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "SearchFailed",
      "description": "Failed to search listings"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "listings"
      ],
      "properties": {
        "listings": {
          "type": "array",
          "items": {
            "ref": "#listingRecord",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "query"
    ],
    "properties": {
      "query": {
        "type": "string",
        "description": "Search query string for full-text search"
      }
    }
  },
  "description": "Search job listings using full-text query"
}
listingRecord object

A job listing record with metadata for strong references

Properties

cid string cid Required

CID of the listing record

uri string at-uri Required

AT-URI of the listing (at://did/place.atwork.listing/rkey)

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "cid"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid",
      "description": "CID of the listing record"
    },
    "uri": {
      "type": "string",
      "format": "at-uri",
      "description": "AT-URI of the listing (at://did/place.atwork.listing/rkey)"
    },
    "value": {
      "ref": "place.atwork.listing",
      "type": "ref",
      "description": "The full job listing record"
    }
  },
  "description": "A job listing record with metadata for strong references"
}

Lexicon Garden

@