Every API, one clean contract.
128 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
11 APIsE-commerce & Marketplaces
24 APIsReal Estate
6 APIsJobs & Hiring
8 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
19 APIsDeveloper Tools
20 APIsClassifieds & Second-hand
4 APIsProperty Snapshot
livepost/enrich-property/v1/snapshot5 creditsaddress OR listing_url → one normalized property snapshot: status, price, sold-history, core facts, valuation (where available), per-field provenance + a match block (how the address was resolved + match_confidence).
{
"listing_url": "https://www.zillow.com/homedetails/x/117892026_zpid/"
}Try in playground →post/enrich-property/v1/resolve2 creditsaddress → ranked candidate listings[] (id + source + match_confidence) so the customer picks the exact property (apartment-unit / stale-listing disambiguation). The false-match-reducing flow — call this when a snapshot returns low confidence.
{
"address": "137 Mellison Road, Tooting, London, SW17"
}Try in playground →post/enrich-property/v1/batch5 creditssnapshot up to 10 addresses/listing-URLs in one call (standard mode, cache-first, per-item ok/error).
{
"items": [
"0 Main St, Austin, TX",
"1 Main St, Austin, TX",
"2 Main St, Austin, TX",
"3 Main St, Austin, TX",
"4 Main St, Austin, TX",
"5 Main St, Austin, TX",
"6 Main St, Austin, TX",
"7 Main St, Austin, TX",
"8 Main St, Austin, TX",
"9 Main St, Austin, TX",
"10 Main St, Austin, TX"
]
}Try in playground →post/enrich-property/v1/coveragefreeStatic capability map: which countries/sources are supported, per-country source set, and the documented gaps (UK has no AVM; JP only 4 prefectures). No sub-calls.
Try in playground →
Social Media
7 APIs