MLS Number Lookup — Property Details API
Under maintenancePricing
$0.10 / property detail lookup
MLS Number Lookup — Property Details API
Under maintenanceMLS lookup API: give an MLS number and get the full property record as JSON — price, beds/baths, photos, HOA/tax, price history, room dimensions and listing-agent contact. Live Matrix MLS, no MLS login or IDX feed. Southeast Florida (Miami, Broward, Palm Beach).
Pricing
$0.10 / property detail lookup
Rating
0.0
(0)
Developer
Hasnain Nisar
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
MLS Number Lookup — Property Details API 🏠
Give an MLS number, get the full property record. This actor resolves any Southeast Florida
Matrix MLS listing ID (e.g. F10544476) into a complete, structured property details object —
price, beds/baths/sqft, photos, listing status, financials, room dimensions, price history, and the
listing‑agent contact — straight from a live CoreLogic Matrix MLS session.
It's the simplest MLS API / real estate data API for a single‑listing lookup: no MLS login, no IDX feed, no HTML scraping on your side.
🔎 Don't have the MLS number yet? Search by criteria with the companion MLS Property Finder actor (plain‑English prompt → matching listings).
Why use this MLS lookup?
- One MLS# → everything — the full Agent‑Full record, not the trimmed public‑portal view.
- Real MLS data — including fields consumer sites hide: listing‑agent name/phone/email, days on market, original vs current price, HOA/tax, restrictions.
- Photos included — the full gallery for the listing.
- Structured JSON — drop it straight into a CRM, valuation model, or AI agent.
- Pay per lookup — one flat price per MLS number. No subscription.
Use cases
- Enriching a lead or CRM record from just an MLS number
- Pulling comparable sales (comps) detail for valuations / CMAs
- Feeding an AI real estate assistant the full facts on a listing
- Due diligence for investors, wholesalers, and agents
- Verifying listing status, price history, and HOA/tax before an offer
Input
| Field | Type | Default | Description |
|---|---|---|---|
mlsNumber | string (required) | – | The Matrix MLS listing ID, e.g. F10544476, R10349479, B26029444. |
maxPhotos | integer | 40 | Max listing photos to fetch (0–60). |
Example input
{ "mlsNumber": "F10544476", "maxPhotos": 40 }
Output
A single dataset item — the full listing:
{"mls_number": "F10544476","address": "8101 NW 27th St # 4","city": "Coral Springs", "state": "FL", "zip": "33065","price": 269000, "beds": 3, "baths": 2, "sqft": 1365,"property_type": "Condo", "year_built": 1974, "status": "Active","images": ["https://…", "…"],"detail": {"highlights": { "hoa_fee": 810, "tax_amount": 2659, "amenities": "…", "restrictions": "…" },"rooms": [ { "room": "Living Room", "dim": "18 x 13" } ],"history": { "orig_price": 299000, "cur_price": 269000, "price_drops": 4, "dom_total": 177 },"agent": "Linda Martignetti", "agent_phone": "…", "agent_email": "…","fields": { "…": "the complete raw Agent-Full record" }}}
How it works
- You provide an
mlsNumber. - The actor opens that listing in a live Matrix MLS session and reads its full Agent‑Full record.
- It returns the complete property detail — fields, highlights, rooms, price history, photos, and listing‑agent contact — as structured JSON.
FAQ
How do I get property details from an MLS number? Send the MLS number to this actor and it returns the full listing record as JSON — price, beds/baths, photos, HOA/tax, price history, and the listing‑agent contact — from a live MLS session. No MLS membership or IDX feed required.
Which MLS / area does it cover?
The Southeast Florida Matrix MLS (Miami‑Dade, Broward, Palm Beach and the Tampa‑Bay counties). MLS
IDs typically look like F10544476, R10349479, B26029444.
What's the difference between this and the Finder actor? This actor takes a known MLS number and returns one full record. The MLS Property Finder actor takes a search prompt and returns many matching listings.
How much does it cost? Pay per event — $0.10 per successful lookup. Not‑found / failed lookups aren't charged. No subscription.
Is this legal? The actor returns MLS listing data for legitimate real‑estate business use. You are responsible for complying with your local MLS rules and display requirements when you republish listing data.
Related
- MLS Property Finder — plain‑English search → matching listings.
Keywords: MLS number lookup, MLS API, property details API, real estate API, real estate data API, MLS listing data, property data API, MLS lookup, real estate scraper, Matrix MLS, property record API.