Back to DocsRecipe

Real estate listing parser

Extract structured property data from raw listing pages — price, beds, baths, square footage, and MLS numbers — using Meridian's schema-driven extraction pipeline.

Quick start

  1. 1Create a new schema with fields: price, beds, baths, sqft, mls.
  2. 2Paste a Zillow or Realtor.com listing URL into the extraction endpoint.
  3. 3Receive structured JSON ready for your CRM or spreadsheet.

Sample output

{
  "price": 425000,
  "beds": 3,
  "baths": 2,
  "sqft": 1850,
  "mls": "MLS-20240601-AB",
  "address": "1420 Violet Lane, Austin TX"
}