{"uid":"cap_GGFRMFtVoKCFLTgFbn7w9","slug":"api-strale-io-21f42229","name":"Strale Address Parser","description":"Parse a free-text address into structured components. Returns street, city, postal code, state/province, country. Works with addresses worldwide.","url":"https://api.strale.io/x402/address-parse","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","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["address"],"properties":{"address":{"type":"string","description":"Free-text address to parse"}}}},"additionalProperties":false}}},"responseSchema":null,"example":{"request":{"address":"1600 Pennsylvania Avenue NW, Washington, DC 20500, USA"},"response":{"city":"Washington","_meta":{"payment":{"method":"x402","price_usd":0.054000000000000006,"settlement_id":"0x59e8865e7b2b02d2c982f0c8ebe4ac4c4114b8e5e9cd843f6e7267d54c82d3d4"},"capability":"address-parse","latency_ms":997,"provenance":{"source":"claude-haiku","fetched_at":"2026-06-13T04:25:26.063Z"}},"street":"1600 Pennsylvania Avenue NW","country":"United States","apartment":null,"formatted":"1600 Pennsylvania Avenue NW, Washington, DC 20500, USA","confidence":"high","postal_code":"20500","raw_address":"1600 Pennsylvania Avenue NW, Washington, DC 20500, USA","street_name":"Pennsylvania Avenue NW","country_code":"US","street_number":"1600","state_province":"DC"}},"exampleRequest":{"address":"1600 Pennsylvania Avenue NW, Washington, DC 20500, USA"},"tags":["x402"],"displayCostAmount":"0.054001","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.054001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.054","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.054","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Rh-kc3VzHjugjsvMFvqJ5","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.054","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses a free-text address string into structured components (street, city, postal code, state/province, country) for addresses worldwide.","exampleAgentPrompt":"Can you parse this address into its components — street, city, postal code, state, and country — for '1600 Pennsylvania Avenue NW, Washington, DC 20500, USA'?","exampleUseCases":[{"title":"Normalize customer shipping addresses for orders","prompt":"I've got a bunch of customer addresses from our checkout form that are all crammed into one field. Can you parse each one into street, city, state, postal code, and country so we can store them properly in our database?"},{"title":"Extract postal codes from international contacts","prompt":"We're cleaning up our global contact list and need to pull out just the postal codes from each address entry. Can you parse these addresses and give me the postal code for each one?"},{"title":"Validate and standardize vendor location data","prompt":"Our vendor profiles have addresses submitted in all different formats. Can you take these address strings and break them down into proper components — street, city, state, postal code, country — so we can validate everything matches our required fields?"}],"resultDescription":"Returns a structured object with individual address components: street, city, postal code, state/province, and country, derived from parsing the input free-text address. Works for addresses worldwide.","failureModes":["Ambiguous or malformed address string may yield incomplete or incorrect field extraction","Non-address input (e.g. a person's name) may return empty or null fields","Very informal or shorthand addresses may fail to parse correctly","Missing required 'address' query parameter returns a validation error","Rate limiting or payment failure may return 402 or 429 status codes"],"whenToPreferThis":"Use this endpoint when you need to decompose a raw, unstructured address string into discrete fields (street, city, postal code, state, country) for storage, validation, or downstream processing. Ideal for normalizing user-submitted addresses, processing shipping data, or enriching contact records. Supports international addresses worldwide, making it suitable for global applications.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T18:49:13.608Z","isFirstParty":false}