Bulk Address Parser avatar
Bulk Address Parser

Pricing

$14.99/month + usage

Go to Store
Bulk Address Parser

Bulk Address Parser

Developed by

API Master

API Master

Maintained by Community

Address Parser is an NLP tool that can parse unstructured address strings into clean and structure address objects.You can also export listings to JSON/CSV or any other as format supported by Apify.

0.0 (0)

Pricing

$14.99/month + usage

3

Total users

25

Monthly users

1

Runs succeeded

>99%

Last modified

2 years ago

What is Address Parser?

Address Parser is an NLP tool that can parse unstructured address string into clean and structure address object.You can also export listings to JSON/CSV or any other as format supported by Apify.

Input

Click on the input tab for a full explanation of input in JSON.

Input sample

{
"addresses": [
"257 Fireweed Ln Ketchikan Alaska 99901 USA",
"3448 Ile De France St #242, Fort Wainwright, Alaska 99703, USA",
],
"batchSize": 20
}

Required:

addresses - you can provide in a list of address strings.

Output sample

[
{
"state": "alaska",
"building_number": "257",
"country": "usa",
"city": "ketchikan",
"street": "fireweed ln",
"zipcode": "99901"
},
{
"unit": "#242",
"state": "alaska",
"building_number": "3448",
"country": "usa",
"city": "fort wainwright",
"street": "ile de france st",
"zipcode": "99703"
}
]

Fields

NOTE: as Address Parse is NLP based there can be results that might not match reality 100%.

  • building_name
  • category
  • nearby
  • building_number
  • street
  • unit
  • pobox
  • zipcode
  • suburb
  • city
  • district
  • floor
  • state
  • county
  • country
  • staircase
  • region