{"uid":"cap_VHZcZb-T_bDIGe4D1UsVj","slug":"interzoid-address-parse-api-865e5b76","name":"Interzoid Address Parse API","description":"Parse a full address string into its component parts: street number, street name, unit, city, state, zip code.","url":"https://api.interzoid.com/addressparse","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["address"],"properties":{"address":{"type":"string","description":"Full address string to parse into components"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"Zip":"94105","City":"San Francisco","Code":"Success","Unit":"Ste 1100","State":"CA","Credits":"0","StreetName":"Spear St","HouseNumber":"201"}},"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"address":"201 Spear St Ste 1100, San Francisco, CA 94105"}}},"response":{"City":"San Francisco","Code":"Success","Country":"","Credits":"0","Special":"","UnitType":"Ste","PostalCode":"94105","StreetName":"Spear","UnitNumber":"1100","BuildingName":"","Organization":"","PreDirection":"","StreetNumber":"201","StreetSuffix":"St","PostDirection":"","StateProvince":"CA","AdditionalInformation":""}},"exampleRequest":{"address":"201 Spear St Ste 1100, San Francisco, CA 94105"},"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_wd6rdyZjHqH6efgl5gFXP","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses a full address string into structured components including house number, street name, unit, city, state, and ZIP code","exampleAgentPrompt":"Can you parse this address into its individual components — street number, street name, unit, city, state, and zip: '201 Spear St Ste 1100, San Francisco, CA 94105'?","exampleUseCases":null,"resultDescription":"Returns a JSON object with structured address fields: HouseNumber, StreetName, Unit, City, State, Zip, a status Code, and a Credits counter indicating remaining API credits.","failureModes":["Missing 'address' query parameter returns an error response","Unparseable or malformed address string may return empty or partial fields","Invalid or ambiguous address format may cause incorrect component assignment","API credit exhaustion returns a Credits=0 or error Code response"],"whenToPreferThis":"Use this endpoint when you need to decompose a single freeform US address string into structured components for downstream processing, CRM ingestion, data normalization, or geospatial lookups. Prefer it over manual regex parsing or general-purpose NLP when you need consistent, structured address fields with per-call pay-as-you-go pricing via x402.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:50:30.607Z","isFirstParty":false}