VOOZH about

URL: https://apify.com/inquisitive_sarangi/bulk-address-parser

⇱ Bulk Address Parser Β· Apify


Pricing

$14.99/month + usage

Go to Apify Store

Bulk Address Parser

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.

Pricing

$14.99/month + usage

Rating

0.0

(0)

Developer

πŸ‘ API Master

API Master

Maintained by Community

Actor stats

3

Bookmarked

33

Total users

0

Monthly active users

3 years ago

Last modified

Share

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

You might also like

Address Parser & Geocoder

dealgate/address-parser-geocoder

Parse and geocode addresses with DealGate's Address Parser & Geocoder API. Get accurate location data instantly.

US address cleaner

saswave/us-address-cleaner

Normalize US address. From an address , extract city, state and zipcode. Handles non standard list of physical addresses. Uses advanced NLP (Natural Language Processing) methods.

Google Maps Url To Address

khalil_buildwithbro/google-maps-url-to-address

Converts any Google Maps URL to a fully formatted address and also coordinates.

πŸ‘ User avatar

Khalil Viguurs Khan

3

Airbnb Address Finder

kawsar/airbnb-address-finder

Airbnb address finder that looks up the real street address of any listing URL. Returns house number, road, city, postcode, and country as clean, separate fields. Works in bulk across any country.

IP Address Information Lookup

calm_necessity/ip-info-actor

IP Address Information Lookup is a fast and lightweight Actor that returns detailed geolocation and network metadata for any IP address. Simply provide an IP address, and the Actor will fetch structured information used for analytics

πŸ‘ User avatar

Taher Ali Badnawarwala

6

IP Address Information Scraper

ryancoffey/ip-address-information-scraper

IP Address Information Scraper

Related articles

5 powerful scrapers to add to your SEO tool kit
Read more
What data does AI use?
Read more
Introduction to Apify Store: the world’s largest marketplace of web scrapers
Read more