Every real-estate investor has the same starting point: five saved searches across three platforms, plus a Gmail label full of wholesaler blasts. Nobody has time to read them all. This is the watchlist that reads them for you.
Mock. Renders whatever your schema pulls out of the subscribed newsletters.
One inbox on Inbin, 4 newsletter or alert subscriptions pointed at it. Every email that lands gets parsed against your schema.
One PUT to /v1/schemas. Inbin extracts these fields from every future email. Hallucination guard drops anything the model invented.
{
"extract": {
"listings": {
"type": "array",
"items": {
"address": { "type": "string", "required": true },
"city": { "type": "string", "required": true },
"state": { "type": "string", "pattern": "^[A-Z]{2}$", "required": true },
"zip": { "type": "string", "pattern": "^\\d{5}$" },
"list_price_usd":{ "type": "number", "required": true },
"beds": { "type": "number", "nullable": true },
"baths": { "type": "number", "nullable": true },
"sqft": { "type": "number", "nullable": true },
"source": { "type": "string" }
}
}
}
}vs. PropStream: $99+ / mo.
Every product listed above exists because the underlying data was hard to get. Newsletters give you that data for free. Inbin structures it.
1,000 events / month, no card required. Private beta.