Sprift · Arazzo Workflow

Sprift — market activity for a postcode outcode

Version 1.0.0

Read active and withdrawn market stock for a UK postcode outcode from the Sprift Insider surface.

1 workflow 1 source API 1 provider
View Spec View on GitHub Real-EstateUnited KingdomPropTechProperty DataProperty ListingsValuationAVMLand RegistryConveyancingRentalsMortgageArazzoWorkflows

Provider

sprift

Workflows

outcode-market-activity
Outcode → active stock + withdrawn stock
2 steps inputs: apiKey, limit, outcode, page outputs: activeItems, withdrawnItems
1
active-properties
Active market listings observed in the outcode.
2
withdrawn-properties
Withdrawn listings for the same outcode — the stale-stock signal.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Sprift — market activity for a postcode outcode
  version: 1.0.0
  summary: >-
    Read active and withdrawn market stock for a UK postcode outcode from the Sprift
    Insider surface.
  description: >-
    Authored by API Evangelist from Sprift's published Swagger 2.0 contract. Read-only.
    These are the only two paged operations in the contract. Insider items carry a
    confidence field because listings are matched back to a UPRN probabilistically —
    check it before joining an item to a property record.
sourceDescriptions:
- name: insiderApi
  url: ../openapi/sprift-insider-api-openapi.yml
  type: openapi
workflows:
- workflowId: outcode-market-activity
  summary: Outcode → active stock + withdrawn stock
  inputs:
    type: object
    required:
    - apiKey
    - outcode
    properties:
      apiKey:
        type: string
        description: Sprift API key, sent as the SPRIFT-API-KEY header.
      outcode:
        type: string
        description: UK postcode outward code, e.g. SW1A.
      page:
        type: integer
        description: Optional page number.
      limit:
        type: integer
        description: Optional page size.
  steps:
  - stepId: active-properties
    description: Active market listings observed in the outcode.
    operationId: $sourceDescriptions.insiderApi.InsiderActivePropertiesResult
    parameters:
    - name: SPRIFT-API-KEY
      in: header
      value: $inputs.apiKey
    - name: outcode
      in: path
      value: $inputs.outcode
    - name: page
      in: query
      value: $inputs.page
    - name: limit
      in: query
      value: $inputs.limit
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      activeItems: $response.body#/items
  - stepId: withdrawn-properties
    description: Withdrawn listings for the same outcode — the stale-stock signal.
    operationId: $sourceDescriptions.insiderApi.InsiderWithdrawnPropertiesResult
    parameters:
    - name: SPRIFT-API-KEY
      in: header
      value: $inputs.apiKey
    - name: outcode
      in: path
      value: $inputs.outcode
    - name: page
      in: query
      value: $inputs.page
    - name: limit
      in: query
      value: $inputs.limit
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      withdrawnItems: $response.body#/items
  outputs:
    activeItems: $steps.active-properties.outputs.activeItems
    withdrawnItems: $steps.withdrawn-properties.outputs.withdrawnItems

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/sprift-market-intelligence"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.